Uses of Class
org.bouncycastle.asn1.x509.NoticeReference
-
Packages that use NoticeReference Package Description org.bouncycastle.asn1.esf org.bouncycastle.asn1.x509 -
-
Uses of NoticeReference in org.bouncycastle.asn1.esf
Methods in org.bouncycastle.asn1.esf that return NoticeReference Modifier and Type Method Description NoticeReference
SPUserNotice. 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 NoticeReference
NoticeReference. getInstance(Object as)
NoticeReference
UserNotice. getNoticeRef()
Constructors in org.bouncycastle.asn1.x509 with parameters of type NoticeReference Constructor Description UserNotice(NoticeReference noticeRef, String str)
Creates a newUserNotice
instance.UserNotice(NoticeReference noticeRef, DisplayText explicitText)
Creates a newUserNotice
instance.
-