C# Class Org.BouncyCastle.Crypto.Parameters.Gost3410KeyParameters

Inheritance: AsymmetricKeyParameter
显示文件 Open project: nonorganic/dssnet Class Usage Examples

Protected Methods

Method Description
Gost3410KeyParameters ( bool isPrivate, DerObjectIdentifier publicKeyParamSet ) : System
Gost3410KeyParameters ( bool isPrivate, Gost3410Parameters parameters ) : System

Private Methods

Method Description
LookupParameters ( DerObjectIdentifier publicKeyParamSet ) : Gost3410Parameters

Method Details

Gost3410KeyParameters() protected method

protected Gost3410KeyParameters ( bool isPrivate, DerObjectIdentifier publicKeyParamSet ) : System
isPrivate bool
publicKeyParamSet Org.BouncyCastle.Asn1.DerObjectIdentifier
return System

Gost3410KeyParameters() protected method

protected Gost3410KeyParameters ( bool isPrivate, Gost3410Parameters parameters ) : System
isPrivate bool
parameters Gost3410Parameters
return System