org.bouncycastle.asn1.cmp

Class RevDetails

Implemented Interfaces:
DEREncodable

public class RevDetails
extends ASN1Encodable

Field Summary

Fields inherited from class org.bouncycastle.asn1.ASN1Encodable

BER, DER

Method Summary

CertTemplate
getCertDetails()
X509Extensions
getCrlEntryDetails()
static RevDetails
getInstance(Object o)
DERObject
toASN1Object()
 RevDetails ::= SEQUENCE {
                  certDetails         CertTemplate,
                   -- allows requester to specify as much as they can about
                   -- the cert. for which revocation is requested
                   -- (e.g., for cases in which serialNumber is not available)
                   crlEntryDetails     Extensions       OPTIONAL
                   -- requested crlEntryExtensions
             }
 

Methods inherited from class org.bouncycastle.asn1.ASN1Encodable

equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode, toASN1Object

Method Details

getCertDetails

public CertTemplate getCertDetails()

getCrlEntryDetails

public X509Extensions getCrlEntryDetails()

getInstance

public static RevDetails getInstance(Object o)

toASN1Object

public DERObject toASN1Object()
 RevDetails ::= SEQUENCE {
                  certDetails         CertTemplate,
                   -- allows requester to specify as much as they can about
                   -- the cert. for which revocation is requested
                   -- (e.g., for cases in which serialNumber is not available)
                   crlEntryDetails     Extensions       OPTIONAL
                   -- requested crlEntryExtensions
             }
 
Overrides:
toASN1Object in interface ASN1Encodable
Returns:
a basic ASN.1 object representation.