public class ECDSAPublicBCPGKey extends ECPublicBCPGKey
Modifier | Constructor and Description |
---|---|
|
ECDSAPublicBCPGKey(ASN1ObjectIdentifier oid,
BigInteger encodedPoint) |
|
ECDSAPublicBCPGKey(ASN1ObjectIdentifier oid,
ECPoint point) |
protected |
ECDSAPublicBCPGKey(BCPGInputStream in) |
encode, getCurveOID, getEncoded, getEncodedPoint, getFormat, readBytesOfEncodedLength
protected ECDSAPublicBCPGKey(BCPGInputStream in) throws IOException
in
- the stream to read the packet from.IOException
public ECDSAPublicBCPGKey(ASN1ObjectIdentifier oid, ECPoint point)
public ECDSAPublicBCPGKey(ASN1ObjectIdentifier oid, BigInteger encodedPoint) throws IOException
IOException
Copyright © 2018 BouncyCastle.org. All rights reserved.