Skip navigation links

Oracle Security Developer Tools PKI SDK OCSP Java API Reference
11g (11.1.1)

E10673-02


oracle.security.crypto.ocsp
Class ResponseInfo

java.lang.Object
  extended by oracle.security.crypto.ocsp.ResponseInfo

All Implemented Interfaces:
oracle.security.crypto.asn1.ASN1Object, oracle.security.crypto.util.Streamable
Direct Known Subclasses:
BasicOCSPResponse

public abstract class ResponseInfo
extends java.lang.Object
implements oracle.security.crypto.asn1.ASN1Object

Abstract class representing additional information of an OCSPResponse object.


Method Summary
abstract  oracle.security.crypto.asn1.ASN1ObjectID getResponseType()
          Gets the response type of this response info object.

 

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

 

Methods inherited from interface oracle.security.crypto.util.Streamable
input, length, output

 

Method Detail

getResponseType

public abstract oracle.security.crypto.asn1.ASN1ObjectID getResponseType()
Gets the response type of this response info object.
Returns:
An ASN1ObjectID representing the type of this response.

Skip navigation links

Oracle Security Developer Tools PKI SDK OCSP Java API Reference
11g (11.1.1)

E10673-02


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