Class ECDHPublicBCPGKey

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

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

    • ECDHPublicBCPGKey

      public ECDHPublicBCPGKey(BCPGInputStream in) throws IOException
      Parameters:
      in - the stream to read the packet from.
      Throws:
      IOException
    • 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)
  • Method Details