java.io.Serializable
, java.security.Key
, javax.crypto.SecretKey
, javax.security.auth.Destroyable
RepeatedSecretKeySpec
public class RepeatedSecretKeySpec
extends java.lang.Object
implements javax.crypto.SecretKey
Constructor | Description |
---|---|
RepeatedSecretKeySpec(java.lang.String algorithm) |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getAlgorithm() |
|
byte[] |
getEncoded() |
|
java.lang.String |
getFormat() |
public java.lang.String getAlgorithm()
getAlgorithm
in interface java.security.Key
public java.lang.String getFormat()
getFormat
in interface java.security.Key
public byte[] getEncoded()
getEncoded
in interface java.security.Key