C# 클래스 Org.BouncyCastle.Crypto.Parameters.Gost3410KeyParameters

상속: AsymmetricKeyParameter
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

보호된 메소드들

메소드 설명
Gost3410KeyParameters ( bool isPrivate, DerObjectIdentifier publicKeyParamSet ) : System
Gost3410KeyParameters ( bool isPrivate, Gost3410Parameters parameters ) : System

비공개 메소드들

메소드 설명
LookupParameters ( DerObjectIdentifier publicKeyParamSet ) : Gost3410Parameters

메소드 상세

Gost3410KeyParameters() 보호된 메소드

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

Gost3410KeyParameters() 보호된 메소드

protected Gost3410KeyParameters ( bool isPrivate, Gost3410Parameters parameters ) : System
isPrivate bool
parameters Gost3410Parameters
리턴 System