ECPublicBcpgKey public abstract class ECPublicBcpgKey : BcpgObject, IBcpgKey Documentation Code public virtual DerObjectIdentifier CurveOid { get; } public virtual BigInteger EncodedPoint { get; } public string Format { get; } The format, as a string, always "PGP". protected ECPublicBcpgKey(BcpgInputStream bcpgIn) protected ECPublicBcpgKey(DerObjectIdentifier oid, ECPoint point) protected ECPublicBcpgKey(DerObjectIdentifier oid, BigInteger encodedPoint) protected static byte[] ReadBytesOfEncodedLength(BcpgInputStream bcpgIn)