
|
Bouncy Castle Cryptography 1.11 API Specification: Class JDKKeyFactory.EC
org.bouncycastle.jce.provider
Class JDKKeyFactory.EC
java.lang.Object
|
+--java.security.KeyFactorySpi
|
+--org.bouncycastle.jce.provider.JDKKeyFactory
|
+--org.bouncycastle.jce.provider.JDKKeyFactory.EC
- Direct Known Subclasses:
- JDKKeyFactory.ECDH, JDKKeyFactory.ECDHC, JDKKeyFactory.ECDSA
- Enclosing class:
- JDKKeyFactory
- public static class JDKKeyFactory.EC
- extends JDKKeyFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JDKKeyFactory.EC
public JDKKeyFactory.EC(java.lang.String algorithm)
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
|