Interface CertStatus

All Superinterfaces:
org.mozilla.jss.asn1.ASN1Value
All Known Implementing Classes:
GoodInfo, RevokedInfo, UnknownInfo

public interface CertStatus extends org.mozilla.jss.asn1.ASN1Value
RFC 2560:
 CertStatus ::= CHOICE {
  good                [0]     IMPLICIT NULL,
  revoked             [1]     IMPLICIT RevokedInfo,
  unknown             [2]     IMPLICIT UnknownInfo }
 
Version:
$Revision$ $Date$
  • Method Summary

    Methods inherited from interface org.mozilla.jss.asn1.ASN1Value

    encode, encode, getTag