Uses of Class
com.amazonaws.encryptionsdk.exception.NoSuchMasterKeyException
-
Packages that use NoSuchMasterKeyException Package Description com.amazonaws.encryptionsdk ContainsAwsCrypto
, the primary entry-point to the Aws Encryption SDK.com.amazonaws.encryptionsdk.jce com.amazonaws.encryptionsdk.kms Contains logic necessary to createMasterKey
s backed by AWS KMS keys. -
-
Uses of NoSuchMasterKeyException in com.amazonaws.encryptionsdk
Methods in com.amazonaws.encryptionsdk that throw NoSuchMasterKeyException Modifier and Type Method Description K
MasterKey. getMasterKey(String provider, String keyId)
Returnsthis
ifprovider
andkeyId
matchthis
.K
MasterKeyProvider. getMasterKey(String keyId)
Equivalent to callingMasterKeyProvider.getMasterKey(String, String)
usingMasterKeyProvider.getDefaultProviderId()
as the provider.abstract K
MasterKeyProvider. getMasterKey(String provider, String keyId)
Returns the specifiedMasterKey
if possible. -
Uses of NoSuchMasterKeyException in com.amazonaws.encryptionsdk.jce
Methods in com.amazonaws.encryptionsdk.jce that throw NoSuchMasterKeyException Modifier and Type Method Description JceMasterKey
KeyStoreProvider. getMasterKey(String provider, String keyId)
Returns aJceMasterKey
corresponding to the entry in theKeyStore
with the specified alias and compatible algorithm. -
Uses of NoSuchMasterKeyException in com.amazonaws.encryptionsdk.kms
Methods in com.amazonaws.encryptionsdk.kms that throw NoSuchMasterKeyException Modifier and Type Method Description KmsMasterKey
KmsMasterKeyProvider. getMasterKey(String provider, String keyId)
-