Class UnknownInfo

  • All Implemented Interfaces:
    CertStatus, org.mozilla.jss.asn1.ASN1Value

    public class UnknownInfo
    extends java.lang.Object
    implements CertStatus
    RFC 2560:
     UnknownInfo ::= NULL -- this can be replaced with an enumeration
     
    Version:
    $Revision$ $Date$
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  UnknownInfo.Template
      A Template for decoding ResponseBytes.
    • Constructor Summary

      Constructors 
      Constructor Description
      UnknownInfo()  
    • Constructor Detail

      • UnknownInfo

        public UnknownInfo()
    • Method Detail

      • getTag

        public org.mozilla.jss.asn1.Tag getTag()
        Specified by:
        getTag in interface org.mozilla.jss.asn1.ASN1Value
      • encode

        public void encode​(org.mozilla.jss.asn1.Tag t,
                           java.io.OutputStream os)
                    throws java.io.IOException
        Specified by:
        encode in interface org.mozilla.jss.asn1.ASN1Value
        Throws:
        java.io.IOException
      • encode

        public void encode​(java.io.OutputStream os)
                    throws java.io.IOException
        Specified by:
        encode in interface org.mozilla.jss.asn1.ASN1Value
        Throws:
        java.io.IOException