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