Class EdDSAPublicBCPGKey

    • Constructor Detail

      • EdDSAPublicBCPGKey

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

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

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