Table of Contents

Class RevocationValues

Namespace
Enterprises.Org.BouncyCastle.Asn1.Esf
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class RevocationValues : Asn1Encodable, IAsn1Convertible
Inheritance
RevocationValues
Implements
Inherited Members

Constructors

RevocationValues(CertificateList[], BasicOcspResponse[], OtherRevVals)

public RevocationValues(CertificateList[] crlVals, BasicOcspResponse[] ocspVals, OtherRevVals otherRevVals)

Parameters

crlVals CertificateList[]
ocspVals BasicOcspResponse[]
otherRevVals OtherRevVals

RevocationValues(IEnumerable, IEnumerable, OtherRevVals)

public RevocationValues(IEnumerable crlVals, IEnumerable ocspVals, OtherRevVals otherRevVals)

Parameters

crlVals IEnumerable
ocspVals IEnumerable
otherRevVals OtherRevVals

Properties

OtherRevVals

public OtherRevVals OtherRevVals { get; }

Property Value

OtherRevVals

Methods

GetCrlVals()

public CertificateList[] GetCrlVals()

Returns

CertificateList[]

GetInstance(object)

public static RevocationValues GetInstance(object obj)

Parameters

obj object

Returns

RevocationValues

GetOcspVals()

public BasicOcspResponse[] GetOcspVals()

Returns

BasicOcspResponse[]

ToAsn1Object()

public override Asn1Object ToAsn1Object()

Returns

Asn1Object