Package org.bouncycastle.asn1.x509
Class NoticeReference
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.x509.NoticeReference
- All Implemented Interfaces:
ASN1Encodable,Encodable
NoticeReference class, used in
CertificatePolicies X509 V3 extensions
(in policy qualifiers).
NoticeReference ::= SEQUENCE {
organization DisplayText,
noticeNumbers SEQUENCE OF INTEGER }
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNoticeReference(String organization, Vector numbers) Creates a newNoticeReferenceinstance.NoticeReference(String organization, ASN1EncodableVector noticeNumbers) Creates a newNoticeReferenceinstance.NoticeReference(DisplayText organization, ASN1EncodableVector noticeNumbers) Creates a newNoticeReferenceinstance. -
Method Summary
Modifier and TypeMethodDescriptionstatic NoticeReferencegetInstance(Object as) DescribetoASN1Objectmethod here.Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
NoticeReference
Creates a newNoticeReferenceinstance.- Parameters:
organization- aStringvaluenumbers- aVectorvalue
-
NoticeReference
Creates a newNoticeReferenceinstance.- Parameters:
organization- aStringvaluenoticeNumbers- anASN1EncodableVectorvalue
-
NoticeReference
Creates a newNoticeReferenceinstance.- Parameters:
organization- displayTextnoticeNumbers- anASN1EncodableVectorvalue
-
-
Method Details
-
getInstance
-
getOrganization
-
getNoticeNumbers
-
toASN1Primitive
DescribetoASN1Objectmethod here.- Specified by:
toASN1Primitivein interfaceASN1Encodable- Specified by:
toASN1Primitivein classASN1Object- Returns:
- a
ASN1Primitivevalue
-