Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

cryptix.pki
Class KeyIDFactorySpi  view KeyIDFactorySpi download KeyIDFactorySpi.java

java.lang.Object
  extended bycryptix.pki.KeyIDFactorySpi

public abstract class KeyIDFactorySpi
extends java.lang.Object

Service provider interface for KeyIDFactory

Version:
$Revision: 1.2 $

Constructor Summary
KeyIDFactorySpi()
           
 
Method Summary
abstract  KeyID engineGenerateKeyID(java.security.Key key)
          Generates a KeyID from a key.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyIDFactorySpi

public KeyIDFactorySpi()
Method Detail

engineGenerateKeyID

public abstract KeyID engineGenerateKeyID(java.security.Key key)
                                   throws java.security.InvalidKeyException
Generates a KeyID from a key.