Class ECPublicBCPGKey

java.lang.Object
org.spongycastle.bcpg.BCPGObject
org.spongycastle.bcpg.ECPublicBCPGKey
All Implemented Interfaces:
BCPGKey, org.spongycastle.util.Encodable
Direct Known Subclasses:
ECDHPublicBCPGKey, ECDSAPublicBCPGKey, EdDSAPublicBCPGKey

public abstract class ECPublicBCPGKey extends BCPGObject implements BCPGKey
Base class for an EC Public Key. For subclasses, see ECDHPublicBCPGKey, ECDSAPublicBCPGKey or EdDSAPublicBCPGKey.
  • Constructor Details

    • ECPublicBCPGKey

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

      protected ECPublicBCPGKey(org.spongycastle.asn1.ASN1ObjectIdentifier oid, org.spongycastle.math.ec.ECPoint point)
    • ECPublicBCPGKey

      protected ECPublicBCPGKey(org.spongycastle.asn1.ASN1ObjectIdentifier oid, BigInteger encodedPoint)
  • Method Details