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 classA Template for decoding OCSPRequest. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidencode(OutputStream ostream) voidencode(org.mozilla.jss.asn1.Tag implicitTag, OutputStream ostream) Returns theSignaturefield.org.mozilla.jss.asn1.TaggetTag()Returns theTBSRequestfield.static OCSPRequest.Template
-
Constructor Details
-
OCSPRequest
-
-
Method Details
-
getTBSRequest
Returns theTBSRequestfield. -
getSignature
Returns theSignaturefield. -
getTag
public org.mozilla.jss.asn1.Tag getTag()- Specified by:
getTagin interfaceorg.mozilla.jss.asn1.ASN1Value
-
encode
- Specified by:
encodein interfaceorg.mozilla.jss.asn1.ASN1Value- Throws:
IOException
-
encode
- Specified by:
encodein interfaceorg.mozilla.jss.asn1.ASN1Value- Throws:
IOException
-
getTemplate
-