|
Bouncy Castle Cryptography 1.18 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.security.KeyFactorySpi | +--org.bouncycastle.jce.provider.JDKKeyFactory
Nested Class Summary | |
static class |
JDKKeyFactory.DH
|
static class |
JDKKeyFactory.DSA
|
static class |
JDKKeyFactory.EC
|
static class |
JDKKeyFactory.ECDH
|
static class |
JDKKeyFactory.ECDHC
|
static class |
JDKKeyFactory.ECDSA
|
static class |
JDKKeyFactory.ElGamal
|
static class |
JDKKeyFactory.RSA
|
Constructor Summary | |
JDKKeyFactory()
|
Method Summary | |
protected java.security.spec.KeySpec |
engineGetKeySpec(java.security.Key key,
java.lang.Class spec)
|
protected java.security.Key |
engineTranslateKey(java.security.Key key)
|
Methods inherited from class java.security.KeyFactorySpi |
engineGeneratePrivate, engineGeneratePublic |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JDKKeyFactory()
Method Detail |
protected java.security.spec.KeySpec engineGetKeySpec(java.security.Key key, java.lang.Class spec) throws java.security.spec.InvalidKeySpecException
engineGetKeySpec
in class java.security.KeyFactorySpi
java.security.spec.InvalidKeySpecException
protected java.security.Key engineTranslateKey(java.security.Key key) throws java.security.InvalidKeyException
engineTranslateKey
in class java.security.KeyFactorySpi
java.security.InvalidKeyException
|
Bouncy Castle Cryptography 1.18 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |