C# 클래스 iTextSharp.text.pdf.crypto.AESCipher

파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch 1 사용 예제들

공개 메소드들

메소드 설명
AESCipher ( bool forEncryption, byte key, byte iv ) : System
DoFinal ( ) : byte[]
Update ( byte inp, int inpOff, int inpLen ) : byte[]

메소드 상세

AESCipher() 공개 메소드

public AESCipher ( bool forEncryption, byte key, byte iv ) : System
forEncryption bool
key byte
iv byte
리턴 System

DoFinal() 공개 메소드

public DoFinal ( ) : byte[]
리턴 byte[]

Update() 공개 메소드

public Update ( byte inp, int inpOff, int inpLen ) : byte[]
inp byte
inpOff int
inpLen int
리턴 byte[]