Class SdkmsHmacKey
- java.lang.Object
-
- com.fortanix.sdkms.jce.provider.keys.SdkmsSecretKey
-
- com.fortanix.sdkms.jce.provider.macs.SdkmsHmacKey
-
- All Implemented Interfaces:
SdkmsCipherKey
,SdkmsKey
,Serializable
,Key
,SecretKey
,Destroyable
public class SdkmsHmacKey extends SdkmsSecretKey
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.fortanix.sdkms.jce.provider.keys.SdkmsSecretKey
keySize
-
Fields inherited from interface javax.crypto.SecretKey
serialVersionUID
-
-
Constructor Summary
Constructors Constructor Description SdkmsHmacKey(com.fortanix.sdkms.v1.model.KeyObject keyObject, String algorithm)
SdkmsHmacKey(String keyId, String algorithm, String transientKey)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAlgorithm()
String
getFormat()
-
Methods inherited from class com.fortanix.sdkms.jce.provider.keys.SdkmsSecretKey
getEncoded, getKeyDescriptor, getKeySize
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface javax.security.auth.Destroyable
destroy, isDestroyed
-
-
-
-
Constructor Detail
-
SdkmsHmacKey
public SdkmsHmacKey(com.fortanix.sdkms.v1.model.KeyObject keyObject, String algorithm)
-
SdkmsHmacKey
@Deprecated public SdkmsHmacKey(String keyId, String algorithm, String transientKey)
Deprecated.
-
-