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

파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch

보호된 프로퍼티들

프로퍼티 타입 설명
arcfour ARCFOUREncryption
cipher AESCipher

공개 메소드들

메소드 설명
Finish ( ) : byte[]
StandardDecryption ( byte key, int off, int len, int revision ) : System
Update ( byte b, int off, int len ) : byte[]

메소드 상세

Finish() 공개 메소드

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

StandardDecryption() 공개 메소드

public StandardDecryption ( byte key, int off, int len, int revision ) : System
key byte
off int
len int
revision int
리턴 System

Update() 공개 메소드

public Update ( byte b, int off, int len ) : byte[]
b byte
off int
len int
리턴 byte[]

프로퍼티 상세

arcfour 보호되어 있는 프로퍼티

protected ARCFOUREncryption,iTextSharp.text.pdf.crypto arcfour
리턴 ARCFOUREncryption

cipher 보호되어 있는 프로퍼티

protected AESCipher,iTextSharp.text.pdf.crypto cipher
리턴 AESCipher