|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.bcpg.BCPGObject
org.bouncycastle.bcpg.ECPublicBCPGKey
org.bouncycastle.bcpg.ECDSAPublicBCPGKey
Base class for an ECDSA Public Key.
This type is used with PublicKeyAlgorithmTags.ECDSA
and the curve is identified by providing an OID.
Constructor Summary | |
|
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)
|
Methods inherited from class org.bouncycastle.bcpg.ECPublicBCPGKey |
encode, getCurveOID, getEncoded, getEncodedPoint, getFormat, readBytesOfEncodedLength |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected ECDSAPublicBCPGKey(BCPGInputStream in) throws java.io.IOException
in
- the stream to read the packet from.public 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
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |