|
Bouncy Castle Cryptography 1.50 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.x509.NoticeReference
public class NoticeReference
NoticeReference class, used in
CertificatePolicies X509 V3 extensions
(in policy qualifiers).
NoticeReference ::= SEQUENCE {
organization DisplayText,
noticeNumbers SEQUENCE OF INTEGER }
PolicyQualifierInfo,
PolicyInformation| Constructor Summary | |
|---|---|
NoticeReference(DisplayText organization,
ASN1EncodableVector noticeNumbers)
Creates a new NoticeReference instance. |
|
NoticeReference(java.lang.String organization,
ASN1EncodableVector noticeNumbers)
Creates a new NoticeReference instance. |
|
NoticeReference(java.lang.String organization,
java.util.Vector numbers)
Creates a new NoticeReference instance. |
|
| Method Summary | |
|---|---|
static NoticeReference |
getInstance(java.lang.Object as)
|
ASN1Integer[] |
getNoticeNumbers()
|
DisplayText |
getOrganization()
|
ASN1Primitive |
toASN1Primitive()
Describe toASN1Object method here. |
| Methods inherited from class org.bouncycastle.asn1.ASN1Object |
|---|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NoticeReference(java.lang.String organization,
java.util.Vector numbers)
NoticeReference instance.
organization - a String valuenumbers - a Vector value
public NoticeReference(java.lang.String organization,
ASN1EncodableVector noticeNumbers)
NoticeReference instance.
organization - a String valuenoticeNumbers - an ASN1EncodableVector value
public NoticeReference(DisplayText organization,
ASN1EncodableVector noticeNumbers)
NoticeReference instance.
organization - displayTextnoticeNumbers - an ASN1EncodableVector value| Method Detail |
|---|
public static NoticeReference getInstance(java.lang.Object as)
public DisplayText getOrganization()
public ASN1Integer[] getNoticeNumbers()
public ASN1Primitive toASN1Primitive()
toASN1Object method here.
toASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1ObjectASN1Primitive value
|
Bouncy Castle Cryptography 1.50 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||