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
-
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 final static String ident
DESedeKey
public DESedeKey(byte rawKey[])
getAlgorithm
public String getAlgorithm()
- returns the algorithm for this key.
getFormat
public String getFormat()
- returns the format for this key.
getEncoded
public byte[] getEncoded()
- returns an encoded representation of this key.
All Packages Class Hierarchy This Package Previous Next Index