Package org.bouncycastle.crypto
Class CryptoServicesRegistrar.Property
- java.lang.Object
-
- org.bouncycastle.crypto.CryptoServicesRegistrar.Property
-
- Enclosing class:
- CryptoServicesRegistrar
public static final class CryptoServicesRegistrar.Property extends java.lang.Object
Available properties that can be set.
-
-
Field Summary
Fields Modifier and Type Field Description static CryptoServicesRegistrar.Property
DH_DEFAULT_PARAMS
The default parameters for a particular size of Diffie-Hellman key.This is a sized property.static CryptoServicesRegistrar.Property
DSA_DEFAULT_PARAMS
The default parameters for a particular size of DSA key.static CryptoServicesRegistrar.Property
EC_IMPLICITLY_CA
The parameters to be used for processing implicitlyCA X9.62 parameters
-
-
-
Field Detail
-
EC_IMPLICITLY_CA
public static final CryptoServicesRegistrar.Property EC_IMPLICITLY_CA
The parameters to be used for processing implicitlyCA X9.62 parameters
-
DH_DEFAULT_PARAMS
public static final CryptoServicesRegistrar.Property DH_DEFAULT_PARAMS
The default parameters for a particular size of Diffie-Hellman key.This is a sized property.
-
DSA_DEFAULT_PARAMS
public static final CryptoServicesRegistrar.Property DSA_DEFAULT_PARAMS
The default parameters for a particular size of DSA key. This is a sized property.
-
-