botan v1.12.12 (2020-01-26T16:00:04Z)
Dub
Repo
PolicyInformationImpl
botan
cert
x509
x509_ext
Undocumented in source.
final
static if
(
BOTAN_HAS_X509_CERTIFICATES
)
class
PolicyInformationImpl :
ASN1Object
{
OID
oid
;
this
();
this
(OID oid_);
void
encodeInto
(DEREncoder codec);
void
decodeFrom
(BERDecoder codec);
}
Constructors
this
this
()
Undocumented in source.
this
this
(OID oid_)
Undocumented in source.
Members
Functions
decodeFrom
void
decodeFrom
(BERDecoder codec)
Undocumented in source. Be warned that the author may not have intended to support it.
encodeInto
void
encodeInto
(DEREncoder codec)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
oid
OID
oid
;
Undocumented in source.
Inherited Members
From ASN1Object
encodeInto
void
encodeInto
(DEREncoder to)
Encode whatever this object is into to
decodeFrom
void
decodeFrom
(BERDecoder from)
Decode whatever this object is from from
Meta
Source
See Implementation
botan
cert
x509
x509_ext
aliases
PolicyInformation
X509Extensions
classes
AlternativeNameExt
AuthorityInformationAccess
AuthorityKeyID
BasicConstraints
CRLDistributionPoints
CRLNumber
CRLReasonCode
CertificatePolicies
ExtendedKeyUsage
IssuerAlternativeName
KeyUsage
PolicyInformationImpl
SubjectAlternativeName
SubjectKeyID
X509ExtensionsImpl
interfaces
CertificateExtension
static variables
NO_CERT_PATH_LIMIT