Interface au.net.aba.security.Key
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface au.net.aba.security.Key

public interface Key
extends Object
extends Serializable
Interface defining a key.

Variable Index

 o ident

Method Index

 o getAlgorithm()
 o getEncoded()
 o getFormat()

Variables

 o ident
  public final static String ident

Methods

 o getAlgorithm
  public abstract String getAlgorithm()
 o getFormat
  public abstract String getFormat()
 o getEncoded
  public abstract byte[] getEncoded()

All Packages  Class Hierarchy  This Package  Previous  Next  Index