Package netscape.security.x509
Class UserNotice
- java.lang.Object
-
- netscape.security.x509.Qualifier
-
- netscape.security.x509.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 Summary
Constructors Constructor Description UserNotice(DerValue val)
UserNotice(NoticeReference ref, DisplayText text)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
encode(DerOutputStream out)
Write the UserNotice to the DerOutputStream.DisplayText
getDisplayText()
NoticeReference
getNoticeReference()
-
-
-
Constructor Detail
-
UserNotice
public UserNotice(NoticeReference ref, DisplayText text)
-
UserNotice
public UserNotice(DerValue val) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
getNoticeReference
public NoticeReference getNoticeReference()
-
getDisplayText
public DisplayText getDisplayText()
-
encode
public void encode(DerOutputStream out) throws java.io.IOException
Write the UserNotice to the DerOutputStream.
-
-