Method | Description | |
---|---|---|
GetCrlVals ( ) : Org.BouncyCastle.Asn1.X509.CertificateList[] | ||
GetInstance ( object obj ) : |
||
GetOcspVals ( ) : Org.BouncyCastle.Asn1.Ocsp.BasicOcspResponse[] | ||
RevocationValues ( |
||
RevocationValues ( IEnumerable crlVals, IEnumerable ocspVals, |
||
ToAsn1Object ( ) : Asn1Object |
Method | Description | |
---|---|---|
RevocationValues ( Asn1Sequence seq ) : System |
public GetCrlVals ( ) : Org.BouncyCastle.Asn1.X509.CertificateList[] | ||
return | Org.BouncyCastle.Asn1.X509.CertificateList[] |
public static GetInstance ( object obj ) : |
||
obj | object | |
return |
public GetOcspVals ( ) : Org.BouncyCastle.Asn1.Ocsp.BasicOcspResponse[] | ||
return | Org.BouncyCastle.Asn1.Ocsp.BasicOcspResponse[] |
public RevocationValues ( |
||
crlVals | ||
ocspVals | ||
otherRevVals | ||
return | System |
public RevocationValues ( IEnumerable crlVals, IEnumerable ocspVals, |
||
crlVals | IEnumerable | |
ocspVals | IEnumerable | |
otherRevVals | ||
return | System |