Package org.bouncycastle.asn1.cmp
Class RevDetails
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.cmp.RevDetails
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable,org.bouncycastle.util.Encodable
public class RevDetails
extends org.bouncycastle.asn1.ASN1Object
-
Constructor Summary
ConstructorsConstructorDescriptionRevDetails(CertTemplate certDetails) RevDetails(CertTemplate certDetails, org.bouncycastle.asn1.x509.Extensions crlEntryDetails) -
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.asn1.x509.Extensionsstatic RevDetailsorg.bouncycastle.asn1.ASN1PrimitiveRevDetails ::= SEQUENCE { certDetails CertTemplate, -- allows requester to specify as much as they can about -- the cert.Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
RevDetails
-
RevDetails
-
-
Method Details
-
getInstance
-
getCertDetails
-
getCrlEntryDetails
public org.bouncycastle.asn1.x509.Extensions getCrlEntryDetails() -
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()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 }- Specified by:
toASN1Primitivein interfaceorg.bouncycastle.asn1.ASN1Encodable- Specified by:
toASN1Primitivein classorg.bouncycastle.asn1.ASN1Object- Returns:
- a basic ASN.1 object representation.
-