public class NoticeReference
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
NoticeReference(DerValue val) |
NoticeReference(DisplayText org,
int[] numbers) |
| Modifier and Type | Method and Description |
|---|---|
void |
encode(DerOutputStream out)
Write the NoticeReference to the DerOutputStream.
|
int[] |
getNumbers() |
DisplayText |
getOrganization() |
public NoticeReference(DisplayText org, int[] numbers)
public NoticeReference(DerValue val) throws java.io.IOException
java.io.IOExceptionpublic DisplayText getOrganization()
public int[] getNumbers()
public void encode(DerOutputStream out) throws java.io.IOException
out - the DerOutputStream to write the object to.java.io.IOException - on errors.