Uses of Class
org.gudy.bouncycastle.asn1.x509.NoticeReference
-
Packages that use NoticeReference Package Description org.gudy.bouncycastle.asn1.x509 Support classes useful for encoding and processing X.509 certificates. -
-
Uses of NoticeReference in org.gudy.bouncycastle.asn1.x509
Fields in org.gudy.bouncycastle.asn1.x509 declared as NoticeReference Modifier and Type Field Description private NoticeReference
UserNotice. noticeRef
Methods in org.gudy.bouncycastle.asn1.x509 that return NoticeReference Modifier and Type Method Description static NoticeReference
NoticeReference. getInstance(java.lang.Object as)
NoticeReference
UserNotice. getNoticeRef()
Constructors in org.gudy.bouncycastle.asn1.x509 with parameters of type NoticeReference Constructor Description UserNotice(NoticeReference noticeRef, java.lang.String str)
Creates a newUserNotice
instance.UserNotice(NoticeReference noticeRef, DisplayText explicitText)
Creates a newUserNotice
instance.
-