|
Bouncy Castle Cryptography 1.50 | ||||||||
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
public class ECDSAPublicBCPGKey
base class for an ECDSA Public Key.
Constructor Summary | |
---|---|
|
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, getFormat, getPoint, 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.
java.io.IOException
public ECDSAPublicBCPGKey(org.bouncycastle.asn1.ASN1ObjectIdentifier oid, org.bouncycastle.math.ec.ECPoint point)
|
Bouncy Castle Cryptography 1.50 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |