Class GoodInfo
java.lang.Object
com.netscape.cmsutil.ocsp.CertStatus
com.netscape.cmsutil.ocsp.GoodInfo
- All Implemented Interfaces:
org.mozilla.jss.asn1.ASN1Value
RFC 2560:
CertStatus ::= CHOICE {
good [0] IMPLICIT NULL,
revoked [1] IMPLICIT RevokedInfo,
unknown [2] IMPLICIT UnknownInfo }
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA Template for decodingResponseBytes. -
Field Summary
Fields inherited from class CertStatus
label -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidencode(OutputStream os) voidencode(org.mozilla.jss.asn1.Tag t, OutputStream os) org.mozilla.jss.asn1.TaggetTag()static GoodInfo.TemplateMethods inherited from class CertStatus
getLabel, toString
-
Constructor Details
-
GoodInfo
public GoodInfo()
-
-
Method Details
-
getTag
public org.mozilla.jss.asn1.Tag getTag() -
encode
- Throws:
IOException
-
encode
- Throws:
IOException
-
getTemplate
-