All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class au.net.aba.crypto.provider.DESedeKey

java.lang.Object
   |
   +----au.net.aba.crypto.provider.DESedeKey

public class DESedeKey
extends Object
implements SecretKey
a triple DES key.


Variable Index

 o ident

Constructor Index

 o DESedeKey(byte[])

Method Index

 o getAlgorithm()
returns the algorithm for this key.
 o getEncoded()
returns an encoded representation of this key.
 o getFormat()
returns the format for this key.

Variables

 o ident
 public static final String ident

Constructors

 o DESedeKey
 public DESedeKey(byte rawKey[])

Methods

 o getAlgorithm
 public String getAlgorithm()
returns the algorithm for this key.

Returns:
the string "DESede".
 o getFormat
 public String getFormat()
returns the format for this key.

Returns:
the string "RAW".
 o getEncoded
 public byte[] getEncoded()
returns an encoded representation of this key.

Returns:
the key in raw byte format.

All Packages  Class Hierarchy  This Package  Previous  Next  Index