final class KMSSecuredCEK extends SecuredCEK
Modifier and Type | Field and Description |
---|---|
(package private) static java.lang.String |
KEY_PROTECTION_MECHANISM |
Constructor and Description |
---|
KMSSecuredCEK(byte[] encryptedKeyBlob,
java.util.Map<java.lang.String,java.lang.String> matdesc) |
Modifier and Type | Method and Description |
---|---|
static boolean |
isKMSKeyWrapped(java.lang.String keyWrapAlgo)
Returns true if the specified key wrapping algorithm is
"kms"; false otherwise.
|
getEncrypted, getKeyWrapAlgorithm, getMaterialDescription
static final java.lang.String KEY_PROTECTION_MECHANISM
KMSSecuredCEK(byte[] encryptedKeyBlob, java.util.Map<java.lang.String,java.lang.String> matdesc)
public static boolean isKMSKeyWrapped(java.lang.String keyWrapAlgo)