C# 클래스 Org.BouncyCastle.Crypto.Engines.RC2WrapEngine

상속: IWrapper
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
Init ( bool forWrapping, ICipherParameters parameters ) : void
Unwrap ( byte input, int inOff, int length ) : byte[]
Wrap ( byte input, int inOff, int length ) : byte[]

비공개 메소드들

메소드 설명
CalculateCmsKeyChecksum ( byte key ) : byte[]
CheckCmsKeyChecksum ( byte key, byte checksum ) : bool

메소드 상세

Init() 공개 메소드

public Init ( bool forWrapping, ICipherParameters parameters ) : void
forWrapping bool
parameters ICipherParameters
리턴 void

Unwrap() 공개 메소드

public Unwrap ( byte input, int inOff, int length ) : byte[]
input byte
inOff int
length int
리턴 byte[]

Wrap() 공개 메소드

public Wrap ( byte input, int inOff, int length ) : byte[]
input byte
inOff int
length int
리턴 byte[]