Package org.certificateservices.messages
Interface HSMMessageSecurityProvider
-
- All Superinterfaces:
ContextMessageSecurityProvider,MessageSecurityProvider
public interface HSMMessageSecurityProvider extends ContextMessageSecurityProvider
Extended ContextMessageSecurityProvider interface for allowing a HSM message security provider to give information about the Java Security Provider that should be used when performing cryptographic operations.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.certificateservices.messages.ContextMessageSecurityProvider
ContextMessageSecurityProvider.Context
-
-
Field Summary
-
Fields inherited from interface org.certificateservices.messages.ContextMessageSecurityProvider
DEFAULT_CONTEXT
-
Fields inherited from interface org.certificateservices.messages.MessageSecurityProvider
DEFAULT_DECRYPTIONKEY
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetHSMProvider()Deprecated.-
Methods inherited from interface org.certificateservices.messages.ContextMessageSecurityProvider
getDecryptionCertificate, getDecryptionCertificateChain, getDecryptionKey, getDecryptionKeyIds, getEncryptionAlgorithmScheme, getProvider, getSigningAlgorithmScheme, getSigningCertificate, getSigningKey, isValidAndAuthorized
-
Methods inherited from interface org.certificateservices.messages.MessageSecurityProvider
getDecryptionCertificate, getDecryptionCertificateChain, getDecryptionKey, getDecryptionKeyIds, getEncryptionAlgorithmScheme, getProvider, getSigningAlgorithmScheme, getSigningCertificate, getSigningKey, isValidAndAuthorized
-
-