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

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

공개 메소드들

메소드 설명
GetDigestAlgorithm ( ) : String
GetEncodedPKCS1 ( ) : byte[]
GetEncodedPKCS7 ( ) : byte[]
GetEncodedPKCS7 ( byte secondDigest, System.DateTime signingTime ) : byte[]
GetEncodedPKCS7 ( byte secondDigest, System.DateTime signingTime, ITSAClient tsaClient, byte ocsp, ICollection crlBytes, CryptoStandard sigtype ) : byte[]
GetEncryptionAlgorithm ( ) : String
GetFilterSubtype ( ) : PdfName
GetHashAlgorithm ( ) : String
IsRevocationValid ( ) : bool
PdfPKCS7 ( ICipherParameters privKey, ICollection certChain, String hashAlgorithm, bool hasRSAdata ) : System
PdfPKCS7 ( byte contentsKey, PdfName filterSubtype ) : System
PdfPKCS7 ( byte contentsKey, byte certsKey ) : System
SetExternalDigest ( byte digest, byte RSAdata, String digestEncryptionAlgorithm ) : void
Update ( byte buf, int off, int len ) : void
Verify ( ) : bool
VerifyTimestampImprint ( ) : bool
getAuthenticatedAttributeBytes ( byte secondDigest, System.DateTime signingTime, byte ocsp, ICollection crlBytes, CryptoStandard sigtype ) : byte[]

비공개 메소드들

메소드 설명
BuildUnauthenticatedAttributes ( byte timeStampToken ) : Asn1EncodableVector
CalcSignCertificateChain ( ) : void
FindCRL ( Asn1Sequence seq ) : void
FindOcsp ( Asn1Sequence seq ) : void
GetAuthenticatedAttributeSet ( byte secondDigest, System.DateTime signingTime, byte ocsp, ICollection crlBytes, CryptoStandard sigtype ) : DerSet
GetHashClass ( ) : IDigest

메소드 상세

GetDigestAlgorithm() 공개 메소드

public GetDigestAlgorithm ( ) : String
리턴 String

GetEncodedPKCS1() 공개 메소드

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

GetEncodedPKCS7() 공개 메소드

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

GetEncodedPKCS7() 공개 메소드

public GetEncodedPKCS7 ( byte secondDigest, System.DateTime signingTime ) : byte[]
secondDigest byte
signingTime System.DateTime
리턴 byte[]

GetEncodedPKCS7() 공개 메소드

public GetEncodedPKCS7 ( byte secondDigest, System.DateTime signingTime, ITSAClient tsaClient, byte ocsp, ICollection crlBytes, CryptoStandard sigtype ) : byte[]
secondDigest byte
signingTime System.DateTime
tsaClient ITSAClient
ocsp byte
crlBytes ICollection
sigtype CryptoStandard
리턴 byte[]

GetEncryptionAlgorithm() 공개 메소드

public GetEncryptionAlgorithm ( ) : String
리턴 String

GetFilterSubtype() 공개 메소드

public GetFilterSubtype ( ) : PdfName
리턴 PdfName

GetHashAlgorithm() 공개 메소드

public GetHashAlgorithm ( ) : String
리턴 String

IsRevocationValid() 공개 메소드

public IsRevocationValid ( ) : bool
리턴 bool

PdfPKCS7() 공개 메소드

public PdfPKCS7 ( ICipherParameters privKey, ICollection certChain, String hashAlgorithm, bool hasRSAdata ) : System
privKey ICipherParameters
certChain ICollection
hashAlgorithm String
hasRSAdata bool
리턴 System

PdfPKCS7() 공개 메소드

public PdfPKCS7 ( byte contentsKey, PdfName filterSubtype ) : System
contentsKey byte
filterSubtype PdfName
리턴 System

PdfPKCS7() 공개 메소드

public PdfPKCS7 ( byte contentsKey, byte certsKey ) : System
contentsKey byte
certsKey byte
리턴 System

SetExternalDigest() 공개 메소드

public SetExternalDigest ( byte digest, byte RSAdata, String digestEncryptionAlgorithm ) : void
digest byte
RSAdata byte
digestEncryptionAlgorithm String
리턴 void

Update() 공개 메소드

public Update ( byte buf, int off, int len ) : void
buf byte
off int
len int
리턴 void

Verify() 공개 메소드

public Verify ( ) : bool
리턴 bool

VerifyTimestampImprint() 공개 메소드

public VerifyTimestampImprint ( ) : bool
리턴 bool

getAuthenticatedAttributeBytes() 공개 메소드

public getAuthenticatedAttributeBytes ( byte secondDigest, System.DateTime signingTime, byte ocsp, ICollection crlBytes, CryptoStandard sigtype ) : byte[]
secondDigest byte
signingTime System.DateTime
ocsp byte
crlBytes ICollection
sigtype CryptoStandard
리턴 byte[]