Package org.bouncycastle.asn1.x509
Class PolicyInformation
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.x509.PolicyInformation
- All Implemented Interfaces:
ASN1Encodable
public class PolicyInformation extends ASN1Object
-
Constructor Summary
Constructors Constructor Description PolicyInformation(ASN1ObjectIdentifier policyIdentifier)PolicyInformation(ASN1ObjectIdentifier policyIdentifier, ASN1Sequence policyQualifiers) -
Method Summary
Modifier and Type Method Description static PolicyInformationgetInstance(Object obj)ASN1ObjectIdentifiergetPolicyIdentifier()ASN1SequencegetPolicyQualifiers()ASN1PrimitivetoASN1Primitive()Methods inherited from class org.bouncycastle.asn1.ASN1Object
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
-
Constructor Details
-
PolicyInformation
-
PolicyInformation
-
-
Method Details
-
getInstance
-
getPolicyIdentifier
-
getPolicyQualifiers
-
toASN1Primitive
- Specified by:
toASN1Primitivein interfaceASN1Encodable- Specified by:
toASN1Primitivein classASN1Object
-