java.lang.Object
cryptix.pki.KeyIDFactorySpi
- public abstract class KeyIDFactorySpi
- extends java.lang.Object
Service provider interface for KeyIDFactory
- Version:
- $Revision: 1.2 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyIDFactorySpi
public KeyIDFactorySpi()
engineGenerateKeyID
public abstract KeyID engineGenerateKeyID(java.security.Key key)
throws java.security.InvalidKeyException
- Generates a KeyID from a key.