C# 클래스 Org.BouncyCastle.Asn1.Esf.OtherHash

OtherHash ::= CHOICE { sha1Hash OtherHashValue, -- This contains a SHA-1 hash otherHash OtherHashAlgAndValue } OtherHashValue ::= OCTET STRING
상속: Asn1Encodable, IAsn1Choice
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
GetHashValue ( ) : byte[]
GetInstance ( object obj ) : OtherHash
OtherHash ( Asn1OctetString sha1Hash ) : System
OtherHash ( OtherHashAlgAndValue otherHash ) : System
OtherHash ( byte sha1Hash ) : System
ToAsn1Object ( ) : Asn1Object

메소드 상세

GetHashValue() 공개 메소드

public GetHashValue ( ) : byte[]
리턴 byte[]

GetInstance() 공개 정적인 메소드

public static GetInstance ( object obj ) : OtherHash
obj object
리턴 OtherHash

OtherHash() 공개 메소드

public OtherHash ( Asn1OctetString sha1Hash ) : System
sha1Hash Asn1OctetString
리턴 System

OtherHash() 공개 메소드

public OtherHash ( OtherHashAlgAndValue otherHash ) : System
otherHash OtherHashAlgAndValue
리턴 System

OtherHash() 공개 메소드

public OtherHash ( byte sha1Hash ) : System
sha1Hash byte
리턴 System

ToAsn1Object() 공개 메소드

public ToAsn1Object ( ) : Asn1Object
리턴 Asn1Object