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

    Constructors
    Constructor
    Description
    SPUserNotice(org.bouncycastle.asn1.x509.NoticeReference noticeRef, org.bouncycastle.asn1.x509.DisplayText explicitText)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.bouncycastle.asn1.x509.DisplayText
     
     
    org.bouncycastle.asn1.x509.NoticeReference
     
    org.bouncycastle.asn1.ASN1Primitive
    SPUserNotice ::= SEQUENCE { noticeRef NoticeReference OPTIONAL, explicitText DisplayText OPTIONAL }

    Methods inherited from class org.bouncycastle.asn1.ASN1Object

    encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SPUserNotice

      public SPUserNotice(org.bouncycastle.asn1.x509.NoticeReference noticeRef, org.bouncycastle.asn1.x509.DisplayText explicitText)
  • Method Details

    • getInstance

      public static SPUserNotice getInstance(Object obj)
    • 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:
      toASN1Primitive in interface org.bouncycastle.asn1.ASN1Encodable
      Specified by:
      toASN1Primitive in class org.bouncycastle.asn1.ASN1Object