- 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.
- 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.
- 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
-
- 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
-
- 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
-
- getSharedInfo() - Method in class com.amazonaws.cloudhsm.jce.provider.spec.EcdhWithX963KdfParamSpec
-
Returns the shared information used in key derivation.
- 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.
- 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
-
- 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
-
- 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.
- 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.
- 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.
- 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.