|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.gudy.bouncycastle.jce.provider.ECUtil
public class ECUtil
utility class for converting jce/jca ECDSA, ECDH, and ECDHC objects into their org.gudy.bouncycastle.crypto counterparts.
Constructor Summary | |
---|---|
ECUtil()
|
Method Summary | |
---|---|
static AsymmetricKeyParameter |
generatePrivateKeyParameter(java.security.PrivateKey key)
|
static AsymmetricKeyParameter |
generatePublicKeyParameter(java.security.PublicKey key)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ECUtil()
Method Detail |
---|
public static AsymmetricKeyParameter generatePublicKeyParameter(java.security.PublicKey key) throws java.security.InvalidKeyException
java.security.InvalidKeyException
public static AsymmetricKeyParameter generatePrivateKeyParameter(java.security.PrivateKey key) throws java.security.InvalidKeyException
java.security.InvalidKeyException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |