C# 클래스 iTextSharp.text.pdf.TSAClientBouncyCastle

상속: ITSAClient
파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6

보호된 프로퍼티들

프로퍼티 타입 설명
tokSzEstimate int
tsaPassword String
tsaURL String
tsaUsername String

공개 메소드들

메소드 설명
GetTimeStampToken ( PdfPKCS7 caller, byte imprint ) : byte[]
GetTokenSizeEstimate ( ) : int
TSAClientBouncyCastle ( String url ) : System
TSAClientBouncyCastle ( String url, String username, String password ) : System
TSAClientBouncyCastle ( String url, String username, String password, int tokSzEstimate ) : System

보호된 메소드들

메소드 설명
GetTSAResponse ( byte requestBytes ) : byte[]
GetTimeStampToken ( byte imprint ) : byte[]

메소드 상세

GetTSAResponse() 보호된 메소드

protected GetTSAResponse ( byte requestBytes ) : byte[]
requestBytes byte
리턴 byte[]

GetTimeStampToken() 공개 메소드

public GetTimeStampToken ( PdfPKCS7 caller, byte imprint ) : byte[]
caller PdfPKCS7
imprint byte
리턴 byte[]

GetTimeStampToken() 보호된 메소드

protected GetTimeStampToken ( byte imprint ) : byte[]
imprint byte
리턴 byte[]

GetTokenSizeEstimate() 공개 메소드

public GetTokenSizeEstimate ( ) : int
리턴 int

TSAClientBouncyCastle() 공개 메소드

public TSAClientBouncyCastle ( String url ) : System
url String
리턴 System

TSAClientBouncyCastle() 공개 메소드

public TSAClientBouncyCastle ( String url, String username, String password ) : System
url String
username String
password String
리턴 System

TSAClientBouncyCastle() 공개 메소드

public TSAClientBouncyCastle ( String url, String username, String password, int tokSzEstimate ) : System
url String
username String
password String
tokSzEstimate int
리턴 System

프로퍼티 상세

tokSzEstimate 보호되어 있는 프로퍼티

protected int tokSzEstimate
리턴 int

tsaPassword 보호되어 있는 프로퍼티

protected String tsaPassword
리턴 String

tsaURL 보호되어 있는 프로퍼티

protected String tsaURL
리턴 String

tsaUsername 보호되어 있는 프로퍼티

protected String tsaUsername
리턴 String