Class RevDetails

  • All Implemented Interfaces:
    org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable

    public class RevDetails
    extends org.bouncycastle.asn1.ASN1Object
    • Constructor Summary

      Constructors 
      Constructor Description
      RevDetails​(CertTemplate certDetails)  
      RevDetails​(CertTemplate certDetails, org.bouncycastle.asn1.x509.Extensions crlEntryDetails)  
      RevDetails​(CertTemplate certDetails, org.bouncycastle.asn1.x509.X509Extensions crlEntryDetails)
      Deprecated.
      use method taking Extensions
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CertTemplate getCertDetails()  
      org.bouncycastle.asn1.x509.Extensions getCrlEntryDetails()  
      static RevDetails getInstance​(java.lang.Object o)  
      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 }
      • Methods inherited from class org.bouncycastle.asn1.ASN1Object

        encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RevDetails

        public RevDetails​(CertTemplate certDetails)
      • RevDetails

        public RevDetails​(CertTemplate certDetails,
                          org.bouncycastle.asn1.x509.X509Extensions crlEntryDetails)
        Deprecated.
        use method taking Extensions
        Parameters:
        certDetails -
        crlEntryDetails -
      • RevDetails

        public RevDetails​(CertTemplate certDetails,
                          org.bouncycastle.asn1.x509.Extensions crlEntryDetails)
    • Method Detail

      • getInstance

        public static RevDetails getInstance​(java.lang.Object o)
      • 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:
        toASN1Primitive in interface org.bouncycastle.asn1.ASN1Encodable
        Specified by:
        toASN1Primitive in class org.bouncycastle.asn1.ASN1Object
        Returns:
        a basic ASN.1 object representation.