Oracle Security Developer Tools PKI SDK OCSP Java API Reference
10g Release 2 (10.1.2.0.2)

B15562-01


oracle.security.crypto.ocsp
Class ResponseInfo

java.lang.Object
  extended byoracle.security.crypto.ocsp.ResponseInfo

Direct Known Subclasses:
BasicOCSPResponse

public abstract class ResponseInfo
extends java.lang.Object

Abstract class representing additional information of an OCSPResponse object.


Method Summary
abstract 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

Method Detail

getResponseType

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

Oracle Security Developer Tools PKI SDK OCSP Java API Reference
10g Release 2 (10.1.2.0.2)

B15562-01


Copyright © 2005 , Oracle. All rights reserved.