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

Utility class for creating IWrapper objects from their names/Oids
파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6

공개 메소드들

메소드 설명
GetAlgorithmName ( DerObjectIdentifier oid ) : string
GetWrapper ( DerObjectIdentifier oid ) : IWrapper
GetWrapper ( string algorithm ) : IWrapper

비공개 메소드들

메소드 설명
WrapperUtilities ( ) : System

메소드 상세

GetAlgorithmName() 공개 정적인 메소드

public static GetAlgorithmName ( DerObjectIdentifier oid ) : string
oid Org.BouncyCastle.Asn1.DerObjectIdentifier
리턴 string

GetWrapper() 공개 정적인 메소드

public static GetWrapper ( DerObjectIdentifier oid ) : IWrapper
oid Org.BouncyCastle.Asn1.DerObjectIdentifier
리턴 IWrapper

GetWrapper() 공개 정적인 메소드

public static GetWrapper ( string algorithm ) : IWrapper
algorithm string
리턴 IWrapper