public class SPUserNotice
extends org.bouncycastle.asn1.ASN1Object
| Constructor and Description |
|---|
SPUserNotice(org.bouncycastle.asn1.x509.NoticeReference noticeRef,
org.bouncycastle.asn1.x509.DisplayText explicitText) |
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.asn1.x509.DisplayText |
getExplicitText() |
static SPUserNotice |
getInstance(java.lang.Object obj) |
org.bouncycastle.asn1.x509.NoticeReference |
getNoticeRef() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive()
SPUserNotice ::= SEQUENCE {
noticeRef NoticeReference OPTIONAL,
explicitText DisplayText OPTIONAL }
|
public SPUserNotice(org.bouncycastle.asn1.x509.NoticeReference noticeRef,
org.bouncycastle.asn1.x509.DisplayText explicitText)
public static SPUserNotice getInstance(java.lang.Object obj)
public org.bouncycastle.asn1.x509.NoticeReference getNoticeRef()
public org.bouncycastle.asn1.x509.DisplayText getExplicitText()
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
SPUserNotice ::= SEQUENCE {
noticeRef NoticeReference OPTIONAL,
explicitText DisplayText OPTIONAL }
toASN1Primitive in interface org.bouncycastle.asn1.ASN1EncodabletoASN1Primitive in class org.bouncycastle.asn1.ASN1Object