Class EdDSAPublicBCPGKey

All Implemented Interfaces:
BCPGKey, org.bouncycastle.util.Encodable

public class EdDSAPublicBCPGKey extends ECPublicBCPGKey
base class for an EdDSA Public Key.
  • Constructor Details

    • EdDSAPublicBCPGKey

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

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

      public EdDSAPublicBCPGKey(org.bouncycastle.asn1.ASN1ObjectIdentifier oid, BigInteger encodedPoint)