Class ECDSAPublicBCPGKey

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

    public class ECDSAPublicBCPGKey
    extends ECPublicBCPGKey
    base class for an ECDSA Public Key.
    • Constructor Detail

      • ECDSAPublicBCPGKey

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

        public ECDSAPublicBCPGKey​(org.bouncycastle.asn1.ASN1ObjectIdentifier oid,
                                  BigInteger encodedPoint)
                           throws IOException
        Throws:
        IOException