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