Class GetCRL

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

    public class GetCRL
    extends org.bouncycastle.asn1.ASN1Object
     id-cmc-getCRL OBJECT IDENTIFIER ::= {id-cmc 16}
    
     GetCRL ::= SEQUENCE {
        issuerName    Name,
        cRLName       GeneralName OPTIONAL,
        time          GeneralizedTime OPTIONAL,
        reasons       ReasonFlags OPTIONAL }
     
    • Constructor Summary

      Constructors 
      Constructor Description
      GetCRL​(org.bouncycastle.asn1.x500.X500Name issuerName, org.bouncycastle.asn1.x509.GeneralName cRLName, org.bouncycastle.asn1.ASN1GeneralizedTime time, org.bouncycastle.asn1.x509.ReasonFlags reasons)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.bouncycastle.asn1.x509.GeneralName getcRLName()  
      static GetCRL getInstance​(java.lang.Object o)  
      org.bouncycastle.asn1.x500.X500Name getIssuerName()  
      org.bouncycastle.asn1.x509.ReasonFlags getReasons()  
      org.bouncycastle.asn1.ASN1GeneralizedTime getTime()  
      org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()  
      • 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

      • GetCRL

        public GetCRL​(org.bouncycastle.asn1.x500.X500Name issuerName,
                      org.bouncycastle.asn1.x509.GeneralName cRLName,
                      org.bouncycastle.asn1.ASN1GeneralizedTime time,
                      org.bouncycastle.asn1.x509.ReasonFlags reasons)
    • Method Detail

      • getInstance

        public static GetCRL getInstance​(java.lang.Object o)
      • getIssuerName

        public org.bouncycastle.asn1.x500.X500Name getIssuerName()
      • getcRLName

        public org.bouncycastle.asn1.x509.GeneralName getcRLName()
      • getTime

        public org.bouncycastle.asn1.ASN1GeneralizedTime getTime()
      • getReasons

        public org.bouncycastle.asn1.x509.ReasonFlags getReasons()
      • toASN1Primitive

        public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
        Specified by:
        toASN1Primitive in interface org.bouncycastle.asn1.ASN1Encodable
        Specified by:
        toASN1Primitive in class org.bouncycastle.asn1.ASN1Object