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