Class au.net.aba.crypto.provider.DESedeKey
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

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 final static String ident

Constructors

 o DESedeKey
  public DESedeKey(byte rawKey[])

Methods

 o getAlgorithm
  public String getAlgorithm()
returns the algorithm for this key.
 o getFormat
  public String getFormat()
returns the format for this key.
 o getEncoded
  public byte[] getEncoded()
returns an encoded representation of this key.

All Packages  Class Hierarchy  This Package  Previous  Next  Index