Package org.bouncycastle.asn1.esf
Class SPUserNotice
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.esf.SPUserNotice
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable,org.bouncycastle.util.Encodable
public class SPUserNotice
extends org.bouncycastle.asn1.ASN1Object
-
Constructor Summary
ConstructorsConstructorDescriptionSPUserNotice(org.bouncycastle.asn1.x509.NoticeReference noticeRef, org.bouncycastle.asn1.x509.DisplayText explicitText) -
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.asn1.x509.DisplayTextstatic SPUserNoticegetInstance(Object obj) org.bouncycastle.asn1.x509.NoticeReferenceorg.bouncycastle.asn1.ASN1PrimitiveSPUserNotice ::= SEQUENCE { noticeRef NoticeReference OPTIONAL, explicitText DisplayText OPTIONAL }Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
SPUserNotice
public SPUserNotice(org.bouncycastle.asn1.x509.NoticeReference noticeRef, org.bouncycastle.asn1.x509.DisplayText explicitText)
-
-
Method Details
-
getInstance
-
getNoticeRef
public org.bouncycastle.asn1.x509.NoticeReference getNoticeRef() -
getExplicitText
public org.bouncycastle.asn1.x509.DisplayText getExplicitText() -
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()SPUserNotice ::= SEQUENCE { noticeRef NoticeReference OPTIONAL, explicitText DisplayText OPTIONAL }- Specified by:
toASN1Primitivein interfaceorg.bouncycastle.asn1.ASN1Encodable- Specified by:
toASN1Primitivein classorg.bouncycastle.asn1.ASN1Object
-