public interface ConfigurableProvider
Modifier and Type | Field and Description |
---|---|
static String |
DH_DEFAULT_PARAMS
Diffie-Hellman Default Parameters - VM wide version
|
static String |
EC_IMPLICITLY_CA
Elliptic Curve CA parameters - VM wide version
|
static String |
THREAD_LOCAL_DH_DEFAULT_PARAMS
Diffie-Hellman Default Parameters - thread local version
|
static String |
THREAD_LOCAL_EC_IMPLICITLY_CA
Elliptic Curve CA parameters - thread local version
|
Modifier and Type | Method and Description |
---|---|
void |
addAlgorithm(String key,
String value) |
void |
addKeyInfoConverter(ASN1ObjectIdentifier oid,
AsymmetricKeyInfoConverter keyInfoConverter) |
boolean |
hasAlgorithm(String type,
String name) |
void |
setParameter(String parameterName,
Object parameter) |
static final String THREAD_LOCAL_EC_IMPLICITLY_CA
static final String EC_IMPLICITLY_CA
static final String THREAD_LOCAL_DH_DEFAULT_PARAMS
static final String DH_DEFAULT_PARAMS
void addKeyInfoConverter(ASN1ObjectIdentifier oid, AsymmetricKeyInfoConverter keyInfoConverter)
Copyright © 2016 BouncyCastle.org. All rights reserved.