Class ECDHPublicBCPGKey

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

    public class ECDHPublicBCPGKey
    extends ECPublicBCPGKey
    base class for an ECDH Public Key.
    • Constructor Detail

      • ECDHPublicBCPGKey

        public ECDHPublicBCPGKey​(org.bouncycastle.asn1.ASN1ObjectIdentifier oid,
                                 org.bouncycastle.math.ec.ECPoint point,
                                 int hashAlgorithm,
                                 int symmetricKeyAlgorithm)
      • ECDHPublicBCPGKey

        public ECDHPublicBCPGKey​(org.bouncycastle.asn1.ASN1ObjectIdentifier oid,
                                 BigInteger point,
                                 int hashAlgorithm,
                                 int symmetricKeyAlgorithm)