C# 클래스 Org.BouncyCastle.Security.SignerUtilities

Signer Utility class contains methods that can not be specifically grouped into other classes.
파일 보기 프로젝트 열기: JamieMellway/iTextSharpLGPL-Monotouch 1 사용 예제들

공개 메소드들

메소드 설명
GetEncodingName ( DerObjectIdentifier oid ) : string
GetObjectIdentifier ( string mechanism ) : DerObjectIdentifier

Returns a ObjectIdentifier for a give encoding.

GetSigner ( DerObjectIdentifier id ) : ISigner
GetSigner ( string algorithm ) : ISigner

비공개 메소드들

메소드 설명
SignerUtilities ( ) : System

메소드 상세

GetEncodingName() 공개 정적인 메소드

public static GetEncodingName ( DerObjectIdentifier oid ) : string
oid DerObjectIdentifier
리턴 string

GetObjectIdentifier() 공개 정적인 메소드

Returns a ObjectIdentifier for a give encoding.
public static GetObjectIdentifier ( string mechanism ) : DerObjectIdentifier
mechanism string A string representation of the encoding.
리턴 DerObjectIdentifier

GetSigner() 공개 정적인 메소드

public static GetSigner ( DerObjectIdentifier id ) : ISigner
id DerObjectIdentifier
리턴 ISigner

GetSigner() 공개 정적인 메소드

public static GetSigner ( string algorithm ) : ISigner
algorithm string
리턴 ISigner