Class UserNotice
java.lang.Object
org.mozilla.jss.netscape.security.x509.Qualifier
org.mozilla.jss.netscape.security.x509.UserNotice
- All Implemented Interfaces:
Serializable
Represent the UserNotice Qualifier.
UserNotice ::= SEQUENCE {
noticeRef NoticeReference OPTIONAL,
explicitText DisplayText OPTIONAL
}
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate DisplayTextprivate NoticeReferenceprivate static final long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidencode(DerOutputStream out) Write the UserNotice to the DerOutputStream.
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
mNoticeReference
-
mDisplayText
-
-
Constructor Details
-
UserNotice
-
UserNotice
- Throws:
IOException
-
-
Method Details
-
getNoticeReference
-
getDisplayText
-
encode
Write the UserNotice to the DerOutputStream.- Overrides:
encodein classQualifier- Parameters:
out- the DerOutputStream to write the object to.- Throws:
IOException- on errors.
-