C# 클래스 Granados.Crypto.MACFactory

파일 보기 프로젝트 열기: poderosaproject/poderosa

공개 메소드들

메소드 설명
CreateMAC ( MACAlgorithm algorithm, byte key ) : MAC
GetSize ( MACAlgorithm algorithm ) : int

메소드 상세

CreateMAC() 공개 정적인 메소드

public static CreateMAC ( MACAlgorithm algorithm, byte key ) : MAC
algorithm MACAlgorithm
key byte
리턴 MAC

GetSize() 공개 정적인 메소드

public static GetSize ( MACAlgorithm algorithm ) : int
algorithm MACAlgorithm
리턴 int