gnu.crypto.pki.provider
Class RSAKeyFactory
java.lang.Object
java.security.KeyFactorySpi
gnu.crypto.pki.provider.RSAKeyFactory
- public class RSAKeyFactory
- extends KeyFactorySpi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RSAKeyFactory
public RSAKeyFactory()
engineGeneratePrivate
protected PrivateKey engineGeneratePrivate(KeySpec spec)
throws InvalidKeySpecException
- Throws:
InvalidKeySpecException
engineGeneratePublic
protected PublicKey engineGeneratePublic(KeySpec spec)
throws InvalidKeySpecException
- Throws:
InvalidKeySpecException
engineGetKeySpec
protected KeySpec engineGetKeySpec(Key key,
Class keySpec)
throws InvalidKeySpecException
- Throws:
InvalidKeySpecException
engineTranslateKey
protected Key engineTranslateKey(Key key)
throws InvalidKeyException
- Throws:
InvalidKeyException
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.