public class JRT11Provider extends java.security.Provider implements Const
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROVIDER_INFO
Additional provider information.
|
static java.lang.String |
PROVIDER_NAME
Provider name.
|
static double |
PROVIDER_VERSION
Provider version.
|
GOST_CIPHER_ALGORITHM, GOST_DIGEST_ALGORITHM, GOST_HMAC_ALGORITHM, GOST_KEY_ALGORITHM, GOST_SIGNATURE_ALGORITHM, MD5_DIGEST_ALGORITHM, MD5_RSA_SIGNATURE_ALGORITHM, RANDOM_ALGORITHM, RSA_KEY_ALGORITHM, SHA1_DIGEST_ALGORITHM, STORE_ALGORITHM, X_509
Constructor and Description |
---|
JRT11Provider()
Constructs a provider with the specified name, version number, and information.
|
JRT11Provider(Config cfg)
Constructs a provider with the specified name, version number, and information.
|
JRT11Provider(java.lang.String configFileName)
Constructs a provider with the specified name, version number, and information.
|
Modifier and Type | Method and Description |
---|---|
void |
fill()
register algorithm implementation.
|
clear, elements, entrySet, get, getInfo, getName, getProperty, getService, getServices, getVersion, keys, keySet, load, put, putAll, remove, toString, values
getProperty, list, list, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames
public static final java.lang.String PROVIDER_NAME
public static final double PROVIDER_VERSION
public static final java.lang.String PROVIDER_INFO
public JRT11Provider()
public JRT11Provider(java.lang.String configFileName) throws java.io.IOException
configFileName
- config File Namejava.io.IOException
public JRT11Provider(Config cfg)
cfg
- config File Name