public class PolicyInformation extends ASN1Encodable
| Modifier and Type | Field and Description |
|---|---|
private DERObjectIdentifier |
policyIdentifier |
private ASN1Sequence |
policyQualifiers |
BER, DER| Constructor and Description |
|---|
PolicyInformation(ASN1Sequence seq) |
PolicyInformation(DERObjectIdentifier policyIdentifier) |
PolicyInformation(DERObjectIdentifier policyIdentifier,
ASN1Sequence policyQualifiers) |
| Modifier and Type | Method and Description |
|---|---|
static PolicyInformation |
getInstance(java.lang.Object obj) |
DERObjectIdentifier |
getPolicyIdentifier() |
ASN1Sequence |
getPolicyQualifiers() |
DERObject |
toASN1Object() |
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCodeprivate DERObjectIdentifier policyIdentifier
private ASN1Sequence policyQualifiers
public PolicyInformation(ASN1Sequence seq)
public PolicyInformation(DERObjectIdentifier policyIdentifier)
public PolicyInformation(DERObjectIdentifier policyIdentifier, ASN1Sequence policyQualifiers)
public static PolicyInformation getInstance(java.lang.Object obj)
public DERObjectIdentifier getPolicyIdentifier()
public ASN1Sequence getPolicyQualifiers()
public DERObject toASN1Object()
toASN1Object in class ASN1EncodableCopyright © 1998-2014 Gamma Technologies. All Rights Reserved.