|
Bouncy Castle Cryptography 1.11 API Specification: Class JDKKeyFactory.ElGamal
org.bouncycastle.jce.provider
Class JDKKeyFactory.ElGamal
java.lang.Object
|
+--java.security.KeyFactorySpi
|
+--org.bouncycastle.jce.provider.JDKKeyFactory
|
+--org.bouncycastle.jce.provider.JDKKeyFactory.ElGamal
- Enclosing class:
- JDKKeyFactory
- public static class JDKKeyFactory.ElGamal
- extends JDKKeyFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JDKKeyFactory.ElGamal
public JDKKeyFactory.ElGamal()
engineGeneratePrivate
protected java.security.PrivateKey engineGeneratePrivate(java.security.spec.KeySpec keySpec)
throws java.security.spec.InvalidKeySpecException
- Overrides:
engineGeneratePrivate in class java.security.KeyFactorySpi
engineGeneratePublic
protected java.security.PublicKey engineGeneratePublic(java.security.spec.KeySpec keySpec)
throws java.security.spec.InvalidKeySpecException
- Overrides:
engineGeneratePublic in class java.security.KeyFactorySpi
|