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

상속: IWrapper
파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6 1 사용 예제들

공개 메소드들

메소드 설명
Init ( bool forWrapping, ICipherParameters param ) : void
Rfc3211WrapEngine ( IBlockCipher engine ) : System
Unwrap ( byte inBytes, int inOff, int inLen ) : byte[]
Wrap ( byte inBytes, int inOff, int inLen ) : byte[]

메소드 상세

Init() 공개 메소드

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

Rfc3211WrapEngine() 공개 메소드

public Rfc3211WrapEngine ( IBlockCipher engine ) : System
engine IBlockCipher
리턴 System

Unwrap() 공개 메소드

public Unwrap ( byte inBytes, int inOff, int inLen ) : byte[]
inBytes byte
inOff int
inLen int
리턴 byte[]

Wrap() 공개 메소드

public Wrap ( byte inBytes, int inOff, int inLen ) : byte[]
inBytes byte
inOff int
inLen int
리턴 byte[]