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 createMasterKeys 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 KMasterKey. getMasterKey(String provider, String keyId)ReturnsthisifproviderandkeyIdmatchthis.KMasterKeyProvider. 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 NoSuchMasterKeyException Modifier and Type Method Description JceMasterKeyKeyStoreProvider. 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 NoSuchMasterKeyException Modifier and Type Method Description KmsMasterKeyKmsMasterKeyProvider. getMasterKey(String provider, String keyId)
-