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

Constructor Index

 o SecretKey(byte[], String)

Method Index

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

Constructors

 o SecretKey
 public SecretKey(byte key[],
                  String algName)

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