All Packages Class Hierarchy This Package Previous Next Index
Class sun.security.provider.SecretKey
java.lang.Object
|
+----sun.security.provider.SecretKey
- public class SecretKey
- extends Object
- implements SecretKey
A very simple implementation of the java.security.SecretKey
interface. It's format is "RAW".
-
SecretKey(byte[], String)
-
-
getAlgorithm()
-
-
getEncoded()
-
-
getFormat()
-
SecretKey
public SecretKey(byte bytes[],
String algorithm)
getEncoded
public byte[] getEncoded()
getAlgorithm
public String getAlgorithm()
getFormat
public String getFormat()
All Packages Class Hierarchy This Package Previous Next Index