org.bouncycastle.asn1.esf
Class SPUserNotice
java.lang.Object
org.bouncycastle.asn1.esf.SPUserNotice
public class SPUserNotice
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SPUserNotice
public SPUserNotice(ASN1Sequence seq)
SPUserNotice
public SPUserNotice(NoticeReference noticeRef,
DisplayText explicitText)
getInstance
public static SPUserNotice getInstance(java.lang.Object obj)
getNoticeRef
public NoticeReference getNoticeRef()
getExplicitText
public DisplayText getExplicitText()
toASN1Object
public DERObject toASN1Object()
SPUserNotice ::= SEQUENCE {
noticeRef NoticeReference OPTIONAL,
explicitText DisplayText OPTIONAL }