public interface ConfigurableProvider
Modifier and Type | Field and Description |
---|---|
static String |
ACCEPTABLE_EC_CURVES
A set of OBJECT IDENTIFIERs representing acceptable named curves for imported keys.
|
static String |
ADDITIONAL_EC_PARAMETERS
A set of OBJECT IDENTIFIERs to EC Curves providing local curve name mapping.
|
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 type,
ASN1ObjectIdentifier oid,
String className) |
void |
addAlgorithm(String key,
String value) |
void |
addAttributes(String key,
Map<String,String> attributeMap) |
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
static final String ACCEPTABLE_EC_CURVES
static final String ADDITIONAL_EC_PARAMETERS
void addAlgorithm(String type, ASN1ObjectIdentifier oid, String className)
void addKeyInfoConverter(ASN1ObjectIdentifier oid, AsymmetricKeyInfoConverter keyInfoConverter)
Copyright © 2020 BouncyCastle.org. All rights reserved.