Skip navigation links
A B G H I O R S U X 

A

AbstractOcspRequestor - Class in org.xipki.ocsp.client
Abstract class of OCSP requestor.
AbstractOcspRequestor() - Constructor for class org.xipki.ocsp.client.AbstractOcspRequestor
 
addRequest(CertID) - Method in class org.xipki.ocsp.client.XiOCSPReqBuilder
Add a request for the given CertificateID.
addRequest(CertID, Extensions) - Method in class org.xipki.ocsp.client.XiOCSPReqBuilder
Add a request with extensions.
ask(X509Cert, X509Cert, URL, RequestOptions, ReqRespDebug) - Method in class org.xipki.ocsp.client.AbstractOcspRequestor
 
ask(X509Cert, X509Cert[], URL, RequestOptions, ReqRespDebug) - Method in class org.xipki.ocsp.client.AbstractOcspRequestor
 
ask(X509Cert, BigInteger, URL, RequestOptions, ReqRespDebug) - Method in class org.xipki.ocsp.client.AbstractOcspRequestor
 
ask(X509Cert, BigInteger[], URL, RequestOptions, ReqRespDebug) - Method in class org.xipki.ocsp.client.AbstractOcspRequestor
 
ask(X509Cert, X509Cert, URL, RequestOptions, ReqRespDebug) - Method in interface org.xipki.ocsp.client.OcspRequestor
Asks for the status of the given certificate.
ask(X509Cert, X509Cert[], URL, RequestOptions, ReqRespDebug) - Method in interface org.xipki.ocsp.client.OcspRequestor
Asks for the status of the given certificate.
ask(X509Cert, BigInteger, URL, RequestOptions, ReqRespDebug) - Method in interface org.xipki.ocsp.client.OcspRequestor
Asks for the status of the given certificate.
ask(X509Cert, BigInteger[], URL, RequestOptions, ReqRespDebug) - Method in interface org.xipki.ocsp.client.OcspRequestor
Asks for the status of the given certificates.

B

build() - Method in class org.xipki.ocsp.client.XiOCSPReqBuilder
Generate an unsigned request.
build(ContentSigner, Certificate[]) - Method in class org.xipki.ocsp.client.XiOCSPReqBuilder
 

G

getHashAlgorithm() - Method in class org.xipki.ocsp.client.RequestOptions
 
getNonceLen() - Method in class org.xipki.ocsp.client.RequestOptions
 
getPreferredSignatureAlgorithms() - Method in class org.xipki.ocsp.client.RequestOptions
 
getSecurityFactory() - Method in class org.xipki.ocsp.client.AbstractOcspRequestor
 
getSignerCertFile() - Method in class org.xipki.ocsp.client.AbstractOcspRequestor
 
getSignerConf() - Method in class org.xipki.ocsp.client.AbstractOcspRequestor
 
getSignerType() - Method in class org.xipki.ocsp.client.AbstractOcspRequestor
 
getStatusText(int) - Static method in exception org.xipki.ocsp.client.OcspResponseException.Unsuccessful
 

H

HttpOcspRequestor - Class in org.xipki.ocsp.client
HTTP OCSP requestor.
HttpOcspRequestor() - Constructor for class org.xipki.ocsp.client.HttpOcspRequestor
 

I

InvalidResponse(String, Throwable) - Constructor for exception org.xipki.ocsp.client.OcspResponseException.InvalidResponse
 
InvalidResponse(String) - Constructor for exception org.xipki.ocsp.client.OcspResponseException.InvalidResponse
 
isAllowNoNonceInResponse() - Method in class org.xipki.ocsp.client.RequestOptions
 
isSignRequest() - Method in class org.xipki.ocsp.client.RequestOptions
 
isUseHttpGetForRequest() - Method in class org.xipki.ocsp.client.RequestOptions
 
isUseNonce() - Method in class org.xipki.ocsp.client.RequestOptions
 

O

OcspNonceUnmatched(byte[], byte[]) - Constructor for exception org.xipki.ocsp.client.OcspResponseException.OcspNonceUnmatched
 
OcspRequestor - Interface in org.xipki.ocsp.client
OCSP requestor interface.
OcspRequestorException - Exception in org.xipki.ocsp.client
Exception related to the OCSP requestor.
OcspRequestorException(String) - Constructor for exception org.xipki.ocsp.client.OcspRequestorException
 
OcspRequestorException(String, Throwable) - Constructor for exception org.xipki.ocsp.client.OcspRequestorException
 
OcspResponseException - Exception in org.xipki.ocsp.client
Exception related to the OCSP response.
OcspResponseException(String) - Constructor for exception org.xipki.ocsp.client.OcspResponseException
 
OcspResponseException(String, Throwable) - Constructor for exception org.xipki.ocsp.client.OcspResponseException
 
OcspResponseException.InvalidResponse - Exception in org.xipki.ocsp.client
 
OcspResponseException.OcspNonceUnmatched - Exception in org.xipki.ocsp.client
 
OcspResponseException.OcspTargetUnmatched - Exception in org.xipki.ocsp.client
 
OcspResponseException.ResponderUnreachable - Exception in org.xipki.ocsp.client
 
OcspResponseException.Unsuccessful - Exception in org.xipki.ocsp.client
 
OcspTargetUnmatched(String, Throwable) - Constructor for exception org.xipki.ocsp.client.OcspResponseException.OcspTargetUnmatched
 
OcspTargetUnmatched(String) - Constructor for exception org.xipki.ocsp.client.OcspResponseException.OcspTargetUnmatched
 
org.xipki.ocsp.client - package org.xipki.ocsp.client
 

R

RequestOptions - Class in org.xipki.ocsp.client
OCSP request options.
RequestOptions() - Constructor for class org.xipki.ocsp.client.RequestOptions
 
ResponderUnreachable(String, Throwable) - Constructor for exception org.xipki.ocsp.client.OcspResponseException.ResponderUnreachable
 
ResponderUnreachable(String) - Constructor for exception org.xipki.ocsp.client.OcspResponseException.ResponderUnreachable
 

S

send(byte[], URL, RequestOptions) - Method in class org.xipki.ocsp.client.AbstractOcspRequestor
Sends the request to the OCSP responder.
send(byte[], URL, RequestOptions) - Method in class org.xipki.ocsp.client.HttpOcspRequestor
 
setAllowNoNonceInResponse(boolean) - Method in class org.xipki.ocsp.client.RequestOptions
 
setHashAlgorithm(HashAlgo) - Method in class org.xipki.ocsp.client.RequestOptions
 
setNonceLen(int) - Method in class org.xipki.ocsp.client.RequestOptions
 
setPreferredSignatureAlgorithms(SignAlgo[]) - Method in class org.xipki.ocsp.client.RequestOptions
 
setRequestExtensions(Extensions) - Method in class org.xipki.ocsp.client.XiOCSPReqBuilder
 
setRequestorName(X500Name) - Method in class org.xipki.ocsp.client.XiOCSPReqBuilder
Set the requestor name to the passed in X500Name.
setRequestorName(GeneralName) - Method in class org.xipki.ocsp.client.XiOCSPReqBuilder
 
setSecurityFactory(SecurityFactory) - Method in class org.xipki.ocsp.client.AbstractOcspRequestor
 
setSignerCertFile(String) - Method in class org.xipki.ocsp.client.AbstractOcspRequestor
 
setSignerConf(String) - Method in class org.xipki.ocsp.client.AbstractOcspRequestor
 
setSignerType(String) - Method in class org.xipki.ocsp.client.AbstractOcspRequestor
 
setSignRequest(boolean) - Method in class org.xipki.ocsp.client.RequestOptions
 
setUseHttpGetForRequest(boolean) - Method in class org.xipki.ocsp.client.RequestOptions
 
setUseNonce(boolean) - Method in class org.xipki.ocsp.client.RequestOptions
 
status() - Method in exception org.xipki.ocsp.client.OcspResponseException.Unsuccessful
 
statusText() - Method in exception org.xipki.ocsp.client.OcspResponseException.Unsuccessful
 

U

Unsuccessful(int) - Constructor for exception org.xipki.ocsp.client.OcspResponseException.Unsuccessful
 

X

XiOCSPReqBuilder - Class in org.xipki.ocsp.client
OCSP Request builder.
XiOCSPReqBuilder() - Constructor for class org.xipki.ocsp.client.XiOCSPReqBuilder
 
A B G H I O R S U X 
Skip navigation links

Copyright © 2022. All rights reserved.