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.
-
ident
-
-
IDEAKey(byte[])
- the basic constructor
-
getAlgorithm()
- returns the algorithm for this key.
-
getEncoded()
- returns an encoded representation of this key.
-
getFormat()
- returns the format for this key.
ident
public static final String ident
IDEAKey
public IDEAKey(byte rawKey[])
- the basic constructor
getAlgorithm
public String getAlgorithm()
- returns the algorithm for this key.
- Returns:
- the string "IDEA"
getFormat
public String getFormat()
- returns the format for this key.
- Returns:
- the string "RAW"
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