Bouncy Castle Cryptography Library 1.77.0

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
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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.

Bouncy Castle Cryptography Library 1.77.0