Package org.bouncycastle.bcpg
Class ECDSAPublicBCPGKey
java.lang.Object
org.bouncycastle.bcpg.BCPGObject
org.bouncycastle.bcpg.ECPublicBCPGKey
org.bouncycastle.bcpg.ECDSAPublicBCPGKey
- All Implemented Interfaces:
BCPGKey
,org.bouncycastle.util.Encodable
Base class for an ECDSA Public Key.
This type is used with
PublicKeyAlgorithmTags.ECDSA
and the curve is identified by providing an OID.- See Also:
-
Constructor Summary
ModifierConstructorDescriptionECDSAPublicBCPGKey
(org.bouncycastle.asn1.ASN1ObjectIdentifier oid, BigInteger encodedPoint) ECDSAPublicBCPGKey
(org.bouncycastle.asn1.ASN1ObjectIdentifier oid, org.bouncycastle.math.ec.ECPoint point) protected
-
Method Summary
Methods inherited from class org.bouncycastle.bcpg.ECPublicBCPGKey
encode, getCurveOID, getEncoded, getEncodedPoint, getFormat, readBytesOfEncodedLength
-
Constructor Details
-
ECDSAPublicBCPGKey
- Parameters:
in
- the stream to read the packet from.- Throws:
IOException
-
ECDSAPublicBCPGKey
public ECDSAPublicBCPGKey(org.bouncycastle.asn1.ASN1ObjectIdentifier oid, org.bouncycastle.math.ec.ECPoint point) -
ECDSAPublicBCPGKey
public ECDSAPublicBCPGKey(org.bouncycastle.asn1.ASN1ObjectIdentifier oid, BigInteger encodedPoint) throws IOException - Throws:
IOException
-