Class NoticeReference
java.lang.Object
org.mozilla.jss.netscape.security.x509.NoticeReference
- All Implemented Interfaces:
Serializable
Represent the NoticeReference.
NoticeReference ::= SEQUENCE {
organization DisplayText,
noticeNumbers SEQUENCE OF INTEGER
}
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNoticeReference
(DerValue val) NoticeReference
(DisplayText org, int[] numbers) -
Method Summary
Modifier and TypeMethodDescriptionvoid
encode
(DerOutputStream out) Write the NoticeReference to the DerOutputStream.int[]
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
mOrg
-
mNumbers
private int[] mNumbers
-
-
Constructor Details
-
NoticeReference
-
NoticeReference
- Throws:
IOException
-
-
Method Details
-
getOrganization
-
getNumbers
public int[] getNumbers() -
encode
Write the NoticeReference to the DerOutputStream.- Parameters:
out
- the DerOutputStream to write the object to.- Throws:
IOException
- on errors.
-