Skip navigation links
A B C D E F G H I K L M N O P R S T U V W 

A

AccountAlreadyLoggedInException - Exception in com.amazonaws.cloudhsm.jce.jni.exception
The HSM user is already logged in for this Provider.
AccountAlreadyLoggedInException(AccountAlreadyLoggedInExceptionCause, String) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.AccountAlreadyLoggedInException
Constructs the AccountAlreadyLoggedInException class.
AccountAlreadyLoggedInException(AccountAlreadyLoggedInExceptionCause, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.AccountAlreadyLoggedInException
Constructs the AccountAlreadyLoggedInException class.
AccountAlreadyLoggedInException(AccountAlreadyLoggedInExceptionCause, String, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.AccountAlreadyLoggedInException
Constructs the AccountAlreadyLoggedInException class.
AccountAlreadyLoggedInExceptionCause - Enum in com.amazonaws.cloudhsm.jce.jni.exception
Used with AccountAlreadyLoggedInException to specify the cause of the exception.
AccountLockedException - Exception in com.amazonaws.cloudhsm.jce.jni.exception
The specified HSM user is locked.
AccountLockedException(AccountLockedExceptionCause, String) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.AccountLockedException
Constructs the AccountLockedException class.
AccountLockedException(AccountLockedExceptionCause, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.AccountLockedException
Constructs the AccountLockedException class.
AccountLockedException(AccountLockedExceptionCause, String, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.AccountLockedException
Constructs the AccountLockedException class.
AccountLockedExceptionCause - Enum in com.amazonaws.cloudhsm.jce.jni.exception
Used with AccountLockedException to specify the cause of the exception.
AddAttributeException - Exception in com.amazonaws.cloudhsm.jce.jni.exception
Thrown when there is a problem adding a key attribute.
AddAttributeException(AddAttributeExceptionCause, String) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.AddAttributeException
Constructs the AddAttributeException class.
AddAttributeException(AddAttributeExceptionCause, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.AddAttributeException
Constructs the AddAttributeException class.
AddAttributeException(AddAttributeExceptionCause, String, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.AddAttributeException
Constructs the AddAttributeException class.
AddAttributeExceptionCause - Enum in com.amazonaws.cloudhsm.jce.jni.exception
Used with AddAttributeException to specify the cause of the exception.
AesCbcNoPaddingCipher - Class in com.amazonaws.cloudhsm.jce.provider
AesCbcNoPaddingCipher implements CipherSpi for the “AES/CBC/NoPadding” transformation.
AesCbcNoPaddingCipher(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.AesCbcNoPaddingCipher
Constructs this Cipher in CBC mode with no padding.
AesCbcPaddingCipher - Class in com.amazonaws.cloudhsm.jce.provider
AesCbcPaddingCipher implements CipherSpi for the “AES/CBC/PKCS5Padding” transformation.
AesCbcPaddingCipher(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.AesCbcPaddingCipher
Constructs this Cipher in CBC mode with PKCS5 padding.
AesCmac - Class in com.amazonaws.cloudhsm.jce.provider
AesCmac implements MacSpi for the “AESCMAC” transformation.
AesCmac(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.AesCmac
Constructs an instance of an AesCmac.
AesCmacKdfFixedInputData - Class in com.amazonaws.cloudhsm.jce.provider
Creates the FixedInputData for AES CMAC KDF algorithm.
AesCmacKdfFixedInputData(int, byte[], byte[]) - Constructor for class com.amazonaws.cloudhsm.jce.provider.AesCmacKdfFixedInputData
Constructs the fixed input data for AES CMAC KDF algorithm.
AesCmacKdfParameterSpec - Class in com.amazonaws.cloudhsm.jce.provider
The class provides a way to create the spec for generating the CMAC KDF for the AES key.
AesCmacKdfParameterSpec(KeyAttributesMap, AesCmacKdfFixedInputData, SecretKey) - Constructor for class com.amazonaws.cloudhsm.jce.provider.AesCmacKdfParameterSpec
Constructs the fixed key spec object which will contain the required parameters.
AesCtrCipher - Class in com.amazonaws.cloudhsm.jce.provider
AesCtrCipher implements CipherSpi for the “AES/CTR/NoPadding” transformation.
AesCtrCipher(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.AesCtrCipher
Constructs this Cipher in CTR mode with no padding.
AesCtrCounterException - Exception in com.amazonaws.cloudhsm.jce.jni.exception
Thrown when there is a problem with the counter for an AES CTR operation.
AesCtrCounterException(AesCtrCounterExceptionCause, String) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.AesCtrCounterException
Constructs the AesCtrCounterException class.
AesCtrCounterException(AesCtrCounterExceptionCause, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.AesCtrCounterException
Constructs the AesCtrCounterException class.
AesCtrCounterException(AesCtrCounterExceptionCause, String, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.AesCtrCounterException
Constructs the AesCtrCounterException class.
AesCtrCounterExceptionCause - Enum in com.amazonaws.cloudhsm.jce.jni.exception
Used with AesCtrCounterException to specify the cause of the exception.
AesEcbCipher - Class in com.amazonaws.cloudhsm.jce.provider
AesEcbCipher implements CipherSpi for the “AES/ECB/NoPadding” transformation.
AesEcbCipher(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.AesEcbCipher
Constructs this Cipher in ECB mode with no padding.
AesEcbPkcs5PaddingCipher - Class in com.amazonaws.cloudhsm.jce.provider
AesEcbPkcs5PaddingCipher implements CipherSpi for the “AES/ECB/PKCS5Padding” transformation.
AesEcbPkcs5PaddingCipher(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.AesEcbPkcs5PaddingCipher
Constructs this Cipher in ECB mode with PKCS5 padding.
AesGcmCipher - Class in com.amazonaws.cloudhsm.jce.provider
AesGcmCipher implements CipherSpi for the "AES/GCM/NoPadding" transformation.
AesGcmCipher(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.AesGcmCipher
Constructs this Cipher in GCM mode with no padding.
AesGcmInvalidParametersException - Exception in com.amazonaws.cloudhsm.jce.jni.exception
Thrown when there is a problem with AES GCM initialization.
AesGcmInvalidParametersException(AesGcmInvalidParametersExceptionCause, String) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.AesGcmInvalidParametersException
Constructs the AesGcmInvalidParametersException class.
AesGcmInvalidParametersException(AesGcmInvalidParametersExceptionCause, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.AesGcmInvalidParametersException
Constructs the AesGcmInvalidParametersException class.
AesGcmInvalidParametersException(AesGcmInvalidParametersExceptionCause, String, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.AesGcmInvalidParametersException
Constructs the AesGcmInvalidParametersException class.
AesGcmInvalidParametersExceptionCause - Enum in com.amazonaws.cloudhsm.jce.jni.exception
Used with AesGcmInvalidParametersException to specify the cause of the exception.
AesKeyFactory - Class in com.amazonaws.cloudhsm.jce.provider
AesKeyFactory extends SecretKeyFactory for importing and translating an AES key.
AesKeyFactory(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.AesKeyFactory
Constructs an AES KeyFactorySpi instance.
AesKeyGenerator - Class in com.amazonaws.cloudhsm.jce.provider
AesKeyGenerator extends KeyGeneratorSpi for generating an AES key in CloudHSM.
AesKeyGenerator(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.AesKeyGenerator
Constructs an AES KeyGeneratorSpi instance.
AesWrapEcbNoPaddingCipher - Class in com.amazonaws.cloudhsm.jce.provider
AesWrapNoPaddingCipher implements CipherSpi for the “AESWrap/ECB/NoPadding” transformation.
AesWrapEcbNoPaddingCipher(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.AesWrapEcbNoPaddingCipher
Constructs this CipherSpi with a default mode of ECB and no padding.
AesWrapEcbPkcs5PaddingCipher - Class in com.amazonaws.cloudhsm.jce.provider
AesWrapEcbPkcs5PaddingCipher implements CipherSpi for the “AESWrap/ECB/PKCS5Padding” transformation.
AesWrapEcbPkcs5PaddingCipher(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.AesWrapEcbPkcs5PaddingCipher
Constructs this CipherSpi with a default mode of ECB and PKCS5 padding.
AesWrapEcbZeroPaddingCipher - Class in com.amazonaws.cloudhsm.jce.provider
AesWrapEcbZeroPaddingCipher implements CipherSpi for the “AESWrap/ECB/ZeroPadding” transformation.
AesWrapEcbZeroPaddingCipher(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.AesWrapEcbZeroPaddingCipher
Constructs this CipherSpi with a default mode of ECB and zero padding.
AesWrapInvalidParameterException - Exception in com.amazonaws.cloudhsm.jce.jni.exception
Thrown when an invalid IV is specified for AES wrap
AesWrapInvalidParameterException(AesWrapInvalidParameterExceptionCause, String) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.AesWrapInvalidParameterException
Constructs the AesWrapInvalidParameterException class.
AesWrapInvalidParameterException(AesWrapInvalidParameterExceptionCause, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.AesWrapInvalidParameterException
Constructs the AesWrapInvalidParameterException class.
AesWrapInvalidParameterException(AesWrapInvalidParameterExceptionCause, String, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.AesWrapInvalidParameterException
Constructs the AesWrapInvalidParameterException class.
AesWrapInvalidParameterExceptionCause - Enum in com.amazonaws.cloudhsm.jce.jni.exception
Used with AesWrapInvalidParameterException to specify the cause of the exception.
AttributeException - Exception in com.amazonaws.cloudhsm.jce.jni.exception
Thrown when there is a problem with key attributes defined by the application.
AttributeException(AttributeExceptionCause, String) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.AttributeException
Constructs the AttributeException class.
AttributeException(AttributeExceptionCause, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.AttributeException
Constructs the AttributeException class.
AttributeException(AttributeExceptionCause, String, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.AttributeException
Constructs the AttributeException class.
AttributeExceptionCause - Enum in com.amazonaws.cloudhsm.jce.jni.exception
Used with AttributeException to specify the cause of the exception.
AuthenticationException - Exception in com.amazonaws.cloudhsm.jce.jni.exception
Thrown when there is a problem with authentication on the Provider when handling operation.
AuthenticationException(AuthenticationExceptionCause, String) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.AuthenticationException
Constructs the AuthenticationException class.
AuthenticationException(AuthenticationExceptionCause, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.AuthenticationException
Constructs the AuthenticationException class.
AuthenticationException(AuthenticationExceptionCause, String, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.AuthenticationException
Constructs the AuthenticationException class.
AuthenticationExceptionCause - Enum in com.amazonaws.cloudhsm.jce.jni.exception
Used with AuthenticationException to specify the cause of the exception.
AuthenticationStrategyCallback - Class in com.amazonaws.cloudhsm.jce.provider.authentication
Used for CloudHSM login.
AuthenticationStrategyCallback() - Constructor for class com.amazonaws.cloudhsm.jce.provider.authentication.AuthenticationStrategyCallback
Constructs an AuthenticationStrategyCallback.

B

build() - Method in class com.amazonaws.cloudhsm.jce.provider.attributes.KeyAttributesMapBuilder
Returns an instance of KeyAttributesMap created from the fields set on this builder.
build() - Method in class com.amazonaws.cloudhsm.jce.provider.attributes.KeyPairAttributesMapBuilder
Returns an instance of KeyPairAttributesMap created from the fields set on this builder.
build() - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmClusterBuilder
Constructs the CloudHsmCluster with the input provided to the builder.
build() - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmLoggingConfigBuilder
Constructs the CloudHsmLoggingConfig with the input provided to the builder.
build() - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmProviderConfigBuilder
Constructs the CloudHsmProviderConfig with the input provided to the builder.
build() - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmProxyHostnamesConfigBuilder
Constructs the CloudHsmProxyHostnamesConfig with the input provided to the builder.
build() - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmServerBuilder
Constructs the CloudHsmServer with the input provided to the builder.
builder() - Static method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmCluster
Constructs a new builder object.
builder() - Static method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmLoggingConfig
Constructs a new builder object.
builder() - Static method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmProviderConfig
Constructs a new builder object of CloudHsmProviderConfigBuilder.
builder() - Static method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmProxyHostnamesConfig
Constructs a new builder object.
builder() - Static method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmServer
Constructs a new builder object.

C

clone() - Method in class com.amazonaws.cloudhsm.jce.provider.AesCmac
Clone is not supported for AesCmac.
close() - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmProvider
Queues the sockets and connections that the provider has taken to the HSM for closure.
CLOUDHSM_KEYSTORE_TYPE - Static variable in class com.amazonaws.cloudhsm.jce.provider.CloudHsmProvider
Type name for creating KeyStores with the CloudHSM provider.
CloudHsmCluster - Class in com.amazonaws.cloudhsm.jce.provider
This class encapsulates the cluster configuration fields HsmCAFile path, cluster unique identifier, CloudHsmServer and the OptionalParameters.
CloudHsmClusterBuilder - Class in com.amazonaws.cloudhsm.jce.provider
This is the builder class for the CloudHSM cluster config CloudHsmCluster.
CloudHsmKey - Class in com.amazonaws.cloudhsm.jce.provider
CloudHsmKey is the base, abstract class that represents a key on the CloudHSM.
CloudHsmKeyStore - Class in com.amazonaws.cloudhsm.jce.provider
CloudHsmKeyStore extends KeyStoreSpi to create an instance of a KeyStore which can be used to store keys or certificates.
CloudHsmKeyStore(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.CloudHsmKeyStore
Constructs a CloudHSM KeyStore.
CloudHsmKeyStoreException - Exception in com.amazonaws.cloudhsm.jce.jni.exception
Thrown when there is a problem with CloudHsmKeyStore operations.
CloudHsmKeyStoreException(CloudHsmKeyStoreExceptionCause, String) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.CloudHsmKeyStoreException
Constructs the CloudHsmKeyStoreException class.
CloudHsmKeyStoreExceptionCause - Enum in com.amazonaws.cloudhsm.jce.jni.exception
Used with CloudHsmKeyStoreException to specify the cause of the exception.
CloudHsmLoggingConfig - Class in com.amazonaws.cloudhsm.jce.provider
This class encapsulates the cluster logging configuration fields log type, log file, log level, and log interval.
CloudHsmLoggingConfigBuilder - Class in com.amazonaws.cloudhsm.jce.provider
The builder class for the CloudHSM logging config CloudHsmLoggingConfig.
CloudHsmProvider - Class in com.amazonaws.cloudhsm.jce.provider
CloudHsmProvider defines the “CloudHSM” cryptographic service provider.
CloudHsmProvider() - Constructor for class com.amazonaws.cloudhsm.jce.provider.CloudHsmProvider
Constructs an instance of CloudHsmProvider.
CloudHsmProvider(String) - Constructor for class com.amazonaws.cloudhsm.jce.provider.CloudHsmProvider
Constructs an instance of CloudHsmProvider.
CloudHsmProvider(CloudHsmProviderConfig) - Constructor for class com.amazonaws.cloudhsm.jce.provider.CloudHsmProvider
Constructs an instance of CloudHsmProvider.
CloudHsmProviderConfig - Class in com.amazonaws.cloudhsm.jce.provider
This class encapsulates the provider configuration and encloses the configuration fields CloudHsmCluster and CloudHsmLoggingConfig.
CloudHsmProviderConfigBuilder - Class in com.amazonaws.cloudhsm.jce.provider
The builder class for the CloudHSM provider config CloudHsmProviderConfig.
CloudHsmProxyHostnamesConfig - Class in com.amazonaws.cloudhsm.jce.provider
This class contains cluster configuration fields related to proxy hostnames that specifies the proxying of HSM ENI hostnames to proxy hostnames.
CloudHsmProxyHostnamesConfigBuilder - Class in com.amazonaws.cloudhsm.jce.provider
This is the builder class for the AWS CloudHSM cluster config CloudHsmProxyHostnamesConfig.
CloudHsmServer - Class in com.amazonaws.cloudhsm.jce.provider
This class encapsulates the server configuration and encloses the configuration cluster server ip and port, enable status of load balance for the cluster.
CloudHsmServerBuilder - Class in com.amazonaws.cloudhsm.jce.provider
The builder class for the CloudHSM server config CloudHsmServerBuilder.
com.amazonaws.cloudhsm.jce.jni.exception - package com.amazonaws.cloudhsm.jce.jni.exception
 
com.amazonaws.cloudhsm.jce.provider - package com.amazonaws.cloudhsm.jce.provider
 
com.amazonaws.cloudhsm.jce.provider.attributes - package com.amazonaws.cloudhsm.jce.provider.attributes
 
com.amazonaws.cloudhsm.jce.provider.authentication - package com.amazonaws.cloudhsm.jce.provider.authentication
 
com.amazonaws.cloudhsm.jce.provider.spec - package com.amazonaws.cloudhsm.jce.provider.spec
 
containsKey(KeyAttribute) - Method in class com.amazonaws.cloudhsm.jce.provider.attributes.KeyAttributesMap
Returns true if this map contains a mapping for the specified key attribute.
CoreAttribute - Class in com.amazonaws.cloudhsm.jce.provider.attributes
Do not use.
CoreAttribute(KeyAttribute, Object) - Constructor for class com.amazonaws.cloudhsm.jce.provider.attributes.CoreAttribute
Do not use.
CredentialExpiredException - Exception in com.amazonaws.cloudhsm.jce.jni.exception
The provided credentials have expired.
CredentialExpiredException(CredentialExpiredExceptionCause, String) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.CredentialExpiredException
Constructs the CredentialExpiredException class.
CredentialExpiredException(CredentialExpiredExceptionCause, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.CredentialExpiredException
Constructs the CredentialExpiredException class.
CredentialExpiredException(CredentialExpiredExceptionCause, String, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.CredentialExpiredException
Constructs the CredentialExpiredException class.
CredentialExpiredExceptionCause - Enum in com.amazonaws.cloudhsm.jce.jni.exception
Used with CredentialExpiredException to specify the cause of the exception.

D

DataException - Exception in com.amazonaws.cloudhsm.jce.jni.exception
Thrown when there is a problem with the data provided to an operation.
DataException(DataExceptionCause, String) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.DataException
Constructs the DataException class.
DataException(DataExceptionCause, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.DataException
Constructs the DataException class.
DataException(DataExceptionCause, String, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.DataException
Constructs the DataException class.
DataExceptionCause - Enum in com.amazonaws.cloudhsm.jce.jni.exception
Used with DataException to specify the cause of the exception.
DesedeCbcNoPadCipher - Class in com.amazonaws.cloudhsm.jce.provider
DesedeCbcNoPadCipher implements CipherSpi for the “DESede/CBC/NoPadding” transformation.
DesedeCbcNoPadCipher(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.DesedeCbcNoPadCipher
Constructs this CipherSpi instance in CBC mode with no padding.
DesedeCbcPaddingCipher - Class in com.amazonaws.cloudhsm.jce.provider
DesedeCbcPaddingCipher implements CipherSpi for the “DESede/CBC/PKCS5Padding” transformation.
DesedeCbcPaddingCipher(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.DesedeCbcPaddingCipher
Constructs this CipherSpi with a default mode of CBC and PKCS5 padding.
DesedeEcbCipher - Class in com.amazonaws.cloudhsm.jce.provider
DesedeEcbCipher implements CipherSpi for the “DESede/ECB/NoPadding” transformation.
DesedeEcbCipher(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.DesedeEcbCipher
Constructs this Cipher with defaults of ECB mode and no padding.
DesedeEcbPkcs5PaddingCipher - Class in com.amazonaws.cloudhsm.jce.provider
DesedeEcbPkcs5PaddingCipher implements CipherSpi for the “DESede/ECB/PKCS5Padding” transformation.
DesedeEcbPkcs5PaddingCipher(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.DesedeEcbPkcs5PaddingCipher
Constructs this Cipher in ECB mode with PKCS5 padding.
destroy() - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmKey

E

EC_CURVE_PRIME256 - Static variable in class com.amazonaws.cloudhsm.jce.provider.attributes.EcParams
DER encoded prime256v1 curve.
EC_CURVE_PRIME384 - Static variable in class com.amazonaws.cloudhsm.jce.provider.attributes.EcParams
DER encoded prime384v1 curve.
EC_CURVE_SECP224 - Static variable in class com.amazonaws.cloudhsm.jce.provider.attributes.EcParams
DER encoded secp224r1 curve.
EC_CURVE_SECP256 - Static variable in class com.amazonaws.cloudhsm.jce.provider.attributes.EcParams
DER encoded secp256k1 curve.
EC_CURVE_SECP521 - Static variable in class com.amazonaws.cloudhsm.jce.provider.attributes.EcParams
DER encoded secp521r1 curve.
EC_PRIME256_KEY_SIZE - Static variable in class com.amazonaws.cloudhsm.jce.provider.attributes.EcParams
Key size in bits for the prime256k1 curve.
EC_PRIME384_KEY_SIZE - Static variable in class com.amazonaws.cloudhsm.jce.provider.attributes.EcParams
Key size in bits for the prime384r1 curve.
EC_SECP224_KEY_SIZE - Static variable in class com.amazonaws.cloudhsm.jce.provider.attributes.EcParams
Key size in bits for the secp224r1 curve.
EC_SECP521_KEY_SIZE - Static variable in class com.amazonaws.cloudhsm.jce.provider.attributes.EcParams
Key size in bits for the secp521r1 curve.
EcdhKeyAgreement - Class in com.amazonaws.cloudhsm.jce.provider
EcdhKeyAgreement extends KeyAgreementSpi for establishing a shared secret with ECDH.
EcdhKeyAgreement(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.EcdhKeyAgreement
Constructs an ECDH KeyAgreementSpi instance.
EcdhWithX963KdfParamSpec - Class in com.amazonaws.cloudhsm.jce.provider.spec
EcdhWithX963KdfParamSpec implements AlgorithmParameterSpec for specifying parameters for ECDH key agreement with X9.63 Key Derivation Function (KDF).
EcdhWithX963KdfParamSpec(byte[], KeyAttributesMap) - Constructor for class com.amazonaws.cloudhsm.jce.provider.spec.EcdhWithX963KdfParamSpec
Constructs a new instance with the specified shared information and key attributes.
EcdhWithX963Sha1Kdf - Class in com.amazonaws.cloudhsm.jce.provider
EcdhWithX963Sha1Kdf extends KeyAgreementSpi for establishing a shared secret key with ECDH with X9.63 SHA1 KDF.
EcdhWithX963Sha1Kdf(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.EcdhWithX963Sha1Kdf
Constructs this KeyAgreementSpi for ECDH with X9.63 SHA1 KDF.
EcdhWithX963Sha224Kdf - Class in com.amazonaws.cloudhsm.jce.provider
EcdhWithX963Sha224Kdf extends KeyAgreementSpi for establishing a shared secret key with ECDH with X9.63 SHA224 KDF.
EcdhWithX963Sha224Kdf(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.EcdhWithX963Sha224Kdf
Constructs this KeyAgreementSpi for ECDH with X9.63 SHA224 KDF.
EcdhWithX963Sha256Kdf - Class in com.amazonaws.cloudhsm.jce.provider
EcdhWithX963Sha256Kdf extends KeyAgreementSpi for establishing a shared secret key with ECDH with X9.63 SHA256 KDF.
EcdhWithX963Sha256Kdf(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.EcdhWithX963Sha256Kdf
Constructs this KeyAgreementSpi for ECDH with X9.63 SHA256 KDF.
EcdhWithX963Sha384Kdf - Class in com.amazonaws.cloudhsm.jce.provider
EcdhWithX963Sha384Kdf extends KeyAgreementSpi for establishing a shared secret key with ECDH with X9.63 SHA384 KDF.
EcdhWithX963Sha384Kdf(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.EcdhWithX963Sha384Kdf
Constructs this KeyAgreementSpi for ECDH with X9.63 SHA384 KDF.
EcdhWithX963Sha512Kdf - Class in com.amazonaws.cloudhsm.jce.provider
EcdhWithX963Sha512Kdf extends KeyAgreementSpi for establishing a shared secret key with ECDH with X9.63 SHA512 KDF.
EcdhWithX963Sha512Kdf(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.EcdhWithX963Sha512Kdf
Constructs this KeyAgreementSpi for ECDH with X9.63 SHA512 KDF.
ECDSASignature - Class in com.amazonaws.cloudhsm.jce.provider
ECDSASignature implements SignatureSpi and is inherited by specific transformation implementations.
EcKeyFactory - Class in com.amazonaws.cloudhsm.jce.provider
EcKeyFactory extends KeyFactorySpi for importing and translating an EC key.
EcKeyFactory(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.EcKeyFactory
Constructs an EC KeyFactorySpi instance.
EcKeyPairGenerator - Class in com.amazonaws.cloudhsm.jce.provider
EcKeyPairGenerator extends KeyGeneratorSpi for generating an EC key pair in CloudHSM.
EcKeyPairGenerator(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.EcKeyPairGenerator
Constructs an EC KeyPairGeneratorSpi instance.
EcParams - Class in com.amazonaws.cloudhsm.jce.provider.attributes
EcParams contains common constants for EC Keys.
engineAliases() - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmKeyStore
engineContainsAlias(String) - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmKeyStore
engineDeleteEntry(String) - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmKeyStore
CloudHsmKeyStore's deleteEntry method only supports deleting certificates and does not support deleting keys.
engineGetCertificate(String) - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmKeyStore
engineGetCertificateAlias(Certificate) - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmKeyStore
engineGetCertificateChain(String) - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmKeyStore
engineGetCreationDate(String) - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmKeyStore
engineGetKey(String, char[]) - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmKeyStore
engineGetKey returns the key associated with the given alias.
engineGetKey(KeySpec) - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmKeyStore
Returns the key that matches the provided key spec.
engineGetKeys(KeySpec) - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmKeyStore
Returns the keys that matches the provided key spec.
engineIsCertificateEntry(String) - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmKeyStore
engineIsKeyEntry(String) - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmKeyStore
engineLoad(InputStream, char[]) - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmKeyStore
engineSetCertificateEntry(String, Certificate) - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmKeyStore
engineSetKeyEntry(String, byte[], Certificate[]) - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmKeyStore
Method not supported by CloudHSM.
engineSetKeyEntry(String, Key, char[], Certificate[]) - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmKeyStore
Assigns the given key to the given alias, protecting it with the given password.
engineSize() - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmKeyStore
engineStore(OutputStream, char[]) - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmKeyStore
entrySet() - Method in class com.amazonaws.cloudhsm.jce.provider.attributes.KeyAttributesMap
Returns a Set view of the mappings contained in this map.
equals(Object) - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmServer
Overrides the method equals to use CloudHsmServer as an element in the HashSet.

F

FailedLoginException - Exception in com.amazonaws.cloudhsm.jce.jni.exception
Failed to log in to the Provider.
FailedLoginException(FailedLoginExceptionCause, String) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.FailedLoginException
Constructs the FailedLoginException class.
FailedLoginException(FailedLoginExceptionCause, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.FailedLoginException
Constructs the FailedLoginException class.
FailedLoginException(FailedLoginExceptionCause, String, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.FailedLoginException
Constructs the FailedLoginException class.
FailedLoginExceptionCause - Enum in com.amazonaws.cloudhsm.jce.jni.exception
Used with FailedLoginException to specify the cause of the exception.

G

GCMUnwrapKeySpec - Class in com.amazonaws.cloudhsm.jce.provider.spec
This class specifies the set of parameters used with GCM, with additional parameters for defining CloudHSM key attributes during unwrap operations.
GCMUnwrapKeySpec(GCMParameterSpec, KeyAttributesMap) - Constructor for class com.amazonaws.cloudhsm.jce.provider.spec.GCMUnwrapKeySpec
Specifies the set of parameters used with GCM mode, with additional parameters for defining key attributes during unwrap operations.
GenericSecretKeyFactory - Class in com.amazonaws.cloudhsm.jce.provider
GenericSecretKeyFactory extends SecretKeyFactory for importing and translating a generic secret key.
GenericSecretKeyFactory(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.GenericSecretKeyFactory
Constructs an KeyFactorySpi instance for generic secret keys.
GenericSecretKeyGenerator - Class in com.amazonaws.cloudhsm.jce.provider
GenericSecretKeyGenerator extends KeyGeneratorSpi for generating a Generic Secret key.
GenericSecretKeyGenerator(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.GenericSecretKeyGenerator
Constructs this KeyGeneratorSpi.
get(KeyAttribute) - Method in class com.amazonaws.cloudhsm.jce.provider.attributes.KeyAttributesMap
Returns the value to which the specified key attribute is mapped, or null if this map contains no mapping for the key attribute.
getAlgorithm() - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmKey
getAttributeType() - Method in class com.amazonaws.cloudhsm.jce.provider.attributes.CoreAttribute
Do not use.
getAttributeValue() - Method in class com.amazonaws.cloudhsm.jce.provider.attributes.CoreAttribute
Do not use.
getAuthenticationStrategy() - Method in class com.amazonaws.cloudhsm.jce.provider.authentication.AuthenticationStrategyCallback
Returns the stored AuthenticationStrategy.
getCloudHsmExceptionCause() - Method in exception com.amazonaws.cloudhsm.jce.jni.exception.AccountAlreadyLoggedInException
To get the cause of AccountAlreadyLoggedInException class.
getCloudHsmExceptionCause() - Method in exception com.amazonaws.cloudhsm.jce.jni.exception.AccountLockedException
To get the cause of AccountLockedException class.
getCloudHsmExceptionCause() - Method in exception com.amazonaws.cloudhsm.jce.jni.exception.AddAttributeException
To get the cause of AddAttributeException class.
getCloudHsmExceptionCause() - Method in exception com.amazonaws.cloudhsm.jce.jni.exception.AesCtrCounterException
To get the cause of AesCtrCounterException class.
getCloudHsmExceptionCause() - Method in exception com.amazonaws.cloudhsm.jce.jni.exception.AesGcmInvalidParametersException
To get the cause of AesGcmInvalidParametersException class.
getCloudHsmExceptionCause() - Method in exception com.amazonaws.cloudhsm.jce.jni.exception.AesWrapInvalidParameterException
To get the cause of AesWrapInvalidParameterException class.
getCloudHsmExceptionCause() - Method in exception com.amazonaws.cloudhsm.jce.jni.exception.AttributeException
To get the cause of AttributeException class.
getCloudHsmExceptionCause() - Method in exception com.amazonaws.cloudhsm.jce.jni.exception.AuthenticationException
To get the cause of AuthenticationException class.
getCloudHsmExceptionCause() - Method in exception com.amazonaws.cloudhsm.jce.jni.exception.CloudHsmKeyStoreException
Gets the cause of CloudHsmKeyStoreException class.
getCloudHsmExceptionCause() - Method in exception com.amazonaws.cloudhsm.jce.jni.exception.CredentialExpiredException
To get the cause of CredentialExpiredException class.
getCloudHsmExceptionCause() - Method in exception com.amazonaws.cloudhsm.jce.jni.exception.DataException
To get the cause of DataException class.
getCloudHsmExceptionCause() - Method in exception com.amazonaws.cloudhsm.jce.jni.exception.FailedLoginException
To get the cause of FailedLoginException class.
getCloudHsmExceptionCause() - Method in exception com.amazonaws.cloudhsm.jce.jni.exception.InternalException
To get the cause of InternalException class.
getCloudHsmExceptionCause() - Method in exception com.amazonaws.cloudhsm.jce.jni.exception.InvalidAesCmacKdfParameterException
To get the cause of InvalidAesCmacKdfParameterException class.
getCloudHsmExceptionCause() - Method in exception com.amazonaws.cloudhsm.jce.jni.exception.InvalidEcParameterException
To get the cause of InvalidEcParameterException class.
getCloudHsmExceptionCause() - Method in exception com.amazonaws.cloudhsm.jce.jni.exception.InvalidEcPointException
To get the cause of InvalidEcPointException class.
getCloudHsmExceptionCause() - Method in exception com.amazonaws.cloudhsm.jce.jni.exception.InvalidIvException
To get the cause of InvalidIvException class.
getCloudHsmExceptionCause() - Method in exception com.amazonaws.cloudhsm.jce.jni.exception.InvalidKsnException
To get the cause of InvalidKsnException class.
getCloudHsmExceptionCause() - Method in exception com.amazonaws.cloudhsm.jce.jni.exception.InvalidPkcs8EncodedKeyException
To get the cause of InvalidPkcs8EncodedKeyException class.
getCloudHsmExceptionCause() - Method in exception com.amazonaws.cloudhsm.jce.jni.exception.InvalidX509EncodedKeyException
To get the cause of InvalidX509EncodedKeyException class.
getCloudHsmExceptionCause() - Method in exception com.amazonaws.cloudhsm.jce.jni.exception.KeyCreationException
To get the cause of KeyCreationException class.
getCloudHsmExceptionCause() - Method in exception com.amazonaws.cloudhsm.jce.jni.exception.KeyRemovalException
To get the cause of KeyRemovalException class.
getCloudHsmExceptionCause() - Method in exception com.amazonaws.cloudhsm.jce.jni.exception.KeyUnwrapKeyNotSupportedException
To get the cause of KeyUnwrapKeyNotSupportedException class.
getCloudHsmExceptionCause() - Method in exception com.amazonaws.cloudhsm.jce.jni.exception.KeyUsageException
To get the cause of KeyUsageException class.
getCloudHsmExceptionCause() - Method in exception com.amazonaws.cloudhsm.jce.jni.exception.KeyWrapException
To get the cause of KeyWrapException class.
getCloudHsmExceptionCause() - Method in exception com.amazonaws.cloudhsm.jce.jni.exception.LogoutException
To get the cause of LogoutException class.
getCloudHsmExceptionCause() - Method in exception com.amazonaws.cloudhsm.jce.jni.exception.ProviderException
To get the cause of ProviderException class.
getCloudHsmExceptionCause() - Method in exception com.amazonaws.cloudhsm.jce.jni.exception.ProviderInitializationException
To get the cause of ProviderInitializationException class.
getCloudHsmExceptionCause() - Method in exception com.amazonaws.cloudhsm.jce.jni.exception.RsaAesInvalidParametersException
To get the cause of RsaAesInvalidParametersException class.
getCloudHsmExceptionCause() - Method in exception com.amazonaws.cloudhsm.jce.jni.exception.RsaPkcsOaepInvalidParametersException
To get the cause of RsaPkcsOaepInvalidParametersException class.
getCloudHsmExceptionCause() - Method in exception com.amazonaws.cloudhsm.jce.jni.exception.RsaPkcsPssInvalidParametersException
To get the cause of RsaPkcsPssInvalidParametersException class.
getCluster() - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmProviderConfig
Gets the cluster config object.
getClusterUniqueIdentifier() - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmCluster
Gets the cluster unique identifier.
getEncoded() - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmKey
getFormat() - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmKey
getGcmSpec() - Method in class com.amazonaws.cloudhsm.jce.provider.spec.GCMUnwrapKeySpec
Accessor of GCM algorithm parameters.
getHostIP() - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmServer
Returns the hsm server ip.
getInfo() - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmProvider
getInfo() returns information about the underlying CloudHSM Provider.
getInstance(long) - Static method in class com.amazonaws.cloudhsm.jce.provider.attributes.KeyReferenceSpec
Returns an instance of KeyReferenceSpec.
getInstance(String) - Static method in class com.amazonaws.cloudhsm.jce.provider.KeyStoreWithAttributes
Gets an instance of a CloudHSM KeyStore.
getInstance(String, String) - Static method in class com.amazonaws.cloudhsm.jce.provider.KeyStoreWithAttributes
Gets an instance of a CloudHSM KeyStore.
getInstance(String, Provider) - Static method in class com.amazonaws.cloudhsm.jce.provider.KeyStoreWithAttributes
Gets an instance of a CloudHSM KeyStore.
getIvParameterSpec() - Method in class com.amazonaws.cloudhsm.jce.provider.spec.IvUnwrapKeySpec
Accessor of the IV parameter spec.
getKey(KeySpec) - Method in class com.amazonaws.cloudhsm.jce.provider.KeyStoreWithAttributes
Finds a key that matches the provided key spec.
getKeyAttributes() - Method in class com.amazonaws.cloudhsm.jce.provider.spec.EcdhWithX963KdfParamSpec
Returns the key attributes for the derived key.
getKeyDefaultsMap() - Method in enum com.amazonaws.cloudhsm.jce.provider.attributes.KeyAttributePermissiveProfile
Retrieves this profile's key attributes and values stored in a KeyAttributesMap object.
getKeyPairDefaultsMap() - Method in enum com.amazonaws.cloudhsm.jce.provider.attributes.KeyAttributePermissiveProfile
Retrieves this profile's key attributes and values stored in a KeyPairAttributesMap object.
getKeyReferenceValue() - Method in class com.amazonaws.cloudhsm.jce.provider.attributes.KeyReferenceSpec
Returns the value of key-reference of the instance.
getKeys(KeySpec) - Method in class com.amazonaws.cloudhsm.jce.provider.KeyStoreWithAttributes
Returns the keys that matches the provided key spec.
getKeySpec() - Method in class com.amazonaws.cloudhsm.jce.provider.spec.GCMUnwrapKeySpec
Accessor of key attributes for unwrapped keys.
getKeySpec() - Method in class com.amazonaws.cloudhsm.jce.provider.spec.IvUnwrapKeySpec
Accessor of key attributes for unwrapped keys.
getKeySpec() - Method in class com.amazonaws.cloudhsm.jce.provider.spec.OAEPUnwrapKeySpec
Accessor of key attributes for unwrapped keys.
getOaepSpec() - Method in class com.amazonaws.cloudhsm.jce.provider.spec.OAEPUnwrapKeySpec
Accessor of OAEP algorithm parameters.
getOrDefault(KeyAttribute, Object) - Method in class com.amazonaws.cloudhsm.jce.provider.attributes.KeyAttributesMap
Returns the value to which the specified key attribute is mapped, or defaultValue if this map contains no mapping for the key attribute.
getOrDefaultPrivate(KeyAttribute, Object) - Method in class com.amazonaws.cloudhsm.jce.provider.attributes.KeyPairAttributesMap
Returns the value to which the specified private key attribute is mapped, or defaultValue if the private key map contains no mapping for the key attribute.
getOrDefaultPublic(KeyAttribute, Object) - Method in class com.amazonaws.cloudhsm.jce.provider.attributes.KeyPairAttributesMap
Returns the value to which the specified public key attribute is mapped, or defaultValue if the public key map contains no mapping for the key attribute.
getPrivate(KeyAttribute) - Method in class com.amazonaws.cloudhsm.jce.provider.attributes.KeyPairAttributesMap
Returns the value to which the specified key attribute is mapped, or null if the key map contains no mapping for the key attribute.
getPrivate() - Method in class com.amazonaws.cloudhsm.jce.provider.attributes.KeyPairAttributesMap
Returns the KeyAttributesMap associated with this key pair's private key.
getPublic(KeyAttribute) - Method in class com.amazonaws.cloudhsm.jce.provider.attributes.KeyPairAttributesMap
Returns the value to which the specified key attribute is mapped, or null if the key map contains no mapping for the key attribute.
getPublic() - Method in class com.amazonaws.cloudhsm.jce.provider.attributes.KeyPairAttributesMap
Returns the KeyAttributesMap associated with this key pair's public key.
getSharedInfo() - Method in class com.amazonaws.cloudhsm.jce.provider.spec.EcdhWithX963KdfParamSpec
Returns the shared information used in key derivation.

H

handle(Callback[]) - Method in class com.amazonaws.cloudhsm.jce.provider.authentication.PinAuthHandler
Sets this CallbackHandler's authentication strategy from a collection of Callbacks.
handle(Callback[]) - Method in class com.amazonaws.cloudhsm.jce.provider.authentication.UsernamePasswordAuthHandler
Sets this CallbackHandler's authentication strategy from a collection of Callbacks.
hashCode() - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmServer
Overrides the method hashcode to use CloudHsmServer as an element in the HashSet.
HmacSha1 - Class in com.amazonaws.cloudhsm.jce.provider
HmacSha1 implements MacSpi for the “HmacSha1” transformation.
HmacSha1(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.HmacSha1
Constructs the MacSpi instance for a SHA1 HMAC.
HmacSha224 - Class in com.amazonaws.cloudhsm.jce.provider
HmacSha224 implements MacSpi for the “HmacSha224” transformation.
HmacSha224(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.HmacSha224
Constructs the MacSpi instance for a CloudHSM SHA224 HMAC.
HmacSha256 - Class in com.amazonaws.cloudhsm.jce.provider
HmacSha256 implements MacSpi for the “HmacSha256” transformation.
HmacSha256(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.HmacSha256
Constructs the MacSpi instance for a SHA256 HMAC.
HmacSha384 - Class in com.amazonaws.cloudhsm.jce.provider
HmacSha384 implements MacSpi for the “HmacSha384” transformation.
HmacSha384(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.HmacSha384
Constructs the MacSpi instance for a SHA384 HMAC.
HmacSha512 - Class in com.amazonaws.cloudhsm.jce.provider
HmacSha512 implements MacSpi for the “HmacSha512” transformation.
HmacSha512(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.HmacSha512
Constructs the MacSpi instance for a SHA512 HMAC.

I

InternalException - Exception in com.amazonaws.cloudhsm.jce.jni.exception
Thrown when there is an internal error.
InternalException(InternalExceptionCause, String) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.InternalException
Constructs the InternalException class.
InternalException(InternalExceptionCause, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.InternalException
Constructs the InternalException class.
InternalException(InternalExceptionCause, String, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.InternalException
Constructs the InternalException class.
InternalExceptionCause - Enum in com.amazonaws.cloudhsm.jce.jni.exception
Used with InternalException to specify the cause of the exception.
InvalidAesCmacKdfParameterException - Exception in com.amazonaws.cloudhsm.jce.jni.exception
Thrown when invalid AES CMAC KDF parameters are supplied.
InvalidAesCmacKdfParameterException(InvalidAesCmacKdfParameterExceptionCause, String) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.InvalidAesCmacKdfParameterException
Constructs the InvalidAesCmacKdfParameterException class.
InvalidAesCmacKdfParameterException(InvalidAesCmacKdfParameterExceptionCause, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.InvalidAesCmacKdfParameterException
Constructs the InvalidAesCmacKdfParameterException class.
InvalidAesCmacKdfParameterException(InvalidAesCmacKdfParameterExceptionCause, String, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.InvalidAesCmacKdfParameterException
Constructs the InvalidAesCmacKdfParameterException class.
InvalidAesCmacKdfParameterExceptionCause - Enum in com.amazonaws.cloudhsm.jce.jni.exception
Used with InvalidAesCmacKdfParameterException to specify the cause of the exception.
InvalidEcParameterException - Exception in com.amazonaws.cloudhsm.jce.jni.exception
Thrown when there is a problem with the provided EC parameters.
InvalidEcParameterException(InvalidEcParameterExceptionCause, String) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.InvalidEcParameterException
Constructs the InvalidEcParameterException class.
InvalidEcParameterException(InvalidEcParameterExceptionCause, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.InvalidEcParameterException
Constructs the InvalidEcParameterException class.
InvalidEcParameterException(InvalidEcParameterExceptionCause, String, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.InvalidEcParameterException
Constructs the InvalidEcParameterException class.
InvalidEcParameterExceptionCause - Enum in com.amazonaws.cloudhsm.jce.jni.exception
Used with InvalidEcParameterException to specify the cause of the exception.
InvalidEcPointException - Exception in com.amazonaws.cloudhsm.jce.jni.exception
Thrown when there is a problem with a provided EC Point.
InvalidEcPointException(InvalidEcPointExceptionCause, String) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.InvalidEcPointException
Constructs the InvalidEcPointException class.
InvalidEcPointException(InvalidEcPointExceptionCause, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.InvalidEcPointException
Constructs the InvalidEcPointException class.
InvalidEcPointException(InvalidEcPointExceptionCause, String, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.InvalidEcPointException
Constructs the InvalidEcPointException class.
InvalidEcPointExceptionCause - Enum in com.amazonaws.cloudhsm.jce.jni.exception
Used with InvalidEcPointException to specify the cause of the exception.
InvalidIvException - Exception in com.amazonaws.cloudhsm.jce.jni.exception
Thrown when there is a problem with the provided AlgorithmParameterSpec.
InvalidIvException(InvalidIvExceptionCause, String) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.InvalidIvException
Constructs the InvalidIvException class.
InvalidIvException(InvalidIvExceptionCause, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.InvalidIvException
Constructs the InvalidIvException class.
InvalidIvException(InvalidIvExceptionCause, String, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.InvalidIvException
Constructs the InvalidIvException class.
InvalidIvExceptionCause - Enum in com.amazonaws.cloudhsm.jce.jni.exception
Used with InvalidIvException to specify the cause of the exception.
InvalidKsnException - Exception in com.amazonaws.cloudhsm.jce.jni.exception
Thrown when there is a problem with the provided AlgorithmParameterSpec.
InvalidKsnException(InvalidKsnExceptionCause, String) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.InvalidKsnException
Constructs the InvalidKsnException class.
InvalidKsnException(InvalidKsnExceptionCause, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.InvalidKsnException
Constructs the InvalidKsnException class.
InvalidKsnException(InvalidKsnExceptionCause, String, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.InvalidKsnException
Constructs the InvalidKsnException class.
InvalidKsnExceptionCause - Enum in com.amazonaws.cloudhsm.jce.jni.exception
Used with InvalidKsnException to specify the cause of the exception.
InvalidPkcs8EncodedKeyException - Exception in com.amazonaws.cloudhsm.jce.jni.exception
Thrown when there is a problem with the provided PKCS8 encoded key.
InvalidPkcs8EncodedKeyException(InvalidPkcs8EncodedKeyExceptionCause, String) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.InvalidPkcs8EncodedKeyException
Constructs the InvalidPkcs8EncodedKeyException class.
InvalidPkcs8EncodedKeyException(InvalidPkcs8EncodedKeyExceptionCause, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.InvalidPkcs8EncodedKeyException
Constructs the InvalidPkcs8EncodedKeyException class.
InvalidPkcs8EncodedKeyException(InvalidPkcs8EncodedKeyExceptionCause, String, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.InvalidPkcs8EncodedKeyException
Constructs the InvalidPkcs8EncodedKeyException class.
InvalidPkcs8EncodedKeyExceptionCause - Enum in com.amazonaws.cloudhsm.jce.jni.exception
Used with InvalidPkcs8EncodedKeyException to specify the cause of the exception.
InvalidX509EncodedKeyException - Exception in com.amazonaws.cloudhsm.jce.jni.exception
Thrown when there is a problem with the provided X509 encoded key.
InvalidX509EncodedKeyException(InvalidX509EncodedKeyExceptionCause, String) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.InvalidX509EncodedKeyException
Constructs the InvalidX509EncodedKeyException class.
InvalidX509EncodedKeyException(InvalidX509EncodedKeyExceptionCause, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.InvalidX509EncodedKeyException
Constructs the InvalidX509EncodedKeyException class.
InvalidX509EncodedKeyException(InvalidX509EncodedKeyExceptionCause, String, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.InvalidX509EncodedKeyException
Constructs the InvalidX509EncodedKeyException class.
InvalidX509EncodedKeyExceptionCause - Enum in com.amazonaws.cloudhsm.jce.jni.exception
Used with InvalidX509EncodedKeyException to specify the cause of the exception.
isDestroyed() - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmKey
IvUnwrapKeySpec - Class in com.amazonaws.cloudhsm.jce.provider.spec
This class specifies the IV parameter with an additional parameter for defining CloudHSM key attributes to be used during unwrap operations.
IvUnwrapKeySpec(IvParameterSpec, KeyAttributesMap) - Constructor for class com.amazonaws.cloudhsm.jce.provider.spec.IvUnwrapKeySpec
Specifies the IV parameter spec used with additional parameters for defining key attributes during unwrap operations.

K

KeyAttribute - Enum in com.amazonaws.cloudhsm.jce.provider.attributes
A KeyAttribute contains key attribute values supported by the CloudHSM JCE provider.
KeyAttributePermissiveProfile - Enum in com.amazonaws.cloudhsm.jce.provider.attributes
A collection of profiles which apply specific key attributes and permissive values during various key operations.
KeyAttributesMap - Class in com.amazonaws.cloudhsm.jce.provider.attributes
KeyAttributesMap defines key attributes to be used during key-related operations.
KeyAttributesMap() - Constructor for class com.amazonaws.cloudhsm.jce.provider.attributes.KeyAttributesMap
Constructs an empty KeyAttributesMap containing no key attributes or values.
KeyAttributesMap(KeyAttributesMap) - Constructor for class com.amazonaws.cloudhsm.jce.provider.attributes.KeyAttributesMap
Constructs a new KeyAttributesMap with the same key attributes and values as the specified KeyAttributesMap.
KeyAttributesMap(KeyAttributePermissiveProfile) - Constructor for class com.amazonaws.cloudhsm.jce.provider.attributes.KeyAttributesMap
Constructs a new KeyAttributesMap using the key attributes and permissive values as specified in KeyAttributePermissiveProfile.
KeyAttributesMapBuilder - Class in com.amazonaws.cloudhsm.jce.provider.attributes
A helper class which provides Builder Pattern support for instantiating and populating an instance of KeyAttributesMap.
KeyAttributesMapBuilder() - Constructor for class com.amazonaws.cloudhsm.jce.provider.attributes.KeyAttributesMapBuilder
Constructs a KeyAttributesMapBuilder for instantiating and populating an instance of KeyAttributesMap.
KeyCreationException - Exception in com.amazonaws.cloudhsm.jce.jni.exception
Thrown when there is a problem with creating a key.
KeyCreationException(KeyCreationExceptionCause, String) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.KeyCreationException
Constructs the KeyCreationException class.
KeyCreationException(KeyCreationExceptionCause, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.KeyCreationException
Constructs the KeyCreationException class.
KeyCreationException(KeyCreationExceptionCause, String, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.KeyCreationException
Constructs the KeyCreationException class.
KeyCreationExceptionCause - Enum in com.amazonaws.cloudhsm.jce.jni.exception
Used with KeyCreationException to specify the cause of the exception.
KeyPairAttributesMap - Class in com.amazonaws.cloudhsm.jce.provider.attributes
A collection used to represent a CloudHSM key pair's key attributes and values.
KeyPairAttributesMap() - Constructor for class com.amazonaws.cloudhsm.jce.provider.attributes.KeyPairAttributesMap
Constructs an empty KeyPairAttributesMap containing no key pair attributes or values.
KeyPairAttributesMap(KeyPairAttributesMap) - Constructor for class com.amazonaws.cloudhsm.jce.provider.attributes.KeyPairAttributesMap
Constructs a new KeyPairAttributesMap with the same key pair attributes and values as the specified KeyPairAttributesMap.
KeyPairAttributesMap(KeyAttributesMap, KeyAttributesMap) - Constructor for class com.amazonaws.cloudhsm.jce.provider.attributes.KeyPairAttributesMap
Constructs a new KeyPairAttributesMap with the same key attributes and values as the specified KeyAttributesMap objects, one for the public key and one for the private key.
KeyPairAttributesMap(KeyAttributePermissiveProfile) - Constructor for class com.amazonaws.cloudhsm.jce.provider.attributes.KeyPairAttributesMap
Constructs a new KeyPairAttributesMap using the key pair attributes and permissive values as specified in KeyAttributePermissiveProfile.
KeyPairAttributesMapBuilder - Class in com.amazonaws.cloudhsm.jce.provider.attributes
A helper class which provides KeyPairAttributesMapBuilder Pattern support for instantiating and populating an instance of KeyPairAttributesMap.
KeyPairAttributesMapBuilder() - Constructor for class com.amazonaws.cloudhsm.jce.provider.attributes.KeyPairAttributesMapBuilder
Constructs a KeyPairAttributeMapBuilder for instantiating and populating an instance of KeyPairAttributesMap.
KeyReferenceSpec - Class in com.amazonaws.cloudhsm.jce.provider.attributes
KeyReferenceSpec Spec to find a key using a reference.
KeyRemovalException - Exception in com.amazonaws.cloudhsm.jce.jni.exception
Thrown when there is a problem deleting a key from the cluster.
KeyRemovalException(KeyRemovalExceptionCause, String) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.KeyRemovalException
Constructs the KeyRemovalException class.
KeyRemovalException(KeyRemovalExceptionCause, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.KeyRemovalException
Constructs the KeyRemovalException class.
KeyRemovalException(KeyRemovalExceptionCause, String, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.KeyRemovalException
Constructs the KeyRemovalException class.
KeyRemovalExceptionCause - Enum in com.amazonaws.cloudhsm.jce.jni.exception
Used with KeyRemovalException to specify the cause of the exception.
keySet() - Method in class com.amazonaws.cloudhsm.jce.provider.attributes.KeyAttributesMap
Returns a Set view of the key attributes contained in this map.
KeyStoreWithAttributes - Class in com.amazonaws.cloudhsm.jce.provider
KeyStoreWithAttributes provides a KeyStore implementation with the ability to specify CloudHSM key attributes for operations.
KeyType - Enum in com.amazonaws.cloudhsm.jce.provider.attributes
KeyType enum defines the key types supported by the CloudHSM Provider.
KeyUnwrapKeyNotSupportedException - Exception in com.amazonaws.cloudhsm.jce.jni.exception
Thrown when unwrapping unsupported key types.
KeyUnwrapKeyNotSupportedException(KeyUnwrapKeyNotSupportedExceptionCause, String) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.KeyUnwrapKeyNotSupportedException
Constructs the KeyUnwrapKeyNotSupportedException class.
KeyUnwrapKeyNotSupportedException(KeyUnwrapKeyNotSupportedExceptionCause, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.KeyUnwrapKeyNotSupportedException
Constructs the KeyUnwrapKeyNotSupportedException class.
KeyUnwrapKeyNotSupportedException(KeyUnwrapKeyNotSupportedExceptionCause, String, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.KeyUnwrapKeyNotSupportedException
Constructs the KeyUnwrapKeyNotSupportedException class.
KeyUnwrapKeyNotSupportedExceptionCause - Enum in com.amazonaws.cloudhsm.jce.jni.exception
Used with KeyUnwrapKeyNotSupportedException to specify the cause of the exception.
KeyUsageException - Exception in com.amazonaws.cloudhsm.jce.jni.exception
Thrown when there is a problem using the given key for an operation.
KeyUsageException(KeyUsageExceptionCause, String) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.KeyUsageException
Constructs the KeyUsageException class.
KeyUsageException(KeyUsageExceptionCause, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.KeyUsageException
Constructs the KeyUsageException class.
KeyUsageException(KeyUsageExceptionCause, String, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.KeyUsageException
Constructs the KeyUsageException class.
KeyUsageExceptionCause - Enum in com.amazonaws.cloudhsm.jce.jni.exception
Used with KeyUsageException to specify the cause of the exception.
KeyWrapException - Exception in com.amazonaws.cloudhsm.jce.jni.exception
Thrown when there is a problem using a key for wrapping.
KeyWrapException(KeyWrapExceptionCause, String) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.KeyWrapException
Constructs the KeyWrapException class.
KeyWrapException(KeyWrapExceptionCause, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.KeyWrapException
Constructs the KeyWrapException class.
KeyWrapException(KeyWrapExceptionCause, String, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.KeyWrapException
Constructs the KeyWrapException class.
KeyWrapExceptionCause - Enum in com.amazonaws.cloudhsm.jce.jni.exception
Used with KeyWrapException to specify the cause of the exception.

L

login(Subject, CallbackHandler) - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmProvider
Logs in to the configured CloudHSM cluster.
logout() - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmProvider
Logs out from the configured CloudHSM cluster.
LogoutException - Exception in com.amazonaws.cloudhsm.jce.jni.exception
Thrown when there is a problem logging out.
LogoutException(LogoutExceptionCause, String) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.LogoutException
Constructs the LogoutException class.
LogoutException(LogoutExceptionCause, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.LogoutException
Constructs the LogoutException class.
LogoutException(LogoutExceptionCause, String, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.LogoutException
Constructs the LogoutException class.
LogoutExceptionCause - Enum in com.amazonaws.cloudhsm.jce.jni.exception
Used with LogoutException to specify the cause of the exception.

M

MessageDigestSha1 - Class in com.amazonaws.cloudhsm.jce.provider
MessageDigestSha1 implements MessageDigestSpi for the “SHA-1” transformation string.
MessageDigestSha1(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.MessageDigestSha1
Constructs the MessageDigestSpi for SHA-1.
MessageDigestSha224 - Class in com.amazonaws.cloudhsm.jce.provider
MessageDigestSha224 implements MessageDigestSpi for the “SHA-224” transformation string.
MessageDigestSha224(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.MessageDigestSha224
Constructs the MessageDigestSpi for SHA-224.
MessageDigestSha256 - Class in com.amazonaws.cloudhsm.jce.provider
MessageDigestSha256 implements MessageDigestSpi for the “SHA-256” transformation string.
MessageDigestSha256(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.MessageDigestSha256
Constructs the MessageDigestSpi for SHA-256.
MessageDigestSha384 - Class in com.amazonaws.cloudhsm.jce.provider
MessageDigestSha384 implements MessageDigestSpi for the “SHA-384” transformation string.
MessageDigestSha384(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.MessageDigestSha384
Constructs the MessageDigestSpi for SHA-384.
MessageDigestSha512 - Class in com.amazonaws.cloudhsm.jce.provider
MessageDigestSha512 implements MessageDigestSpi for the “SHA-512” transformation string.
MessageDigestSha512(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.MessageDigestSha512
Constructs the MessageDigestSpi for SHA-512.

N

NoHashWithEcdsaSignature - Class in com.amazonaws.cloudhsm.jce.provider
NoHashWithEcdsaSignature constructs an ECDSASignature with no digest.
NoHashWithEcdsaSignature(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.NoHashWithEcdsaSignature
Constructs an ECDSASignature with no digest.
NoHashWithRsaSignature - Class in com.amazonaws.cloudhsm.jce.provider
NoHashWithRsaSignature constructs an RsaSignature with no digest.
NoHashWithRsaSignature(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.NoHashWithRsaSignature
Constructs an RsaSignature with no digest.

O

OAEPUnwrapKeySpec - Class in com.amazonaws.cloudhsm.jce.provider.spec
This class specifies the set of parameters used with OAEP Padding, with additional parameters for defining CloudHSM key attributes during unwrap operations.
OAEPUnwrapKeySpec(OAEPParameterSpec, KeyAttributesMap) - Constructor for class com.amazonaws.cloudhsm.jce.provider.spec.OAEPUnwrapKeySpec
Specifies the set of parameters used with OAEP Padding, with additional parameters for defining key attributes during unwrap operations.
ObjectClassType - Enum in com.amazonaws.cloudhsm.jce.provider.attributes
ObjectClassType defines the ObjectClass types supported by the CloudHSM Provider.
OptionalParameters - Enum in com.amazonaws.cloudhsm.jce.provider
An OptionalParameters contains the optional parameters supported by the CloudHSM provider.

P

PinAuthHandler - Class in com.amazonaws.cloudhsm.jce.provider.authentication
Pin credential handler for authentication to a CloudHSM cluster.
PinAuthHandler(String) - Constructor for class com.amazonaws.cloudhsm.jce.provider.authentication.PinAuthHandler
Deprecated.
Use PinAuthHandler(char[] pin)
PinAuthHandler(char[]) - Constructor for class com.amazonaws.cloudhsm.jce.provider.authentication.PinAuthHandler
Deprecated.
Use PinAuthHandler(char[] pin)
PROVIDER_NAME - Static variable in class com.amazonaws.cloudhsm.jce.provider.CloudHsmProvider
CloudHSM provider name.
ProviderException - Exception in com.amazonaws.cloudhsm.jce.jni.exception
Thrown when there is a problem with the Provider.
ProviderException(ProviderExceptionCause, String) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.ProviderException
Constructs the ProviderException class.
ProviderException(ProviderExceptionCause, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.ProviderException
Constructs the ProviderException class.
ProviderException(ProviderExceptionCause, String, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.ProviderException
Constructs the ProviderException class.
ProviderExceptionCause - Enum in com.amazonaws.cloudhsm.jce.jni.exception
Used with ProviderException to specify the cause of the exception.
ProviderInitializationException - Exception in com.amazonaws.cloudhsm.jce.jni.exception
Thrown when there is a problem initializing the Provider.
ProviderInitializationException(ProviderInitializationExceptionCause, String) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.ProviderInitializationException
Constructs the ProviderInitializationException class.
ProviderInitializationException(ProviderInitializationExceptionCause, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.ProviderInitializationException
Constructs the ProviderInitializationException class.
ProviderInitializationException(ProviderInitializationExceptionCause, String, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.ProviderInitializationException
Constructs the ProviderInitializationException class.
ProviderInitializationExceptionCause - Enum in com.amazonaws.cloudhsm.jce.jni.exception
Used with ProviderInitializationException to specify the cause of the exception.
put(KeyAttribute, Object) - Method in class com.amazonaws.cloudhsm.jce.provider.attributes.KeyAttributesMap
Associates the specified value with the specified key attribute in this map.
put(KeyAttribute, Object) - Method in class com.amazonaws.cloudhsm.jce.provider.attributes.KeyAttributesMapBuilder
Associates the specified value with the specified key attribute.
putAll(KeyAttributesMap) - Method in class com.amazonaws.cloudhsm.jce.provider.attributes.KeyAttributesMap
Copies all mappings from the specified map to this map.
putAll(KeyPairAttributesMap) - Method in class com.amazonaws.cloudhsm.jce.provider.attributes.KeyPairAttributesMap
Copies all of the mappings from the specified map to the public and private attributes maps.
putAllPrivate(KeyAttributesMap) - Method in class com.amazonaws.cloudhsm.jce.provider.attributes.KeyPairAttributesMap
Copies all mappings from the specified map to the private attributes map.
putAllPublic(KeyAttributesMap) - Method in class com.amazonaws.cloudhsm.jce.provider.attributes.KeyPairAttributesMap
Copies all mappings from the specified map to the public attributes map.
putPrivate(KeyAttribute, Object) - Method in class com.amazonaws.cloudhsm.jce.provider.attributes.KeyPairAttributesMap
Associates the specified value with the specified key attribute in the private key map.
putPublic(KeyAttribute, Object) - Method in class com.amazonaws.cloudhsm.jce.provider.attributes.KeyPairAttributesMap
Associates the specified value with the specified key attribute in the public key map.

R

RandomGenerator - Class in com.amazonaws.cloudhsm.jce.provider
RandomGenerator implements the SecureRandomSpi for securely generating random bytes.
RandomGenerator(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.RandomGenerator
Constructs an SecureRandomSpi for securely generating random bytes.
remove(KeyAttribute) - Method in class com.amazonaws.cloudhsm.jce.provider.attributes.KeyAttributesMap
Removes the mapping for the specified key attribute from this map if present.
remove(KeyAttribute, Object) - Method in class com.amazonaws.cloudhsm.jce.provider.attributes.KeyAttributesMap
Removes the entry for the specified key attribute only if it is currently mapped to the specified value.
RsaAesInvalidParametersException - Exception in com.amazonaws.cloudhsm.jce.jni.exception
Thrown when there is a problem with the provided RSA-AES parameters.
RsaAesInvalidParametersException(RsaAesInvalidParametersExceptionCause, String) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.RsaAesInvalidParametersException
Constructs the RsaAesInvalidParametersException class.
RsaAesInvalidParametersException(RsaAesInvalidParametersExceptionCause, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.RsaAesInvalidParametersException
Constructs the RsaAesInvalidParametersException class.
RsaAesInvalidParametersException(RsaAesInvalidParametersExceptionCause, String, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.RsaAesInvalidParametersException
Constructs the RsaAesInvalidParametersException class.
RsaAesInvalidParametersExceptionCause - Enum in com.amazonaws.cloudhsm.jce.jni.exception
Used with RsaAesInvalidParametersException to specify the cause of the exception.
RsaAesWithSHA1Cipher - Class in com.amazonaws.cloudhsm.jce.provider
RsaAesWithSHA1Cipher implements CipherSpi for the “RSAAESWrap/ECB/OAEPWithSHA-1ANDMGF1Padding” transformation.
RsaAesWithSHA1Cipher(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.RsaAesWithSHA1Cipher
Constructs this Cipher in ECB mode and OAEP with SHA-1 and MGF1.
RsaAesWithSHA224Cipher - Class in com.amazonaws.cloudhsm.jce.provider
RsaAesWithSHA224Cipher implements CipherSpi for the “RSAAESWrap/ECB/OAEPWithSHA-224ANDMGF1Padding” transformation.
RsaAesWithSHA224Cipher(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.RsaAesWithSHA224Cipher
Constructs this Cipher in ECB mode and OAEP with SHA-224 and MGF1.
RsaAesWithSHA256Cipher - Class in com.amazonaws.cloudhsm.jce.provider
RsaAesWithSHA256Cipher implements CipherSpi for the “RSAAESWrap/ECB/OAEPWithSHA-256ANDMGF1Padding” transformation.
RsaAesWithSHA256Cipher(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.RsaAesWithSHA256Cipher
Constructs this Cipher in ECB mode and OAEP with SHA-256 and MGF1.
RsaAesWithSHA384Cipher - Class in com.amazonaws.cloudhsm.jce.provider
RsaAesWithSHA384Cipher implements CipherSpi for the “RSAAESWrap/ECB/OAEPWithSHA-384ANDMGF1Padding” transformation.
RsaAesWithSHA384Cipher(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.RsaAesWithSHA384Cipher
Constructs this Cipher in ECB mode and OAEP with SHA-384 and MGF1.
RsaAesWithSHA512Cipher - Class in com.amazonaws.cloudhsm.jce.provider
RsaAesWithSHA512Cipher implements CipherSpi for the “RSAAESWrap/ECB/OAEPWithSHA-512ANDMGF1Padding” transformation.
RsaAesWithSHA512Cipher(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.RsaAesWithSHA512Cipher
Constructs this Cipher in ECB mode and OAEP with SHA-512 and MGF1.
RsaEcbCipher - Class in com.amazonaws.cloudhsm.jce.provider
RsaEcbCipher implements CipherSpi for the “RSA/ECB/Padding” transformation.
RsaEcbCipher(Padding, CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.RsaEcbCipher
Constructs this CipherSpi with the default mode of ECB, and a provided padding.
RsaEcbNoPaddingCipher - Class in com.amazonaws.cloudhsm.jce.provider
RsaEcbNoPaddingCipher extends CipherSpi for the “RSA/ECB/NoPadding” transformation.
RsaEcbNoPaddingCipher(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.RsaEcbNoPaddingCipher
Constructs an RsaEcbCipher with no padding.
RsaEcbPkcsCipher - Class in com.amazonaws.cloudhsm.jce.provider
RsaEcbPkcsCipher extends CipherSpi for the “RSA/ECB/PKCS1Padding” transformation.
RsaEcbPkcsCipher(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.RsaEcbPkcsCipher
Constructs an RsaEcbCipher with PKCS1 padding.
RsaKeyFactory - Class in com.amazonaws.cloudhsm.jce.provider
RsaKeyFactory extends KeyFactorySpi for importing software RSA keys into CloudHSM.
RsaKeyFactory(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.RsaKeyFactory
Constructs this KeyFactorySpi.
RsaKeyPairGenerator - Class in com.amazonaws.cloudhsm.jce.provider
RsaKeyPairGenerator extends KeyGeneratorSpi for generating an RSA key pair in CloudHSM.
RsaKeyPairGenerator(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.RsaKeyPairGenerator
Constructs an RSA KeyPairGeneratorSpi instance.
RsaOaepWithSHA1Cipher - Class in com.amazonaws.cloudhsm.jce.provider
RsaOaepWithSHA1Cipher implements CipherSpi for the “RSA/ECB/OAEPWithSHA-1ANDMGF1Padding” transformation.
RsaOaepWithSHA1Cipher(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.RsaOaepWithSHA1Cipher
Constructs this CipherSpi with ECB mode and OAEP with SHA1 and MGF1.
RsaOaepWithSHA224Cipher - Class in com.amazonaws.cloudhsm.jce.provider
RsaOaepWithSHA224Cipher implements CipherSpi for the “RSA/ECB/OAEPWithSHA-224ANDMGF1Padding” transformation.
RsaOaepWithSHA224Cipher(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.RsaOaepWithSHA224Cipher
Constructs this CipherSpi with ECB mode and OAEP with SHA224 and MGF1.
RsaOaepWithSHA256Cipher - Class in com.amazonaws.cloudhsm.jce.provider
RsaOaepWithSHA256Cipher implements CipherSpi for the “RSA/ECB/OAEPWithSHA-256ANDMGF1Padding” transformation.
RsaOaepWithSHA256Cipher(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.RsaOaepWithSHA256Cipher
Constructs the “RSA/ECB/OAEPWithSHA-256ANDMGF1Padding” Cipher.
RsaOaepWithSHA384Cipher - Class in com.amazonaws.cloudhsm.jce.provider
RsaOaepWithSHA384Cipher implements CipherSpi for the “RSA/ECB/OAEPWithSHA-384ANDMGF1Padding” transformation.
RsaOaepWithSHA384Cipher(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.RsaOaepWithSHA384Cipher
Constructs this CipherSpi with ECB mode and OAEP with SHA384 and MGF1.
RsaOaepWithSHA512Cipher - Class in com.amazonaws.cloudhsm.jce.provider
RsaOaepWithSHA512Cipher implements CipherSpi for the “RSA/ECB/OAEPWithSHA-512ANDMGF1Padding” transformation.
RsaOaepWithSHA512Cipher(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.RsaOaepWithSHA512Cipher
Constructs the “RSA/ECB/OAEPWithSHA-512ANDMGF1Padding” Cipher.
RsaPkcsOaepInvalidParametersException - Exception in com.amazonaws.cloudhsm.jce.jni.exception
Thrown when there is a problem with the provided AlgorithmParameterSpec.
RsaPkcsOaepInvalidParametersException(RsaPkcsOaepInvalidParametersExceptionCause, String) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.RsaPkcsOaepInvalidParametersException
Constructs the RsaPkcsOaepInvalidParametersException class.
RsaPkcsOaepInvalidParametersException(RsaPkcsOaepInvalidParametersExceptionCause, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.RsaPkcsOaepInvalidParametersException
Constructs the RsaPkcsOaepInvalidParametersException class.
RsaPkcsOaepInvalidParametersException(RsaPkcsOaepInvalidParametersExceptionCause, String, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.RsaPkcsOaepInvalidParametersException
Constructs the RsaPkcsOaepInvalidParametersException class.
RsaPkcsOaepInvalidParametersExceptionCause - Enum in com.amazonaws.cloudhsm.jce.jni.exception
Used with RsaPkcsOaepInvalidParametersException to specify the cause of the exception.
RsaPkcsPssInvalidParametersException - Exception in com.amazonaws.cloudhsm.jce.jni.exception
Thrown when there is a problem with the provided PssParameterSpec.
RsaPkcsPssInvalidParametersException(RsaPkcsPssInvalidParametersExceptionCause, String) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.RsaPkcsPssInvalidParametersException
Constructs the RsaPkcsPssInvalidParametersException class.
RsaPkcsPssInvalidParametersException(RsaPkcsPssInvalidParametersExceptionCause, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.RsaPkcsPssInvalidParametersException
Constructs the RsaPkcsPssInvalidParametersException class.
RsaPkcsPssInvalidParametersException(RsaPkcsPssInvalidParametersExceptionCause, String, Throwable) - Constructor for exception com.amazonaws.cloudhsm.jce.jni.exception.RsaPkcsPssInvalidParametersException
Constructs the RsaPkcsPssInvalidParametersException class.
RsaPkcsPssInvalidParametersExceptionCause - Enum in com.amazonaws.cloudhsm.jce.jni.exception
Used with RsaPkcsPssInvalidParametersException to specify the cause of the exception.
RsaPssSignature - Class in com.amazonaws.cloudhsm.jce.provider
RsaPssSignature implements SignatureSpi and is inherited by specific transformation implementations.
RsaPssSignature(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.RsaPssSignature
Constructs an empty RsaPssSignature.
RsaPssSignature(DigestMechanism, CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.RsaPssSignature
Construct an RsaPssSignature with a digest mechanism.
RsaSignature - Class in com.amazonaws.cloudhsm.jce.provider
RsaSignature implements SignatureSpi and is inherited by specific transformation implementations.

S

setAuthenticationStrategy(AuthenticationStrategy) - Method in class com.amazonaws.cloudhsm.jce.provider.authentication.AuthenticationStrategyCallback
Sets the authentication strategy to be used.
setCallbackHandler(CallbackHandler) - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmProvider
Sets the login CallbackHandler for the CloudHSM provider.
Sha1WithEcdsaSignature - Class in com.amazonaws.cloudhsm.jce.provider
Sha1WithEcdsaSignature constructs an ECDSASignature with SHA1 digest.
Sha1WithEcdsaSignature(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.Sha1WithEcdsaSignature
Constructs an ECDSASignature with SHA1 digest.
Sha1WithRsaPssSignature - Class in com.amazonaws.cloudhsm.jce.provider
Sha1WithRsaPssSignature constructs an RsaPssSignature with SHA1 digest.
Sha1WithRsaPssSignature(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.Sha1WithRsaPssSignature
Constructs an RsaPssSignature with SHA1 digest.
Sha1WithRsaSignature - Class in com.amazonaws.cloudhsm.jce.provider
Sha1WithRsaSignature constructs an RsaSignature with SHA1 digest.
Sha1WithRsaSignature(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.Sha1WithRsaSignature
Constructs an RsaSignature with SHA1 digest.
Sha224WithEcdsaSignature - Class in com.amazonaws.cloudhsm.jce.provider
Sha224WithEcdsaSignature constructs an ECDSASignature with SHA224 digest.
Sha224WithEcdsaSignature(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.Sha224WithEcdsaSignature
Constructs an ECDSASignature with SHA224 digest.
Sha224WithRsaPssSignature - Class in com.amazonaws.cloudhsm.jce.provider
Sha224WithRsaPssSignature constructs an RsaPssSignature with SHA224 digest.
Sha224WithRsaPssSignature(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.Sha224WithRsaPssSignature
Constructs an RsaPssSignature with SHA224 digest.
Sha224WithRsaSignature - Class in com.amazonaws.cloudhsm.jce.provider
Sha224WithRsaSignature constructs an RsaSignature with SHA224 digest.
Sha224WithRsaSignature(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.Sha224WithRsaSignature
Constructs an RsaSignature with SHA224 digest.
Sha256WithEcdsaSignature - Class in com.amazonaws.cloudhsm.jce.provider
Sha256WithEcdsaSignature constructs an ECDSASignature with SHA256 digest.
Sha256WithEcdsaSignature(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.Sha256WithEcdsaSignature
Constructs an ECDSASignature with SHA256 digest.
Sha256WithRsaPssSignature - Class in com.amazonaws.cloudhsm.jce.provider
Sha256WithRsaPssSignature constructs an RsaPssSignature with SHA256 digest.
Sha256WithRsaPssSignature(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.Sha256WithRsaPssSignature
Constructs an RsaPssSignature with SHA256 digest.
Sha256WithRsaSignature - Class in com.amazonaws.cloudhsm.jce.provider
Sha256WithRsaSignature constructs an RsaSignature with SHA256 digest.
Sha256WithRsaSignature(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.Sha256WithRsaSignature
Constructs an RsaSignature with SHA256 digest.
Sha384WithEcdsaSignature - Class in com.amazonaws.cloudhsm.jce.provider
Sha384WithEcdsaSignature constructs an ECDSASignature with SHA384 digest.
Sha384WithEcdsaSignature(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.Sha384WithEcdsaSignature
Constructs an ECDSASignature with SHA384 digest.
Sha384WithRsaPssSignature - Class in com.amazonaws.cloudhsm.jce.provider
Sha384WithRsaPssSignature constructs an RsaPssSignature with SHA384 digest.
Sha384WithRsaPssSignature(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.Sha384WithRsaPssSignature
Constructs an RsaPssSignature with SHA384 digest.
Sha384WithRsaSignature - Class in com.amazonaws.cloudhsm.jce.provider
Sha384WithRsaSignature constructs an RsaSignature with SHA384 digest.
Sha384WithRsaSignature(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.Sha384WithRsaSignature
Constructs an RsaSignature with SHA384 digest.
Sha512WithEcdsaSignature - Class in com.amazonaws.cloudhsm.jce.provider
Sha512WithEcdsaSignature constructs an ECDSASignature with SHA512 digest.
Sha512WithEcdsaSignature(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.Sha512WithEcdsaSignature
Constructs an ECDSASignature with SHA512 digest.
Sha512WithRsaPssSignature - Class in com.amazonaws.cloudhsm.jce.provider
Sha512WithRsaPssSignature constructs an RsaPssSignature with SHA512 digest.
Sha512WithRsaPssSignature(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.Sha512WithRsaPssSignature
Constructs an RsaPssSignature with SHA512 digest.
Sha512WithRsaSignature - Class in com.amazonaws.cloudhsm.jce.provider
Sha512WithRsaSignature constructs an RsaSignature with SHA512 digest.
Sha512WithRsaSignature(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.Sha512WithRsaSignature
Constructs an RsaSignature with SHA512 digest.

T

TripleDesKeyFactory - Class in com.amazonaws.cloudhsm.jce.provider
TripleDesKeyFactory implements SecretKeyFactorySpi for importing software Triple DES keys into CloudHSM.
TripleDesKeyFactory(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.TripleDesKeyFactory
Constructs this SecretKeyFactorySpi.
TripleDesKeyGenerator - Class in com.amazonaws.cloudhsm.jce.provider
TripleDesKeyGenerator extends KeyGeneratorSpi for generating a DESede key.
TripleDesKeyGenerator(CloudHsmProvider) - Constructor for class com.amazonaws.cloudhsm.jce.provider.TripleDesKeyGenerator
Constructs a Triple DES KeyGeneratorSpi.

U

UsernamePasswordAuthHandler - Class in com.amazonaws.cloudhsm.jce.provider.authentication
Username and password credential handler for authentication to a CloudHSM cluster.
UsernamePasswordAuthHandler(String, char[]) - Constructor for class com.amazonaws.cloudhsm.jce.provider.authentication.UsernamePasswordAuthHandler
Creates a callback handler from a username and password that can be used to log into CloudHSM.

V

valueOf(String) - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.AccountAlreadyLoggedInExceptionCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.AccountLockedExceptionCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.AddAttributeExceptionCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.AesCtrCounterExceptionCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.AesGcmInvalidParametersExceptionCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.AesWrapInvalidParameterExceptionCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.AttributeExceptionCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.AuthenticationExceptionCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.CloudHsmKeyStoreExceptionCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.CredentialExpiredExceptionCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.DataExceptionCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.FailedLoginExceptionCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.InternalExceptionCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.InvalidAesCmacKdfParameterExceptionCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.InvalidEcParameterExceptionCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.InvalidEcPointExceptionCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.InvalidIvExceptionCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.InvalidKsnExceptionCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.InvalidPkcs8EncodedKeyExceptionCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.InvalidX509EncodedKeyExceptionCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.KeyCreationExceptionCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.KeyRemovalExceptionCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.KeyUnwrapKeyNotSupportedExceptionCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.KeyUsageExceptionCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.KeyWrapExceptionCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.LogoutExceptionCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.ProviderExceptionCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.ProviderInitializationExceptionCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.RsaAesInvalidParametersExceptionCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.RsaPkcsOaepInvalidParametersExceptionCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.RsaPkcsPssInvalidParametersExceptionCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.cloudhsm.jce.provider.attributes.KeyAttribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.cloudhsm.jce.provider.attributes.KeyAttributePermissiveProfile
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.cloudhsm.jce.provider.attributes.KeyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.cloudhsm.jce.provider.attributes.ObjectClassType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.cloudhsm.jce.provider.OptionalParameters
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.AccountAlreadyLoggedInExceptionCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.AccountLockedExceptionCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.AddAttributeExceptionCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.AesCtrCounterExceptionCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.AesGcmInvalidParametersExceptionCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.AesWrapInvalidParameterExceptionCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.AttributeExceptionCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.AuthenticationExceptionCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.CloudHsmKeyStoreExceptionCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.CredentialExpiredExceptionCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.DataExceptionCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.FailedLoginExceptionCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.InternalExceptionCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.InvalidAesCmacKdfParameterExceptionCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.InvalidEcParameterExceptionCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.InvalidEcPointExceptionCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.InvalidIvExceptionCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.InvalidKsnExceptionCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.InvalidPkcs8EncodedKeyExceptionCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.InvalidX509EncodedKeyExceptionCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.KeyCreationExceptionCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.KeyRemovalExceptionCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.KeyUnwrapKeyNotSupportedExceptionCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.KeyUsageExceptionCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.KeyWrapExceptionCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.LogoutExceptionCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.ProviderExceptionCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.ProviderInitializationExceptionCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.RsaAesInvalidParametersExceptionCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.RsaPkcsOaepInvalidParametersExceptionCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.cloudhsm.jce.jni.exception.RsaPkcsPssInvalidParametersExceptionCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.cloudhsm.jce.provider.attributes.KeyAttribute
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.cloudhsm.jce.provider.attributes.KeyAttributePermissiveProfile
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.cloudhsm.jce.provider.attributes.KeyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.cloudhsm.jce.provider.attributes.ObjectClassType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.cloudhsm.jce.provider.OptionalParameters
Returns an array containing the constants of this enum type, in the order they are declared.

W

withClientCertFilePath(String) - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmClusterBuilder
Sets the client certificate file used to connect with mTLS to a cluster server over E2E.
withClientPrivateKeyFilePath(String) - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmClusterBuilder
Sets the client private key file used to connect with mTLS to a cluster server over E2E.
withCloudHsmLogging(CloudHsmLoggingConfig) - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmProviderConfigBuilder
Sets the CloudHSM logging config object.
withCluster(CloudHsmCluster) - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmProviderConfigBuilder
Gets the cluster config object.
withClusterType(String) - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmClusterBuilder
Sets the type of the cluster which the configuration has been provided for.
withClusterUniqueIdentifier(String) - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmClusterBuilder
Sets the uniqueIdentifier for a provider.
withHostIP(String) - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmServerBuilder
Sets the server ip in the cluster.
withHsmCAFilePath(String) - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmClusterBuilder
Sets the CA file required to connect to a cluster server over E2E.
withLogFile(String) - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmLoggingConfigBuilder
Sets the log file.
withLogInterval(String) - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmLoggingConfigBuilder
Sets the log interval.
withLogLevel(String) - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmLoggingConfigBuilder
Sets the log level.
withLogType(String) - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmLoggingConfigBuilder
Sets the log type.
withOptions(Object, Object) - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmClusterBuilder
Sets an optional parameter.
withPort(int) - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmServerBuilder
Sets the server port in the cluster.
withPrivate(KeyAttributesMap) - Method in class com.amazonaws.cloudhsm.jce.provider.attributes.KeyPairAttributesMapBuilder
Populates the private key with the same key attributes and values as the specified KeyPairAttributesMap.
withPrivate(KeyAttribute, Object) - Method in class com.amazonaws.cloudhsm.jce.provider.attributes.KeyPairAttributesMapBuilder
Associates the specified value with the specified key attribute in the private key.
withProxyHostnamesConfig(CloudHsmProxyHostnamesConfig) - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmClusterBuilder
Sets the proxy hostnames to specify the proxy type and mapping hsm hostnames to proxy hostnames.
withProxyMap(String, String) - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmProxyHostnamesConfigBuilder
Sets the mappings of the HSM ENI hostnames to the proxy hostnames.
withProxyType(String) - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmProxyHostnamesConfigBuilder
Sets the allowed values(passthrough, loose, and strict) for proxy type.
withPublic(KeyAttributesMap) - Method in class com.amazonaws.cloudhsm.jce.provider.attributes.KeyPairAttributesMapBuilder
Populates the public key with the same key attributes and values as the specified KeyPairAttributesMap.
withPublic(KeyAttribute, Object) - Method in class com.amazonaws.cloudhsm.jce.provider.attributes.KeyPairAttributesMapBuilder
Associates the specified value with the specified key attribute in the public key.
withServer(CloudHsmServer) - Method in class com.amazonaws.cloudhsm.jce.provider.CloudHsmClusterBuilder
Sets the reference to the server configuration (for example, network config).
A B C D E F G H I K L M N O P R S T U V W 
Skip navigation links
 ? 2026, Amazon Web Services, Inc. or its affiliates. All rights reserved.