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

Utility class for creating HMac object from their names/Oids
파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch 1 사용 예제들

공개 메소드들

메소드 설명
DoFinal ( IMac mac ) : byte[]
GetAlgorithmName ( DerObjectIdentifier oid ) : string
GetMac ( DerObjectIdentifier id ) : IMac

/// Returns a ObjectIdentifier for a given digest mechanism. ///

GetMac ( string algorithm ) : IMac

비공개 메소드들

메소드 설명
MacUtilities ( ) : System.Collections

메소드 상세

DoFinal() 공개 정적인 메소드

public static DoFinal ( IMac mac ) : byte[]
mac IMac
리턴 byte[]

GetAlgorithmName() 공개 정적인 메소드

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

GetMac() 공개 정적인 메소드

/// Returns a ObjectIdentifier for a given digest mechanism. ///
public static GetMac ( DerObjectIdentifier id ) : IMac
id Org.BouncyCastle.Asn1.DerObjectIdentifier
리턴 IMac

GetMac() 공개 정적인 메소드

public static GetMac ( string algorithm ) : IMac
algorithm string
리턴 IMac