C# 클래스 EU.Europa.EC.Markt.Dss.DigestAlgorithm

Supported Algorithms
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SHA1 EU.Europa.EC.Markt.Dss.DigestAlgorithm
SHA256 EU.Europa.EC.Markt.Dss.DigestAlgorithm
SHA512 EU.Europa.EC.Markt.Dss.DigestAlgorithm

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetAlgorithmIdentifier ( ) : AlgorithmIdentifier

Gets the ASN.1 algorithm identifier structure corresponding to this digest algorithm

GetByName ( string algoName ) : EU.Europa.EC.Markt.Dss.DigestAlgorithm

Return the algorithm corresponding to the name

GetHashCode ( ) : int
GetName ( ) : string
GetOid ( ) : string
GetXmlId ( ) : string

비공개 메소드들

메소드 설명
DigestAlgorithm ( string name, string oid, string xmlId ) : Org.BouncyCastle.Asn1

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetAlgorithmIdentifier() 공개 메소드

Gets the ASN.1 algorithm identifier structure corresponding to this digest algorithm
public GetAlgorithmIdentifier ( ) : AlgorithmIdentifier
리턴 Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier

GetByName() 공개 정적인 메소드

Return the algorithm corresponding to the name
Sharpen.NoSuchAlgorithmException ///
public static GetByName ( string algoName ) : EU.Europa.EC.Markt.Dss.DigestAlgorithm
algoName string
리턴 EU.Europa.EC.Markt.Dss.DigestAlgorithm

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetName() 공개 메소드

public GetName ( ) : string
리턴 string

GetOid() 공개 메소드

public GetOid ( ) : string
리턴 string

GetXmlId() 공개 메소드

public GetXmlId ( ) : string
리턴 string

프로퍼티 상세

SHA1 공개적으로 정적으로 프로퍼티

public static EU.Europa.EC.Markt.Dss.DigestAlgorithm SHA1
리턴 EU.Europa.EC.Markt.Dss.DigestAlgorithm

SHA256 공개적으로 정적으로 프로퍼티

public static EU.Europa.EC.Markt.Dss.DigestAlgorithm SHA256
리턴 EU.Europa.EC.Markt.Dss.DigestAlgorithm

SHA512 공개적으로 정적으로 프로퍼티

public static EU.Europa.EC.Markt.Dss.DigestAlgorithm SHA512
리턴 EU.Europa.EC.Markt.Dss.DigestAlgorithm