Class RevokedInfo
java.lang.Object
com.netscape.cmsutil.ocsp.CertStatus
com.netscape.cmsutil.ocsp.RevokedInfo
- All Implemented Interfaces:
org.mozilla.jss.asn1.ASN1Value
RFC 2560:
RevokedInfo ::= SEQUENCE {
revocationTime GeneralizedTime,
revocationReason [0] EXPLICIT CRLReason OPTIONAL }
-
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.GeneralizedTimeorg.mozilla.jss.asn1.TaggetTag()static RevokedInfo.TemplatetoString()Methods inherited from class CertStatus
getLabel
-
Constructor Details
-
RevokedInfo
public RevokedInfo(org.mozilla.jss.asn1.GeneralizedTime revokedAt)
-
-
Method Details
-
getTag
public org.mozilla.jss.asn1.Tag getTag() -
encode
- Throws:
IOException
-
encode
- Throws:
IOException
-
getRevocationTime
public org.mozilla.jss.asn1.GeneralizedTime getRevocationTime() -
getTemplate
-
toString
- Overrides:
toStringin classCertStatus
-