botan v1.12.12 (2020-01-26T16:00:04Z)
Dub
Repo
CertificateExtension
botan
cert
x509
x509_ext
X.509 Certificate Extension
static if
(
BOTAN_HAS_X509_CERTIFICATES
)
interface
CertificateExtension {
OID
oidOf
();
CertificateExtension
copy
();
void
contentsTo
(DataStore subject, DataStore issuer);
string
oidName
();
bool
shouldEncode
();
Vector
!
ubyte
encodeInner
();
void
decodeInner
(Vector!ubyte );
}
Members
Functions
contentsTo
void
contentsTo
(DataStore subject, DataStore issuer)
Undocumented in source.
copy
CertificateExtension
copy
()
Make a copy of this extension
decodeInner
void
decodeInner
(Vector!ubyte )
Undocumented in source.
encodeInner
Vector
!
ubyte
encodeInner
()
Undocumented in source.
oidName
string
oidName
()
Undocumented in source.
oidOf
OID
oidOf
()
shouldEncode
bool
shouldEncode
()
Undocumented in source.
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
X.509 Certificate Extension