Class UserNotice

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.x509.UserNotice
All Implemented Interfaces:
ASN1Encodable, Encodable

public class UserNotice extends ASN1Object
UserNotice class, used in CertificatePolicies X509 extensions (in policy qualifiers).
 UserNotice ::= SEQUENCE {
      noticeRef        NoticeReference OPTIONAL,
      explicitText     DisplayText OPTIONAL}

 
See Also:
  • Constructor Details

    • UserNotice

      public UserNotice(NoticeReference noticeRef, DisplayText explicitText)
      Creates a new UserNotice instance.
      Parameters:
      noticeRef - a NoticeReference value
      explicitText - a DisplayText value
    • UserNotice

      public UserNotice(NoticeReference noticeRef, String str)
      Creates a new UserNotice instance.
      Parameters:
      noticeRef - a NoticeReference value
      str - the explicitText field as a String.
  • Method Details