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.
-
ident
-
-
DESedeKey(byte[])
-
-
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
DESedeKey
public DESedeKey(byte rawKey[])
getAlgorithm
public String getAlgorithm()
- returns the algorithm for this key.
- Returns:
- the string "DESede".
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 in raw byte format.
All Packages Class Hierarchy This Package Previous Next Index