Class OCSPResponseStatus

  • All Implemented Interfaces:
    io.anyline.nfc.bouncycastle.asn1.ASN1Encodable , io.anyline.nfc.bouncycastle.util.Encodable

    
    public class OCSPResponseStatus
    extends ASN1Object
                        

    OCSP RFC 2560, RFC 6960

    The OCSPResponseStatus enumeration.

    OCSPResponseStatus ::= ENUMERATED {
        successful            (0),  --Response has valid confirmations
        malformedRequest      (1),  --Illegal confirmation request
        internalError         (2),  --Internal error in issuer
        tryLater              (3),  --Try again later
                                    --(4) is not used
        sigRequired           (5),  --Must sign the request
        unauthorized          (6)   --Request unauthorized
    }
    
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      OCSPResponseStatus(int value) RFC 2560, RFC 6960 The OCSPResponseStatus enumeration.
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static OCSPResponseStatus getInstance(Object obj)
      int getIntValue()
      BigInteger getValue()
      ASN1Primitive toASN1Primitive() Method providing a primitive representation of this object suitable for encoding.
      • Methods inherited from class io.anyline.nfc.bouncycastle.asn1.ASN1Object

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait