anon.crypto
Class ECKeyPair

java.lang.Object
  extended by anon.crypto.AsymmetricCryptoKeyPair
      extended by anon.crypto.ECKeyPair

public class ECKeyPair
extends AsymmetricCryptoKeyPair


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

ECKeyPair(IMyPrivateKey a_privateKey)
Method Detail

getInstance

public static ECKeyPair getInstance(java.security.SecureRandom a_secureRandom)

getInstance

public static ECKeyPair getInstance(org.bouncycastle.asn1.DERObjectIdentifier a_namedCurve,
                                    java.security.SecureRandom a_secureRandom)