Interface ConfigurableProvider
- All Known Implementing Classes:
BouncyCastlePQCProvider
,BouncyCastleProvider
public interface ConfigurableProvider
Implemented by the BC provider. This allows setting of hidden parameters,
such as the ImplicitCA parameters from X.962, if used.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
A set of OBJECT IDENTIFIERs representing acceptable named curves for imported keys.static final String
A set of OBJECT IDENTIFIERs to EC Curves providing local curve name mapping.static final String
Diffie-Hellman Default Parameters - VM wide versionstatic final String
Elliptic Curve CA parameters - VM wide versionstatic final String
Diffie-Hellman Default Parameters - thread local versionstatic final String
Elliptic Curve CA parameters - thread local version -
Method Summary
Modifier and TypeMethodDescriptionvoid
addAlgorithm
(String key, String value) void
void
addAlgorithm
(String type, ASN1ObjectIdentifier oid, String className) void
addAlgorithm
(String type, ASN1ObjectIdentifier oid, String className, Map<String, String> attributes) 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)
-
Field Details
-
THREAD_LOCAL_EC_IMPLICITLY_CA
Elliptic Curve CA parameters - thread local version- See Also:
-
EC_IMPLICITLY_CA
Elliptic Curve CA parameters - VM wide version- See Also:
-
THREAD_LOCAL_DH_DEFAULT_PARAMS
Diffie-Hellman Default Parameters - thread local version- See Also:
-
DH_DEFAULT_PARAMS
Diffie-Hellman Default Parameters - VM wide version- See Also:
-
ACCEPTABLE_EC_CURVES
A set of OBJECT IDENTIFIERs representing acceptable named curves for imported keys.- See Also:
-
ADDITIONAL_EC_PARAMETERS
A set of OBJECT IDENTIFIERs to EC Curves providing local curve name mapping.- See Also:
-
-
Method Details
-
setParameter
-
addAlgorithm
-
addAlgorithm
-
addAlgorithm
-
addAlgorithm
-
hasAlgorithm
-
addKeyInfoConverter
-
getKeyInfoConverter
-
addAttributes
-