Package com.netscape.cmsutil.ocsp
Class OCSPRequest
java.lang.Object
com.netscape.cmsutil.ocsp.OCSPRequest
- All Implemented Interfaces:
org.mozilla.jss.asn1.ASN1Value
RFC 2560:
OCSPRequest ::= SEQUENCE { tbsRequest TBSRequest, optionalSignature [0] EXPLICIT Signature OPTIONAL }
- Version:
- $Revision$ $Date$
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
A Template for decoding OCSPRequest. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
encode
(OutputStream ostream) void
encode
(org.mozilla.jss.asn1.Tag implicitTag, OutputStream ostream) Returns theSignature
field.org.mozilla.jss.asn1.Tag
getTag()
Returns theTBSRequest
field.static OCSPRequest.Template
-
Constructor Details
-
OCSPRequest
-
-
Method Details
-
getTBSRequest
Returns theTBSRequest
field. -
getSignature
Returns theSignature
field. -
getTag
public org.mozilla.jss.asn1.Tag getTag()- Specified by:
getTag
in interfaceorg.mozilla.jss.asn1.ASN1Value
-
encode
- Specified by:
encode
in interfaceorg.mozilla.jss.asn1.ASN1Value
- Throws:
IOException
-
encode
- Specified by:
encode
in interfaceorg.mozilla.jss.asn1.ASN1Value
- Throws:
IOException
-
getTemplate
-