Bouncy Castle Cryptography Library 1.77.0

Package org.bouncycastle.asn1.ocsp

Support classes useful for encoding and supporting OCSP objects.

See:
          Description

Interface Summary
OCSPObjectIdentifiers OIDs for RFC 2560 and RFC 6960 Online Certificate Status Protocol - OCSP.
 

Class Summary
BasicOCSPResponse OCSP RFC 2560, RFC 6960 BasicOCSPResponse ::= SEQUENCE { tbsResponseData ResponseData, signatureAlgorithm AlgorithmIdentifier, signature BIT STRING, certs [0] EXPLICIT SEQUENCE OF Certificate OPTIONAL }
CertID  
CertStatus  
CrlID  
OCSPRequest  
OCSPResponse OCSP RFC 2560, RFC 6960 OCSPResponse ::= SEQUENCE { responseStatus OCSPResponseStatus, responseBytes [0] EXPLICIT ResponseBytes OPTIONAL }
OCSPResponseStatus OCSP RFC 2560, RFC 6960
Request  
ResponderID  
ResponseBytes OCSP RFC 2560, RFC 6960 ResponseBytes ::= SEQUENCE { responseType OBJECT IDENTIFIER, response OCTET STRING }
ResponseData OCSP RFC 2560, RFC 6960 ResponseData ::= SEQUENCE { version [0] EXPLICIT Version DEFAULT v1, responderID ResponderID, producedAt GeneralizedTime, responses SEQUENCE OF SingleResponse, responseExtensions [1] EXPLICIT Extensions OPTIONAL }
RevokedInfo  
ServiceLocator  
Signature  
SingleResponse  
TBSRequest  
 

Package org.bouncycastle.asn1.ocsp Description

Support classes useful for encoding and supporting OCSP objects.


Bouncy Castle Cryptography Library 1.77.0