Oracle Security Developer Tools PKI SDK OCSP Java API Reference
10g (10.1.4.0.1)

B28168-01

A B C E G H I L M N O R S T U V


A

AcceptableResponseTypeExtension - class oracle.security.crypto.ocsp.AcceptableResponseTypeExtension.
Represents the acceptable response type extension for OCSPRequest objects.
AcceptableResponseTypeExtension() - Constructor for class oracle.security.crypto.ocsp.AcceptableResponseTypeExtension
Create a new extension with the appropriate OID type.
AcceptableResponseTypeExtension(ASN1ObjectID) - Constructor for class oracle.security.crypto.ocsp.AcceptableResponseTypeExtension
Creates a new extension with the given response type.
AcceptableResponseTypeExtension(ASN1ObjectID, boolean) - Constructor for class oracle.security.crypto.ocsp.AcceptableResponseTypeExtension
Creates a new extension with the given response type.
AcceptableResponseTypeExtension(InputStream) - Constructor for class oracle.security.crypto.ocsp.AcceptableResponseTypeExtension
 
ArchiveCutOffExtension - class oracle.security.crypto.ocsp.ArchiveCutOffExtension.
Represents the extension archive cutOff for the SingleBasicResponse objects.
ArchiveCutOffExtension() - Constructor for class oracle.security.crypto.ocsp.ArchiveCutOffExtension
Create a new extension with the appropriate OID type.
ArchiveCutOffExtension(Date) - Constructor for class oracle.security.crypto.ocsp.ArchiveCutOffExtension
Creates a new extension object with the given date.
ArchiveCutOffExtension(Date, boolean) - Constructor for class oracle.security.crypto.ocsp.ArchiveCutOffExtension
Creates a new extension object with the given date.
ArchiveCutOffExtension(InputStream) - Constructor for class oracle.security.crypto.ocsp.ArchiveCutOffExtension
 
acceptableResponses() - Method in class oracle.security.crypto.ocsp.AcceptableResponseTypeExtension
Gets the acceptable response types from this extension.
addAcceptableResponse(ASN1ObjectID) - Method in class oracle.security.crypto.ocsp.AcceptableResponseTypeExtension
Adds a response type to this extension.
addReqExtension(X509Extension) - Method in class oracle.security.crypto.ocsp.OCSPRequest
Adds an extension to this request.
addRequest(SingleRequest) - Method in class oracle.security.crypto.ocsp.OCSPRequest
Adds a request to this OCSPRequest.
addRequest(X509, X509) - Method in class oracle.security.crypto.ocsp.OCSPRequest
Adds a request to this OCSPRequest.
addRequest(X509, X509, AlgorithmIdentifier) - Method in class oracle.security.crypto.ocsp.OCSPRequest
Adds a request to this OCSPRequest.
addRespExtension(X509Extension) - Method in class oracle.security.crypto.ocsp.BasicOCSPResponse
Adds an extension to this response.
addResponse(SingleBasicResponse) - Method in class oracle.security.crypto.ocsp.BasicOCSPResponse
Adds a response to this BasicOCSPResponse object.
addSigVerifyCert(X509) - Method in class oracle.security.crypto.ocsp.BasicOCSPResponse
Adds a certificate to the certificate chain of this response.
addSigVerifyCert(X509) - Method in class oracle.security.crypto.ocsp.OCSPRequest
Adds a certificate to the certificate chain of this request.
addSingleReqExtension(X509Extension) - Method in class oracle.security.crypto.ocsp.SingleRequest
Adds an extension to this request.
addSingleRespExtension(X509Extension) - Method in class oracle.security.crypto.ocsp.SingleBasicResponse
Adds an extension to this response.

B

BasicOCSPResponse - class oracle.security.crypto.ocsp.BasicOCSPResponse.
A Basic OCSP response.
BasicOCSPResponse(X500Name) - Constructor for class oracle.security.crypto.ocsp.BasicOCSPResponse
Creates a new BasicOCSPResponse with the given name for identification.
BasicOCSPResponse(PublicKey) - Constructor for class oracle.security.crypto.ocsp.BasicOCSPResponse
Creates a new BasicOCSPResponse with the given responder's public key.
BasicOCSPResponse(InputStream) - Constructor for class oracle.security.crypto.ocsp.BasicOCSPResponse
 

C

CRLReferenceExtension - class oracle.security.crypto.ocsp.CRLReferenceExtension.
Represents a CRLReferenceExtension from RFC 2560.
CRLReferenceExtension() - Constructor for class oracle.security.crypto.ocsp.CRLReferenceExtension
Create a new extension with the appropriate OID type.
CRLReferenceExtension(boolean) - Constructor for class oracle.security.crypto.ocsp.CRLReferenceExtension
Creates a new extension.
CRLReferenceExtension(String) - Constructor for class oracle.security.crypto.ocsp.CRLReferenceExtension
Creates a new extension.
CRLReferenceExtension(BigInteger) - Constructor for class oracle.security.crypto.ocsp.CRLReferenceExtension
Creates a new extension.
CRLReferenceExtension(Date) - Constructor for class oracle.security.crypto.ocsp.CRLReferenceExtension
Creates a new extension.
CRLReferenceExtension(InputStream) - Constructor for class oracle.security.crypto.ocsp.CRLReferenceExtension
 
CertID - class oracle.security.crypto.ocsp.CertID.
Represents the certID of a certificate in OCSP.
CertID(X509, X509) - Constructor for class oracle.security.crypto.ocsp.CertID
Creates a new CertID for the specified certificate having the specified issuing CA certificate, using the default hash algorithm (SHA1).
CertID(X509, X509, AlgorithmIdentifier) - Constructor for class oracle.security.crypto.ocsp.CertID
Creates a new CertID for the specified certificate having the specified issuing CA certificate, using the given hash algorithm.
CertID(InputStream) - Constructor for class oracle.security.crypto.ocsp.CertID
 
compareTo(X509, X509) - Method in class oracle.security.crypto.ocsp.CertID
Compare this object with the CertID object created from the two given certificates.
compareTo(X509, X509, AlgorithmIdentifier) - Method in class oracle.security.crypto.ocsp.CertID
Compare this object with the CertID object created from the two given certificates, using the given algorithm to compute the digest.
createContentHandler(String) - Method in class oracle.security.crypto.ocsp.OCSPContentHandlerFactory
Creates a new ContentHandler from the given mimetype.

E

equals(Object) - Method in class oracle.security.crypto.ocsp.CertID
Compares this CertID object to the given object.

G

GOOD - Static variable in class oracle.security.crypto.ocsp.SingleBasicResponse.CertStatus
The status of the certificate is GOOD.
getArchiveCutOff() - Method in class oracle.security.crypto.ocsp.ArchiveCutOffExtension
Gets the archive cutOff value.
getCertID() - Method in class oracle.security.crypto.ocsp.SingleBasicResponse
Returns the certID of this SingleBasicResponse object.
getCertID() - Method in class oracle.security.crypto.ocsp.SingleRequest
Gets the cert ID of this single request.
getCertStatus() - Method in class oracle.security.crypto.ocsp.SingleBasicResponse
Returns the status of this SingleBasicResponse object.
getCrlNum() - Method in class oracle.security.crypto.ocsp.CRLReferenceExtension
Gets the crlNum parameter.
getCrlTime() - Method in class oracle.security.crypto.ocsp.CRLReferenceExtension
Gets the crlTime parameter.
getCrlUrl() - Method in class oracle.security.crypto.ocsp.CRLReferenceExtension
Gets the crlUrl parameter.
getHashAlgID() - Method in class oracle.security.crypto.ocsp.CertID
Gets the AlgorithmIdentifier used to hash the name and the public key of the CA.
getIssuer() - Method in class oracle.security.crypto.ocsp.ServiceLocatorExtension
Gets the issuer's name.
getIssuerKeyHash() - Method in class oracle.security.crypto.ocsp.CertID
Returns the hash of the issuer's public key.
getIssuerNameHash() - Method in class oracle.security.crypto.ocsp.CertID
Returns the hash of the issuer's name.
getLocatorAccessInfo() - Method in class oracle.security.crypto.ocsp.ServiceLocatorExtension
Gets the locator access info.
getNextUpdate() - Method in class oracle.security.crypto.ocsp.SingleBasicResponse
Returns the end of validity of this response.
getNonce() - Method in class oracle.security.crypto.ocsp.NonceExtension
Gets the nonce ofthis extension.
getProducedAt() - Method in class oracle.security.crypto.ocsp.BasicOCSPResponse
Gets the time when this response was signed.
getReqExtension(ASN1ObjectID) - Method in class oracle.security.crypto.ocsp.OCSPRequest
Gets the extension if it exists of this request for the given type.
getReqExtensions() - Method in class oracle.security.crypto.ocsp.OCSPRequest
Gets the extensions of this request.
getRequest() - Method in class oracle.security.crypto.ocsp.HttpOCSPRequest
Gets the request of this http request.
getRequestor() - Method in class oracle.security.crypto.ocsp.OCSPRequest
Returns the requestor of this request.
getRespExtension(ASN1ObjectID) - Method in class oracle.security.crypto.ocsp.BasicOCSPResponse
Gets the extension if it exists of this response for the given type.
getRespExtensions() - Method in class oracle.security.crypto.ocsp.BasicOCSPResponse
Gets the extensions of this response.
getRespStatus() - Method in class oracle.security.crypto.ocsp.OCSPResponse
Returns the status of this response.
getResponder() - Method in class oracle.security.crypto.ocsp.BasicOCSPResponse
Gets the responder's name.
getResponderKeyHash() - Method in class oracle.security.crypto.ocsp.BasicOCSPResponse
Gets the hash of the repsonder's public key.
getResponse(OCSPRequest, HttpURLConnection) - Static method in class oracle.security.crypto.ocsp.HttpOCSPRequest
Gets the OCSPResponse from the server using the given HttpURLConnection.
getResponse() - Method in class oracle.security.crypto.ocsp.HttpOCSPRequest
Gets the OCSPResponse from the server.
getResponseInfo() - Method in class oracle.security.crypto.ocsp.OCSPResponse
Returns the additional response info of this response.
getResponseType() - Method in class oracle.security.crypto.ocsp.BasicOCSPResponse
Gets the response type of this basic response.
getResponseType() - Method in class oracle.security.crypto.ocsp.OCSPResponse
Gets the response type of the response info.
getResponseType() - Method in class oracle.security.crypto.ocsp.ResponseInfo
Gets the response type of this response info object.
getRevocationReason() - Method in class oracle.security.crypto.ocsp.SingleBasicResponse
Returns the revocation reason in the case of a revoked certificate.
getRevocationTime() - Method in class oracle.security.crypto.ocsp.SingleBasicResponse
Returns the revocation date in the case of a revoked certificate.
getSerialNo() - Method in class oracle.security.crypto.ocsp.CertID
Returns the serial number of the of the certificate represented by this certID object.
getSigAlgID() - Method in class oracle.security.crypto.ocsp.BasicOCSPResponse
Gets the algorithm identifier used for the signature.
getSigAlgID() - Method in class oracle.security.crypto.ocsp.OCSPRequest
Returns the algorithm identifier used for the signature.
getSigBytes() - Method in class oracle.security.crypto.ocsp.BasicOCSPResponse
Gets the signature.
getSigBytes() - Method in class oracle.security.crypto.ocsp.OCSPRequest
Returns the signature.
getSigVerifyCerts() - Method in class oracle.security.crypto.ocsp.BasicOCSPResponse
Gets the certificate chain.
getSigVerifyCerts() - Method in class oracle.security.crypto.ocsp.OCSPRequest
Returns the certificate chain.
getSingleReqExtension(ASN1ObjectID) - Method in class oracle.security.crypto.ocsp.SingleRequest
Gets the extension if it exists of this request for the given type.
getSingleReqExtensions() - Method in class oracle.security.crypto.ocsp.SingleRequest
Gets the extensions of this request.
getSingleRespExtension(ASN1ObjectID) - Method in class oracle.security.crypto.ocsp.SingleBasicResponse
Gets the extension if it exists of this response for the given type.
getSingleRespExtensions() - Method in class oracle.security.crypto.ocsp.SingleBasicResponse
Gets the extensions of this response.
getThisUpdate() - Method in class oracle.security.crypto.ocsp.SingleBasicResponse
Returns thisUpdate.
getValue() - Method in class oracle.security.crypto.ocsp.OCSPResponse.RespStatus
Returns the numerical value of this response status code (as defined in RFC 2560).
getValue() - Method in class oracle.security.crypto.ocsp.SingleBasicResponse.CertStatus
Returns the value of this status.

H

HttpOCSPRequest - class oracle.security.crypto.ocsp.HttpOCSPRequest.
Implementation of OCSP over HTTP for requests.
HttpOCSPRequest(OCSPRequest, URL) - Constructor for class oracle.security.crypto.ocsp.HttpOCSPRequest
Creates a new Http OCSP request.
HttpOCSPRequest(InputStream) - Constructor for class oracle.security.crypto.ocsp.HttpOCSPRequest
Creates a new Http OCSP Request by reading an input stream.
HttpOCSPResponse - class oracle.security.crypto.ocsp.HttpOCSPResponse.
Implementation of OCSP over HTTP for responses.
hashCode() - Method in class oracle.security.crypto.ocsp.CertID
 

I

INTERNAL_ERROR - Static variable in class oracle.security.crypto.ocsp.OCSPResponse.RespStatus
 
InvalidHttpRequestException - exception oracle.security.crypto.ocsp.InvalidHttpRequestException.
Signals that the http request was malformatted.
InvalidHttpRequestException() - Constructor for class oracle.security.crypto.ocsp.InvalidHttpRequestException
 
InvalidHttpRequestException(String) - Constructor for class oracle.security.crypto.ocsp.InvalidHttpRequestException
Makes a new MalformedRequestException with the given message string.
InvalidHttpRequestException(Exception) - Constructor for class oracle.security.crypto.ocsp.InvalidHttpRequestException
 
id_kp_OCSPSigning - Static variable in interface oracle.security.crypto.ocsp.OCSP
Extended key usage certificate extension (RFC 2459) Key Purpose ID for authorized responders.
id_pkix_ocsp - Static variable in interface oracle.security.crypto.ocsp.OCSP
OCSP OID prefix.
id_pkix_ocsp_archive_cutoff - Static variable in interface oracle.security.crypto.ocsp.OCSP
OCSP response extension for archive cutoff dates.
id_pkix_ocsp_basic - Static variable in interface oracle.security.crypto.ocsp.OCSP
OCSP basic response OID.
id_pkix_ocsp_crl - Static variable in interface oracle.security.crypto.ocsp.OCSP
OCSP response extension for CRL reference.
id_pkix_ocsp_nocheck - Static variable in interface oracle.security.crypto.ocsp.OCSP
Certificate extension to trust authorized responder for lifetime of certificate.
id_pkix_ocsp_nonce - Static variable in interface oracle.security.crypto.ocsp.OCSP
OCSP request/response extension for replay attack protection.
id_pkix_ocsp_response - Static variable in interface oracle.security.crypto.ocsp.OCSP
OCSP request extension for acceptable response types.
id_pkix_ocsp_service_locator - Static variable in interface oracle.security.crypto.ocsp.OCSP
OCSP single request extension for routing OCSP service requests.
input(InputStream) - Method in class oracle.security.crypto.ocsp.BasicOCSPResponse
 
input(InputStream) - Method in class oracle.security.crypto.ocsp.CertID
 
input(InputStream) - Method in class oracle.security.crypto.ocsp.OCSPRequest
Decodes an OCSPRequest from the given input stream
input(InputStream) - Method in class oracle.security.crypto.ocsp.OCSPResponse
 
input(InputStream) - Method in class oracle.security.crypto.ocsp.SingleBasicResponse
 
input(InputStream) - Method in class oracle.security.crypto.ocsp.SingleRequest
 

L

length() - Method in class oracle.security.crypto.ocsp.BasicOCSPResponse
 
length() - Method in class oracle.security.crypto.ocsp.CertID
 
length() - Method in class oracle.security.crypto.ocsp.OCSPRequest
 
length() - Method in class oracle.security.crypto.ocsp.OCSPResponse
 
length() - Method in class oracle.security.crypto.ocsp.SingleBasicResponse
 
length() - Method in class oracle.security.crypto.ocsp.SingleRequest
 

M

MALFORMED_REQUEST - Static variable in class oracle.security.crypto.ocsp.OCSPResponse.RespStatus
 
MalformedRequestException - exception oracle.security.crypto.ocsp.MalformedRequestException.
Signals that the input stream was malformatted.
MalformedRequestException() - Constructor for class oracle.security.crypto.ocsp.MalformedRequestException
 
MalformedRequestException(String) - Constructor for class oracle.security.crypto.ocsp.MalformedRequestException
Makes a new MalformedRequestException with the given message string.
MalformedRequestException(Exception) - Constructor for class oracle.security.crypto.ocsp.MalformedRequestException
 

N

NoCheckExtension - class oracle.security.crypto.ocsp.NoCheckExtension.
Represents the No Check certificate extension from RFC 2650.
NoCheckExtension() - Constructor for class oracle.security.crypto.ocsp.NoCheckExtension
Create a new NoCheck extension.
NoCheckExtension(boolean) - Constructor for class oracle.security.crypto.ocsp.NoCheckExtension
Create a new NoCheck extension.
NoCheckExtension(InputStream) - Constructor for class oracle.security.crypto.ocsp.NoCheckExtension
 
NonceExtension - class oracle.security.crypto.ocsp.NonceExtension.
Represents the Nonce extension from RFC 2650 for OCSPRequest and OCSPResponse objects.
NonceExtension() - Constructor for class oracle.security.crypto.ocsp.NonceExtension
Create a new extension with the appropriate OID type.
NonceExtension(byte[]) - Constructor for class oracle.security.crypto.ocsp.NonceExtension
Creates a new Nonce extension with the given nonce.
NonceExtension(byte[], boolean) - Constructor for class oracle.security.crypto.ocsp.NonceExtension
Creates a new Nonce extension with the given nonce.
NonceExtension(InputStream) - Constructor for class oracle.security.crypto.ocsp.NonceExtension
 

O

OCSP - interface oracle.security.crypto.ocsp.OCSP.
Defined object ID constants for OCSP.
OCSP.OIDRegistrar - class oracle.security.crypto.ocsp.OCSP.OIDRegistrar.
 
OCSPContentHandlerFactory - class oracle.security.crypto.ocsp.OCSPContentHandlerFactory.
A ContentHandlerFactory for OCSP over HTTP.
OCSPContentHandlerFactory() - Constructor for class oracle.security.crypto.ocsp.OCSPContentHandlerFactory
Creates a new ContentHandlerFactory.
OCSPRequest - class oracle.security.crypto.ocsp.OCSPRequest.
An OCSP request.
OCSPRequest() - Constructor for class oracle.security.crypto.ocsp.OCSPRequest
Empty constructor.
OCSPRequest(SingleRequest) - Constructor for class oracle.security.crypto.ocsp.OCSPRequest
Creates a new OCSPRequest with the given request.
OCSPRequest(X509, X509) - Constructor for class oracle.security.crypto.ocsp.OCSPRequest
Creates a new OCSPRequest with the given certificate and the CA certificate.
OCSPRequest(X509, X509, AlgorithmIdentifier) - Constructor for class oracle.security.crypto.ocsp.OCSPRequest
Creates a new OCSPRequest with the given certificate and the CA certificate.
OCSPRequest(InputStream) - Constructor for class oracle.security.crypto.ocsp.OCSPRequest
Creates a new OCSPRequest from the given input stream
OCSPResponse - class oracle.security.crypto.ocsp.OCSPResponse.
An OCSP response.
OCSPResponse() - Constructor for class oracle.security.crypto.ocsp.OCSPResponse
Empty contstructor.
OCSPResponse(OCSPResponse.RespStatus) - Constructor for class oracle.security.crypto.ocsp.OCSPResponse
Creates a new OCSPResponse with the given status.
OCSPResponse(OCSPResponse.RespStatus, ResponseInfo) - Constructor for class oracle.security.crypto.ocsp.OCSPResponse
Creates a new OCSPResponse with the given status and response info.
OCSPResponse(InputStream) - Constructor for class oracle.security.crypto.ocsp.OCSPResponse
 
OCSPResponse.RespStatus - class oracle.security.crypto.ocsp.OCSPResponse.RespStatus.
Implementation of the response status code of an OCSPResponse.
oracle.security.crypto.ocsp - package oracle.security.crypto.ocsp
PKI OCSP Facilities.
output(OutputStream) - Method in class oracle.security.crypto.ocsp.BasicOCSPResponse
 
output(OutputStream) - Method in class oracle.security.crypto.ocsp.CertID
Output to the specified output stream.
output(OutputStream) - Method in class oracle.security.crypto.ocsp.OCSPRequest
 
output(OutputStream) - Method in class oracle.security.crypto.ocsp.OCSPResponse
 
output(OutputStream) - Method in class oracle.security.crypto.ocsp.SingleBasicResponse
Output to the specified output stream.
output(OutputStream) - Method in class oracle.security.crypto.ocsp.SingleRequest
 

R

REVOKED - Static variable in class oracle.security.crypto.ocsp.SingleBasicResponse.CertStatus
The status of the certificate is REVOKED.
ResponseInfo - class oracle.security.crypto.ocsp.ResponseInfo.
Abstract class representing additional information of an OCSPResponse object.
requests() - Method in class oracle.security.crypto.ocsp.OCSPRequest
Returns the request of this OCSPRequest.
responses() - Method in class oracle.security.crypto.ocsp.BasicOCSPResponse
Gets the responses of this BasicOCSPResponse object.

S

SIG_REQUIRED - Static variable in class oracle.security.crypto.ocsp.OCSPResponse.RespStatus
 
SUCCESSFUL - Static variable in class oracle.security.crypto.ocsp.OCSPResponse.RespStatus
 
ServiceLocatorExtension - class oracle.security.crypto.ocsp.ServiceLocatorExtension.
Represents the ServiceLocatorExtension from RFC 2560.
ServiceLocatorExtension() - Constructor for class oracle.security.crypto.ocsp.ServiceLocatorExtension
Create a new extension with the appropriate OID type.
ServiceLocatorExtension(X500Name) - Constructor for class oracle.security.crypto.ocsp.ServiceLocatorExtension
Creates a new extension with the given issuer name.
ServiceLocatorExtension(X500Name, boolean) - Constructor for class oracle.security.crypto.ocsp.ServiceLocatorExtension
Creates a new extension with the given issuer name.
ServiceLocatorExtension(X500Name, AuthorityInfoAccess) - Constructor for class oracle.security.crypto.ocsp.ServiceLocatorExtension
Creates a new extension with the given issuer and access descriptions.
ServiceLocatorExtension(X500Name, AuthorityInfoAccess, boolean) - Constructor for class oracle.security.crypto.ocsp.ServiceLocatorExtension
Creates a new extension with the given issuer and access descriptions.
ServiceLocatorExtension(InputStream) - Constructor for class oracle.security.crypto.ocsp.ServiceLocatorExtension
 
SingleBasicResponse - class oracle.security.crypto.ocsp.SingleBasicResponse.
Represents a single response for a Basic OCSP Response.
SingleBasicResponse(CertID, SingleBasicResponse.CertStatus, Date) - Constructor for class oracle.security.crypto.ocsp.SingleBasicResponse
Creates a new SingleBasicResponse given the certID and the certStatus.
SingleBasicResponse(InputStream) - Constructor for class oracle.security.crypto.ocsp.SingleBasicResponse
 
SingleBasicResponse.CertStatus - class oracle.security.crypto.ocsp.SingleBasicResponse.CertStatus.
Implementation of the different status code of a SingleBasicResponse object.
SingleRequest - class oracle.security.crypto.ocsp.SingleRequest.
Represents a single request for an OCSP Request.
SingleRequest(X509, X509) - Constructor for class oracle.security.crypto.ocsp.SingleRequest
Creates a new SingleRequest with the given certificate and the CA certificate.
SingleRequest(X509, X509, AlgorithmIdentifier) - Constructor for class oracle.security.crypto.ocsp.SingleRequest
Creates a new SingleRequest with the given certificate and the CA certificate.
send(OCSPResponse, OutputStream) - Static method in class oracle.security.crypto.ocsp.HttpOCSPResponse
Sends an Http OCSP response by the given output stream.
setCrlNum(BigInteger) - Method in class oracle.security.crypto.ocsp.CRLReferenceExtension
Sets the crlNum parameter.
setCrlTime(Date) - Method in class oracle.security.crypto.ocsp.CRLReferenceExtension
Sets the crlTime parameter.
setCrlUrl(String) - Method in class oracle.security.crypto.ocsp.CRLReferenceExtension
Sets the crlUrl parameter.
setLocatorAccessInfo(AuthorityInfoAccess) - Method in class oracle.security.crypto.ocsp.ServiceLocatorExtension
Sets the locator access info.
setNextUpdate(Date) - Method in class oracle.security.crypto.ocsp.SingleBasicResponse
Sets nextUpdate.
setReqExtensions(X509ExtensionSet) - Method in class oracle.security.crypto.ocsp.OCSPRequest
Sets the extensions of this request with the given extension set.
setRequestor(GeneralName) - Method in class oracle.security.crypto.ocsp.OCSPRequest
Sets the name of the originator of the request.
setRespExtensions(X509ExtensionSet) - Method in class oracle.security.crypto.ocsp.BasicOCSPResponse
Sets the extensions of this response with the given extension set.
setRevocationReason(CRLReason) - Method in class oracle.security.crypto.ocsp.SingleBasicResponse
Sets the revocation reason in the case of a revoked certificate.
setRevocationTime(Date) - Method in class oracle.security.crypto.ocsp.SingleBasicResponse
Sets the revocation time in the case of a revoked certificate.
setSingleReqExtensions(X509ExtensionSet) - Method in class oracle.security.crypto.ocsp.SingleRequest
Sets the extensions of this request with the given extension set.
setSingleRespExtensions(X509ExtensionSet) - Method in class oracle.security.crypto.ocsp.SingleBasicResponse
Sets the extensions of this response with the given extension set.
sign(PrivateKey) - Method in class oracle.security.crypto.ocsp.BasicOCSPResponse
Signs this response using the given private key.
sign(PrivateKey, AlgorithmIdentifier) - Method in class oracle.security.crypto.ocsp.BasicOCSPResponse
Signs this response using the given private key and signature algorithm.
sign(PrivateKey) - Method in class oracle.security.crypto.ocsp.OCSPRequest
Signs the request with the given private key.
sign(PrivateKey, AlgorithmIdentifier) - Method in class oracle.security.crypto.ocsp.OCSPRequest
Signs the request with the given private key and signature algorithm.

T

TRY_LATER - Static variable in class oracle.security.crypto.ocsp.OCSPResponse.RespStatus
 
toString() - Method in class oracle.security.crypto.ocsp.AcceptableResponseTypeExtension
 
toString() - Method in class oracle.security.crypto.ocsp.ArchiveCutOffExtension
 
toString() - Method in class oracle.security.crypto.ocsp.BasicOCSPResponse
 
toString() - Method in class oracle.security.crypto.ocsp.CRLReferenceExtension
 
toString() - Method in class oracle.security.crypto.ocsp.CertID
 
toString() - Method in class oracle.security.crypto.ocsp.NoCheckExtension
 
toString() - Method in class oracle.security.crypto.ocsp.NonceExtension
 
toString() - Method in class oracle.security.crypto.ocsp.OCSPRequest
 
toString() - Method in class oracle.security.crypto.ocsp.OCSPResponse.RespStatus
Returns a brief description of this status object.
toString() - Method in class oracle.security.crypto.ocsp.OCSPResponse
 
toString() - Method in class oracle.security.crypto.ocsp.ServiceLocatorExtension
 
toString() - Method in class oracle.security.crypto.ocsp.SingleBasicResponse.CertStatus
Returns a brief description of this status object.
toString() - Method in class oracle.security.crypto.ocsp.SingleBasicResponse
 
toString() - Method in class oracle.security.crypto.ocsp.SingleRequest
 

U

UNAUTHORIZED - Static variable in class oracle.security.crypto.ocsp.OCSPResponse.RespStatus
 
UNKNOWN - Static variable in class oracle.security.crypto.ocsp.SingleBasicResponse.CertStatus
The status of the certificate is UNKNOWN.

V

verifySignature(PublicKey) - Method in class oracle.security.crypto.ocsp.BasicOCSPResponse
Verifies the signature with the given key.
verifySignature(PublicKey) - Method in class oracle.security.crypto.ocsp.OCSPRequest
Verifies the signature with the given public key.

A B C E G H I L M N O R S T U V

Oracle Security Developer Tools PKI SDK OCSP Java API Reference
10g (10.1.4.0.1)

B28168-01


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