java.io.Serializable, java.security.Key, javax.crypto.SecretKey, javax.security.auth.Destroyablepublic 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.Keypublic byte[] getEncoded()
getEncoded in interface java.security.Keypublic java.lang.String getFormat()
getFormat in interface java.security.Key