C# 클래스 Mono.Security.X509.PKCS12.DeriveBytes

파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

공개 메소드들

메소드 설명
DeriveBytes ( ) : System
DeriveIV ( int size ) : byte[]
DeriveKey ( int size ) : byte[]
DeriveMAC ( int size ) : byte[]

비공개 메소드들

메소드 설명
Adjust ( byte a, int aOff, byte b ) : void
Derive ( byte diversifier, int n ) : byte[]

메소드 상세

DeriveBytes() 공개 메소드

public DeriveBytes ( ) : System
리턴 System

DeriveIV() 공개 메소드

public DeriveIV ( int size ) : byte[]
size int
리턴 byte[]

DeriveKey() 공개 메소드

public DeriveKey ( int size ) : byte[]
size int
리턴 byte[]

DeriveMAC() 공개 메소드

public DeriveMAC ( int size ) : byte[]
size int
리턴 byte[]