The class encapsulates the ASN.1 DER encoding/decoding work
with PolicyInformation structure which is a subpart of certificatePolicies
(as specified in RFC 3280 -
Internet X.509 Public Key Infrastructure.
Certificate and Certificate Revocation List (CRL) Profile.
http://www.ietf.org/rfc/rfc3280.txt):
PolicyInformation ::= SEQUENCE {
policyIdentifier CertPolicyId,
policyQualifiers SEQUENCE SIZE (1..MAX) OF
PolicyQualifierInfo OPTIONAL
}
TODO: This class is not fully implemented, implemented only work
with OIDs. |