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

Variable Index

 o ident

Constructor Index

 o DESKey()
null constructor for serialisation
 o DESKey(byte[])

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.
 o readExternal(ObjectInput)
 o writeExternal(ObjectOutput)

Variables

 o ident
  public final static String ident

Constructors

 o DESKey
  public DESKey()
null constructor for serialisation
 o DESKey
  public DESKey(byte rawKey[])

Methods

 o getAlgorithm
  public String getAlgorithm()
returns the algorithm for this key.
 o getFormat
  public String getFormat()
returns the format for this key.
 o getEncoded
  public byte[] getEncoded()
returns an encoded representation of this key.
 o writeExternal
  public void writeExternal(ObjectOutput out) throws IOException
 o readExternal
  public void readExternal(ObjectInput in) throws IOException

All Packages  Class Hierarchy  This Package  Previous  Next  Index