Class au.net.aba.security.spec.EncodedKeySpec
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class au.net.aba.security.spec.EncodedKeySpec

java.lang.Object
   |
   +----au.net.aba.security.spec.EncodedKeySpec

public class EncodedKeySpec
extends Object
implements KeySpec
A key in an encoded format.

Variable Index

 o ident

Constructor Index

 o EncodedKeySpec(byte[])
Creates a new EncodedKeySpec with the given encoded key.

Method Index

 o getEncoded()
Returns the encoded key.
 o getFormat()
Returns the name of the encoding format used by this key specification.

Variables

 o ident
  public final static String ident

Constructors

 o EncodedKeySpec
  public EncodedKeySpec(byte encodedKey[])
Creates a new EncodedKeySpec with the given encoded key.
Parameters:
encodedKey - the encoded key.

Methods

 o getEncoded
  public byte[] getEncoded()
Returns the encoded key.
Returns:
the key encoded into a byte array.
 o getFormat
  public abstract String getFormat()
Returns the name of the encoding format used by this key specification.

All Packages  Class Hierarchy  This Package  Previous  Next  Index