Package com.netscape.cmsutil.ocsp
Class Request
java.lang.Object
com.netscape.cmsutil.ocsp.Request
- All Implemented Interfaces:
org.mozilla.jss.asn1.ASN1Value
RFC 2560:
Request ::= SEQUENCE { reqCert CertID, singleRequestExtensions [0] EXPLICIT Extensions OPTIONAL }
- Version:
- $Revision$ $Date$
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
encode
(OutputStream ostream) void
encode
(org.mozilla.jss.asn1.Tag implicitTag, OutputStream ostream) int
org.mozilla.jss.pkix.cert.Extension
getRequestExtensionAt
(int index) org.mozilla.jss.asn1.Tag
getTag()
static Request.Template
-
Constructor Details
-
Request
-
-
Method Details
-
getCertID
-
getExtensionsCount
public int getExtensionsCount() -
getRequestExtensionAt
public org.mozilla.jss.pkix.cert.Extension getRequestExtensionAt(int index) -
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
-