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

Cipher Utility class contains methods that can not be specifically grouped into other classes.
파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6 1 사용 예제들

공개 메소드들

메소드 설명
GetAlgorithmName ( DerObjectIdentifier oid ) : string
GetCipher ( DerObjectIdentifier oid ) : IBufferedCipher
GetCipher ( string algorithm ) : IBufferedCipher
GetObjectIdentifier ( string mechanism ) : DerObjectIdentifier

Returns a ObjectIdentifier for a give encoding.

비공개 메소드들

메소드 설명
CipherUtilities ( ) : System
GetDigitIndex ( string s ) : int

메소드 상세

GetAlgorithmName() 공개 정적인 메소드

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

GetCipher() 공개 정적인 메소드

public static GetCipher ( DerObjectIdentifier oid ) : IBufferedCipher
oid Org.BouncyCastle.Asn1.DerObjectIdentifier
리턴 IBufferedCipher

GetCipher() 공개 정적인 메소드

public static GetCipher ( string algorithm ) : IBufferedCipher
algorithm string
리턴 IBufferedCipher

GetObjectIdentifier() 공개 정적인 메소드

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