Bouncy Castle Cryptography 1.64

org.bouncycastle.bcpg
Class EdDSAPublicBCPGKey

java.lang.Object
  |
  +--org.bouncycastle.bcpg.BCPGObject
        |
        +--org.bouncycastle.bcpg.ECPublicBCPGKey
              |
              +--org.bouncycastle.bcpg.EdDSAPublicBCPGKey

public class EdDSAPublicBCPGKey
extends ECPublicBCPGKey

base class for an EdDSA Public Key.


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

Constructor Detail

EdDSAPublicBCPGKey

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

EdDSAPublicBCPGKey

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

EdDSAPublicBCPGKey

public EdDSAPublicBCPGKey(org.bouncycastle.asn1.ASN1ObjectIdentifier oid,
                          java.math.BigInteger encodedPoint)
                   throws java.io.IOException

Bouncy Castle Cryptography 1.64