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
public class ECDSAPublicBCPGKey extends ECPublicBCPGKey
base class for an ECDSA Public Key.
-
-
Constructor Summary
Constructors Modifier Constructor 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)
-
Method Summary
-
Methods inherited from class org.bouncycastle.bcpg.ECPublicBCPGKey
encode, getCurveOID, getEncoded, getEncodedPoint, getFormat, readBytesOfEncodedLength
-
-
-
-
Constructor Detail
-
ECDSAPublicBCPGKey
protected ECDSAPublicBCPGKey(BCPGInputStream in) throws java.io.IOException
- Parameters:
in
- the stream to read the packet from.- Throws:
java.io.IOException
-
ECDSAPublicBCPGKey
public ECDSAPublicBCPGKey(org.bouncycastle.asn1.ASN1ObjectIdentifier oid, org.bouncycastle.math.ec.ECPoint point)
-
ECDSAPublicBCPGKey
public ECDSAPublicBCPGKey(org.bouncycastle.asn1.ASN1ObjectIdentifier oid, java.math.BigInteger encodedPoint) throws java.io.IOException
- Throws:
java.io.IOException
-
-