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