Uses of Class
org.bouncycastle.asn1.x509.NoticeReference
-
Packages that use NoticeReference Package Description org.bouncycastle.asn1.esf Support classes useful for encoding and supporting [ESF] RFC3126 Electronic Signature Formats for long term electronic signatures.org.bouncycastle.asn1.x509 Support classes useful for encoding and processing X.509 certificates. -
-
Uses of NoticeReference in org.bouncycastle.asn1.esf
Methods in org.bouncycastle.asn1.esf that return NoticeReference Modifier and Type Method Description NoticeReferenceSPUserNotice. getNoticeRef()Constructors in org.bouncycastle.asn1.esf with parameters of type NoticeReference Constructor Description SPUserNotice(NoticeReference noticeRef, DisplayText explicitText) -
Uses of NoticeReference in org.bouncycastle.asn1.x509
Methods in org.bouncycastle.asn1.x509 that return NoticeReference Modifier and Type Method Description static NoticeReferenceNoticeReference. getInstance(java.lang.Object as)NoticeReferenceUserNotice. getNoticeRef()Constructors in org.bouncycastle.asn1.x509 with parameters of type NoticeReference Constructor Description UserNotice(NoticeReference noticeRef, java.lang.String str)Creates a newUserNoticeinstance.UserNotice(NoticeReference noticeRef, DisplayText explicitText)Creates a newUserNoticeinstance.
-