Class NoticeReference

java.lang.Object
org.mozilla.jss.netscape.security.x509.NoticeReference
All Implemented Interfaces:
Serializable

public class NoticeReference extends Object implements Serializable
Represent the NoticeReference. NoticeReference ::= SEQUENCE { organization DisplayText, noticeNumbers SEQUENCE OF INTEGER }
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • mOrg

      private DisplayText mOrg
    • mNumbers

      private int[] mNumbers
  • Constructor Details

  • Method Details

    • getOrganization

      public DisplayText getOrganization()
    • getNumbers

      public int[] getNumbers()
    • encode

      public void encode(DerOutputStream out) throws IOException
      Write the NoticeReference to the DerOutputStream.
      Parameters:
      out - the DerOutputStream to write the object to.
      Throws:
      IOException - on errors.