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, readBytesOfEncodedLength
protected EdDSAPublicBCPGKey(BCPGInputStream in) throws java.io.IOException
in
- the stream to read the packet from.java.io.IOException
public EdDSAPublicBCPGKey(ASN1ObjectIdentifier oid, ECPoint point)
public EdDSAPublicBCPGKey(ASN1ObjectIdentifier oid, java.math.BigInteger encodedPoint)