C# Class Org.BouncyCastle.Bcpg.ECDsaPublicBcpgKey

Inheritance: Org.BouncyCastle.Bcpg.ECPublicBcpgKey
ファイルを表示 Open project: ststeiger/Arsoft

Public Methods

Method Description
ECDsaPublicBcpgKey ( DerObjectIdentifier oid, BigInteger encodedPoint ) : System
ECDsaPublicBcpgKey ( DerObjectIdentifier oid, ECPoint point ) : System

Protected Methods

Method Description
ECDsaPublicBcpgKey ( BcpgInputStream bcpgIn ) : System

Method Details

ECDsaPublicBcpgKey() protected method

protected ECDsaPublicBcpgKey ( BcpgInputStream bcpgIn ) : System
bcpgIn BcpgInputStream The stream to read the packet from.
return System

ECDsaPublicBcpgKey() public method

public ECDsaPublicBcpgKey ( DerObjectIdentifier oid, BigInteger encodedPoint ) : System
oid DerObjectIdentifier
encodedPoint BigInteger
return System

ECDsaPublicBcpgKey() public method

public ECDsaPublicBcpgKey ( DerObjectIdentifier oid, ECPoint point ) : System
oid DerObjectIdentifier
point ECPoint
return System