|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object anon.crypto.AsymmetricCryptoKeyPair anon.crypto.ECKeyPair
public class ECKeyPair
Field Summary |
---|
Fields inherited from class anon.crypto.AsymmetricCryptoKeyPair |
---|
KEY_LENGTH_1024, KEY_LENGTH_512 |
Constructor Summary | |
---|---|
ECKeyPair(IMyPrivateKey a_privateKey)
|
Method Summary | |
---|---|
static ECKeyPair |
getInstance(org.bouncycastle.asn1.DERObjectIdentifier a_namedCurve,
java.security.SecureRandom a_secureRandom)
|
static ECKeyPair |
getInstance(java.security.SecureRandom a_secureRandom)
|
Methods inherited from class anon.crypto.AsymmetricCryptoKeyPair |
---|
createPublicKey, getPrivate, getPublic, isValidKeyPair |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
ECKeyPair(IMyPrivateKey a_privateKey)
Method Detail |
---|
public static ECKeyPair getInstance(java.security.SecureRandom a_secureRandom)
public static ECKeyPair getInstance(org.bouncycastle.asn1.DERObjectIdentifier a_namedCurve, java.security.SecureRandom a_secureRandom)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |