Class UserNotice

  • All Implemented Interfaces:
    java.io.Serializable

    public class UserNotice
    extends Qualifier
    Represent the UserNotice Qualifier. UserNotice ::= SEQUENCE { noticeRef NoticeReference OPTIONAL, explicitText DisplayText OPTIONAL }
    Author:
    Thomas Kwan
    See Also:
    Serialized Form
    • Constructor Detail

      • UserNotice

        public UserNotice​(DerValue val)
                   throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • encode

        public void encode​(DerOutputStream out)
                    throws java.io.IOException
        Write the UserNotice to the DerOutputStream.
        Overrides:
        encode in class Qualifier
        Parameters:
        out - the DerOutputStream to write the object to.
        Throws:
        java.io.IOException - on errors.