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 DisplayText
private NoticeReference
private static final long
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
encode
(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:
encode
in classQualifier
- Parameters:
out
- the DerOutputStream to write the object to.- Throws:
IOException
- on errors.
-