public class PolicyInformation extends ASN1Object
Constructor and Description |
---|
PolicyInformation(ASN1ObjectIdentifier policyIdentifier) |
PolicyInformation(ASN1ObjectIdentifier policyIdentifier,
ASN1Sequence policyQualifiers) |
Modifier and Type | Method and Description |
---|---|
static PolicyInformation |
getInstance(java.lang.Object obj) |
ASN1ObjectIdentifier |
getPolicyIdentifier() |
ASN1Sequence |
getPolicyQualifiers() |
ASN1Primitive |
toASN1Primitive() |
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
public PolicyInformation(ASN1ObjectIdentifier policyIdentifier)
public PolicyInformation(ASN1ObjectIdentifier policyIdentifier, ASN1Sequence policyQualifiers)
public static PolicyInformation getInstance(java.lang.Object obj)
public ASN1ObjectIdentifier getPolicyIdentifier()
public ASN1Sequence getPolicyQualifiers()
public ASN1Primitive toASN1Primitive()
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object