public class UserNotice extends ASN1Object
PolicyQualifierId,
PolicyInformation| Constructor and Description |
|---|
UserNotice(NoticeReference noticeRef,
DisplayText explicitText)
Creates a new UserNotice instance.
|
UserNotice(NoticeReference noticeRef,
java.lang.String str)
Creates a new UserNotice instance.
|
| Modifier and Type | Method and Description |
|---|---|
DisplayText |
getExplicitText() |
static UserNotice |
getInstance(java.lang.Object obj) |
NoticeReference |
getNoticeRef() |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCodepublic UserNotice(NoticeReference noticeRef, DisplayText explicitText)
noticeRef - a NoticeReference valueexplicitText - a DisplayText valuepublic UserNotice(NoticeReference noticeRef, java.lang.String str)
noticeRef - a NoticeReference valuestr - the explicitText field as a String.public static UserNotice getInstance(java.lang.Object obj)
public NoticeReference getNoticeRef()
public DisplayText getExplicitText()
public ASN1Primitive toASN1Primitive()
ASN1ObjecttoASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object