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