Package org.bouncycastle.bcpg
Class EdDSAPublicBCPGKey
java.lang.Object
org.bouncycastle.bcpg.BCPGObject
org.bouncycastle.bcpg.ECPublicBCPGKey
org.bouncycastle.bcpg.EdDSAPublicBCPGKey
- All Implemented Interfaces:
BCPGKey
,org.bouncycastle.util.Encodable
base class for an EdDSA Public Key.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionEdDSAPublicBCPGKey
(org.bouncycastle.asn1.ASN1ObjectIdentifier oid, BigInteger encodedPoint) EdDSAPublicBCPGKey
(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
-
EdDSAPublicBCPGKey
- Parameters:
in
- the stream to read the packet from.- Throws:
IOException
-
EdDSAPublicBCPGKey
public EdDSAPublicBCPGKey(org.bouncycastle.asn1.ASN1ObjectIdentifier oid, org.bouncycastle.math.ec.ECPoint point) -
EdDSAPublicBCPGKey
-