public class ECDSAPublicBCPGKey extends ECPublicBCPGKey
| Modifier | Constructor and Description |
|---|---|
|
ECDSAPublicBCPGKey(org.bouncycastle.asn1.ASN1ObjectIdentifier oid,
org.bouncycastle.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.bouncycastle.asn1.ASN1ObjectIdentifier oid,
org.bouncycastle.math.ec.ECPoint point)