Skip navigation links

Oracle Fusion Middleware PKI SDK OCSP Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10673-04


oracle.security.crypto.ocsp
Class SingleBasicResponse.CertStatus

java.lang.Object
  extended by oracle.security.crypto.ocsp.SingleBasicResponse.CertStatus

Enclosing class:
SingleBasicResponse

public static class SingleBasicResponse.CertStatus
extends java.lang.Object

Implementation of the different status code of a SingleBasicResponse object.


Field Summary
static SingleBasicResponse.CertStatus GOOD
          The status of the certificate is GOOD.
static SingleBasicResponse.CertStatus REVOKED
          The status of the certificate is REVOKED.
static SingleBasicResponse.CertStatus UNKNOWN
          The status of the certificate is UNKNOWN.

 

Method Summary
 int getValue()
          Returns the value of this status.
 java.lang.String toString()
          Returns a brief description of this status object.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Field Detail

GOOD

public static final SingleBasicResponse.CertStatus GOOD
The status of the certificate is GOOD.

REVOKED

public static final SingleBasicResponse.CertStatus REVOKED
The status of the certificate is REVOKED.

UNKNOWN

public static final SingleBasicResponse.CertStatus UNKNOWN
The status of the certificate is UNKNOWN.

Method Detail

getValue

public int getValue()
Returns the value of this status.
Returns:
An int representing this status.

toString

public java.lang.String toString()
Returns a brief description of this status object.
Overrides:
toString in class java.lang.Object
Returns:
A String describing this object.

Skip navigation links

Oracle Fusion Middleware PKI SDK OCSP Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10673-04


Copyright © 2005, 2011 , Oracle. All rights reserved.