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

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

보호된 프로퍼티들

프로퍼티 타입 설명
digestAlgorithm String
tokenSizeEstimate int
tsaInfo ITSAInfoBouncyCastle
tsaPassword String
tsaURL String
tsaUsername String

공개 메소드들

메소드 설명
GetMessageDigest ( ) : IDigest
GetTimeStampToken ( byte imprint ) : byte[]
GetTokenSizeEstimate ( ) : int
SetTSAInfo ( ITSAInfoBouncyCastle tsaInfo ) : void
TSAClientBouncyCastle ( String url ) : System
TSAClientBouncyCastle ( String url, String username, String password ) : System
TSAClientBouncyCastle ( String url, String username, String password, int tokSzEstimate, String digestAlgorithm ) : System

보호된 메소드들

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

메소드 상세

GetMessageDigest() 공개 메소드

public GetMessageDigest ( ) : IDigest
리턴 IDigest

GetTSAResponse() 보호된 메소드

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

GetTimeStampToken() 공개 메소드

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

GetTokenSizeEstimate() 공개 메소드

public GetTokenSizeEstimate ( ) : int
리턴 int

SetTSAInfo() 공개 메소드

public SetTSAInfo ( ITSAInfoBouncyCastle tsaInfo ) : void
tsaInfo ITSAInfoBouncyCastle
리턴 void

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, String digestAlgorithm ) : System
url String
username String
password String
tokSzEstimate int
digestAlgorithm String
리턴 System

프로퍼티 상세

digestAlgorithm 보호되어 있는 프로퍼티

protected String digestAlgorithm
리턴 String

tokenSizeEstimate 보호되어 있는 프로퍼티

protected int tokenSizeEstimate
리턴 int

tsaInfo 보호되어 있는 프로퍼티

protected ITSAInfoBouncyCastle tsaInfo
리턴 ITSAInfoBouncyCastle

tsaPassword 보호되어 있는 프로퍼티

protected String tsaPassword
리턴 String

tsaURL 보호되어 있는 프로퍼티

protected String tsaURL
리턴 String

tsaUsername 보호되어 있는 프로퍼티

protected String tsaUsername
리턴 String