Uses of Class
com.amazonaws.encryptionsdk.exception.NoSuchMasterKeyException
Packages that use NoSuchMasterKeyException
Package
Description
Contains
AwsCrypto, the primary entry-point to the Aws
Encryption SDK.Contains logic necessary to create
MasterKeys backed by AWS
KMS keys.-
Uses of NoSuchMasterKeyException in com.amazonaws.encryptionsdk
Methods in com.amazonaws.encryptionsdk that throw NoSuchMasterKeyExceptionModifier and TypeMethodDescriptionMasterKey.getMasterKey(String provider, String keyId)ReturnsthisifproviderandkeyIdmatchthis.MasterKeyProvider.getMasterKey(String keyId)Equivalent to callingMasterKeyProvider.getMasterKey(String, String)usingMasterKeyProvider.getDefaultProviderId()as the provider.abstract KMasterKeyProvider.getMasterKey(String provider, String keyId)Returns the specifiedMasterKeyif possible. -
Uses of NoSuchMasterKeyException in com.amazonaws.encryptionsdk.jce
Methods in com.amazonaws.encryptionsdk.jce that throw NoSuchMasterKeyExceptionModifier and TypeMethodDescriptionKeyStoreProvider.getMasterKey(String provider, String keyId)Returns aJceMasterKeycorresponding to the entry in theKeyStorewith the specified alias and compatible algorithm. -
Uses of NoSuchMasterKeyException in com.amazonaws.encryptionsdk.kms
Methods in com.amazonaws.encryptionsdk.kms that throw NoSuchMasterKeyExceptionModifier and TypeMethodDescriptionAwsKmsMrkAwareMasterKeyProvider.getMasterKey(String providerId, String requestedKeyArn)Added flexibility in matching multi-Region keys from different regions.KmsMasterKeyProvider.getMasterKey(String provider, String keyId)