public class SecretKeyFacade
extends java.lang.Object
implements javax.crypto.SecretKey
| Modifier and Type | Field and Description | 
|---|---|
SymmetricKey | 
key  | 
| Constructor and Description | 
|---|
SecretKeyFacade(SymmetricKey symk)  | 
| Modifier and Type | Method and 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