Class au.net.aba.crypto.provider.DESKey
All Packages Class Hierarchy This Package Previous Next Index
Class au.net.aba.crypto.provider.DESKey
java.lang.Object
|
+----au.net.aba.crypto.provider.DESKey
- public class DESKey
- extends Object
- implements SecretKey, Externalizable
-
ident
-
-
DESKey()
- null constructor for serialisation
-
DESKey(byte[])
-
-
getAlgorithm()
- returns the algorithm for this key.
-
getEncoded()
- returns an encoded representation of this key.
-
getFormat()
- returns the format for this key.
-
readExternal(ObjectInput)
-
-
writeExternal(ObjectOutput)
-
ident
public final static String ident
DESKey
public DESKey()
- null constructor for serialisation
DESKey
public DESKey(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.
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
readExternal
public void readExternal(ObjectInput in) throws IOException
All Packages Class Hierarchy This Package Previous Next Index