All Packages Class Hierarchy This Package Previous Next Index
Class iaik.security.cipher.SecretKey
java.lang.Object
|
+----iaik.security.cipher.SecretKey
- public synchronized class SecretKey
- extends Object
- implements SecretKey
-
SecretKey(byte[], String)
-
-
getAlgorithm()
-
-
getEncoded()
-
-
getFormat()
-
SecretKey
public SecretKey(byte key[],
String algName)
getEncoded
public byte[] getEncoded()
getAlgorithm
public String getAlgorithm()
getFormat
public String getFormat()
All Packages Class Hierarchy This Package Previous Next Index