public class SPUserNotice extends ASN1Object
| Constructor and Description |
|---|
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, toASN1Objectpublic 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