C# Класс iTextSharp.text.pdf.security.CertificateVerification

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

VerifyCertificate() публичный статический Метод

public static VerifyCertificate ( X509Certificate cert, ICollection crls, System.DateTime calendar ) : String
cert Org.BouncyCastle.X509.X509Certificate
crls ICollection
calendar System.DateTime
Результат String

VerifyCertificates() публичный статический Метод

public static VerifyCertificates ( ICollection certs, ICollection keystore, System.DateTime calendar ) : IList
certs ICollection
keystore ICollection
calendar System.DateTime
Результат IList

VerifyCertificates() публичный статический Метод

public static VerifyCertificates ( ICollection certs, ICollection keystore, ICollection crls, System.DateTime calendar ) : IList
certs ICollection
keystore ICollection
crls ICollection
calendar System.DateTime
Результат IList

VerifyOcspCertificates() публичный статический Метод

public static VerifyOcspCertificates ( BasicOcspResp ocsp, ICollection keystore ) : bool
ocsp Org.BouncyCastle.Ocsp.BasicOcspResp
keystore ICollection
Результат bool

VerifyTimestampCertificates() публичный статический Метод

public static VerifyTimestampCertificates ( TimeStampToken ts, ICollection keystore ) : bool
ts Org.BouncyCastle.Tsp.TimeStampToken
keystore ICollection
Результат bool