org.bouncycastle.asn1.esf
Class SPUserNotice
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.esf.SPUserNotice
- All Implemented Interfaces:
- ASN1Encodable
public class SPUserNotice
- extends ASN1Object
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
SPUserNotice
public SPUserNotice(NoticeReference noticeRef,
DisplayText explicitText)
getInstance
public static SPUserNotice getInstance(java.lang.Object obj)
getNoticeRef
public NoticeReference getNoticeRef()
getExplicitText
public DisplayText getExplicitText()
toASN1Primitive
public ASN1Primitive toASN1Primitive()
SPUserNotice ::= SEQUENCE {
noticeRef NoticeReference OPTIONAL,
explicitText DisplayText OPTIONAL }
- Specified by:
toASN1Primitive
in interface ASN1Encodable
- Specified by:
toASN1Primitive
in class ASN1Object