All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class au.net.aba.crypto.provider.IDEAKey

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

public class IDEAKey
extends Object
implements SecretKey
A class wrapper for Idea keys.


Variable Index

 o ident

Constructor Index

 o IDEAKey(byte[])
the basic constructor

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 IDEAKey
 public IDEAKey(byte rawKey[])
the basic constructor

Methods

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

Returns:
the string "IDEA"
 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 as a set of bytes.

All Packages  Class Hierarchy  This Package  Previous  Next  Index