public class SPUserNotice extends ASN1Object
| Modifier and Type | Field and Description |
|---|---|
private DisplayText |
explicitText |
private NoticeReference |
noticeRef |
| Modifier | Constructor and Description |
|---|---|
private |
SPUserNotice(ASN1Sequence seq) |
|
SPUserNotice(NoticeReference noticeRef,
DisplayText explicitText) |
| Modifier and Type | Method and Description |
|---|---|
DisplayText |
getExplicitText() |
static SPUserNotice |
getInstance(java.lang.Object obj) |
NoticeReference |
getNoticeRef() |
ASN1Primitive |
toASN1Primitive()
SPUserNotice ::= SEQUENCE {
noticeRef NoticeReference OPTIONAL,
explicitText DisplayText OPTIONAL }
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Objectprivate NoticeReference noticeRef
private DisplayText explicitText
private SPUserNotice(ASN1Sequence seq)
public SPUserNotice(NoticeReference noticeRef, DisplayText explicitText)
public static SPUserNotice getInstance(java.lang.Object obj)
public NoticeReference getNoticeRef()
public DisplayText getExplicitText()
public ASN1Primitive toASN1Primitive()
SPUserNotice ::= SEQUENCE {
noticeRef NoticeReference OPTIONAL,
explicitText DisplayText OPTIONAL }
toASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object