C# Class iTextSharp.text.pdf.security.CertificateVerification

Mostrar archivo Open project: mapo80/iTextSharp-Monotouch

Public Methods

Method Description
VerifyCertificate ( X509Certificate cert, ICollection crls, System.DateTime calendar ) : String
VerifyCertificates ( ICollection certs, ICollection keystore, System.DateTime calendar ) : IList
VerifyCertificates ( ICollection certs, ICollection keystore, ICollection crls, System.DateTime calendar ) : IList
VerifyOcspCertificates ( BasicOcspResp ocsp, ICollection keystore ) : bool
VerifyTimestampCertificates ( TimeStampToken ts, ICollection keystore ) : bool

Method Details

VerifyCertificate() public static method

public static VerifyCertificate ( X509Certificate cert, ICollection crls, System.DateTime calendar ) : String
cert Org.BouncyCastle.X509.X509Certificate
crls ICollection
calendar System.DateTime
return String

VerifyCertificates() public static method

public static VerifyCertificates ( ICollection certs, ICollection keystore, System.DateTime calendar ) : IList
certs ICollection
keystore ICollection
calendar System.DateTime
return IList

VerifyCertificates() public static method

public static VerifyCertificates ( ICollection certs, ICollection keystore, ICollection crls, System.DateTime calendar ) : IList
certs ICollection
keystore ICollection
crls ICollection
calendar System.DateTime
return IList

VerifyOcspCertificates() public static method

public static VerifyOcspCertificates ( BasicOcspResp ocsp, ICollection keystore ) : bool
ocsp Org.BouncyCastle.Ocsp.BasicOcspResp
keystore ICollection
return bool

VerifyTimestampCertificates() public static method

public static VerifyTimestampCertificates ( TimeStampToken ts, ICollection keystore ) : bool
ts Org.BouncyCastle.Tsp.TimeStampToken
keystore ICollection
return bool