Package org.gudy.bouncycastle.asn1.x509
Class PolicyInformation
java.lang.Object
org.gudy.bouncycastle.asn1.ASN1Encodable
org.gudy.bouncycastle.asn1.x509.PolicyInformation
- All Implemented Interfaces:
DEREncodable
-
Field Summary
FieldsFields inherited from class org.gudy.bouncycastle.asn1.ASN1Encodable
BER, DER
-
Constructor Summary
ConstructorsConstructorDescriptionPolicyInformation
(DERObjectIdentifier policyIdentifier) PolicyInformation
(DERObjectIdentifier policyIdentifier, ASN1Sequence policyQualifiers) -
Method Summary
Methods inherited from class org.gudy.bouncycastle.asn1.ASN1Encodable
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
-
Field Details
-
policyIdentifier
-
policyQualifiers
-
-
Constructor Details
-
PolicyInformation
-
PolicyInformation
-
PolicyInformation
-
-
Method Details
-
getInstance
-
getPolicyIdentifier
-
getPolicyQualifiers
-
toASN1Object
- Specified by:
toASN1Object
in classASN1Encodable
-