Bouncy Castle Cryptography 1.50

org.bouncycastle.bcpg
Class ECDSAPublicBCPGKey

java.lang.Object
  extended by org.bouncycastle.bcpg.BCPGObject
      extended by org.bouncycastle.bcpg.ECPublicBCPGKey
          extended by org.bouncycastle.bcpg.ECDSAPublicBCPGKey
All Implemented Interfaces:
BCPGKey

public class ECDSAPublicBCPGKey
extends ECPublicBCPGKey

base class for an ECDSA Public Key.


Constructor Summary
  ECDSAPublicBCPGKey(org.bouncycastle.asn1.ASN1ObjectIdentifier oid, org.bouncycastle.math.ec.ECPoint point)
           
protected ECDSAPublicBCPGKey(BCPGInputStream in)
           
 
Method Summary
 
Methods inherited from class org.bouncycastle.bcpg.ECPublicBCPGKey
encode, getCurveOID, getEncoded, getFormat, getPoint, readBytesOfEncodedLength
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ECDSAPublicBCPGKey

protected ECDSAPublicBCPGKey(BCPGInputStream in)
                      throws java.io.IOException
Parameters:
in - the stream to read the packet from.
Throws:
java.io.IOException

ECDSAPublicBCPGKey

public ECDSAPublicBCPGKey(org.bouncycastle.asn1.ASN1ObjectIdentifier oid,
                          org.bouncycastle.math.ec.ECPoint point)

Bouncy Castle Cryptography 1.50