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".


Constructor Index

 o SecretKey(byte[], String)

Method Index

 o getAlgorithm()
 o getEncoded()
 o getFormat()

Constructors

 o SecretKey
 public SecretKey(byte bytes[],
                  String algorithm)

Methods

 o getEncoded
 public byte[] getEncoded()
 o getAlgorithm
 public String getAlgorithm()
 o getFormat
 public String getFormat()

All Packages  Class Hierarchy  This Package  Previous  Next  Index