public class EdDSAPublicBCPGKey extends ECPublicBCPGKey
| Modifier | Constructor and Description |
|---|---|
|
EdDSAPublicBCPGKey(ASN1ObjectIdentifier oid,
java.math.BigInteger encodedPoint) |
|
EdDSAPublicBCPGKey(ASN1ObjectIdentifier oid,
ECPoint point) |
protected |
EdDSAPublicBCPGKey(BCPGInputStream in) |
encode, getCurveOID, getEncoded, getEncodedPoint, getFormat, readBytesOfEncodedLengthprotected EdDSAPublicBCPGKey(BCPGInputStream in) throws java.io.IOException
in - the stream to read the packet from.java.io.IOExceptionpublic EdDSAPublicBCPGKey(ASN1ObjectIdentifier oid,
ECPoint point)
public EdDSAPublicBCPGKey(ASN1ObjectIdentifier oid,
java.math.BigInteger encodedPoint)
throws java.io.IOException
java.io.IOException