Static Propertyswift-certificates 1.8.0X509
incorrectOIDForAttribute
An attribute has the wrong OID.
static let incorrectOIDForAttribute: CertificateError.ErrorCode
An attribute has the wrong OID.
static let incorrectOIDForAttribute: CertificateError.ErrorCode
s4X50916CertificateErrorV0C4CodeV24incorrectOIDForAttributeAEvpZ
What are these?9G5J9
import X509
A library for working with X.509 certificates.
struct ErrorCode
Represents the kind of an error.
struct CertificateError
Represents an error that may be thrown from the Certificate
module.
static let duplicateOID: CertificateError.ErrorCode
An OID is present twice.
static let failedToLoadSystemTrustStore: CertificateError.ErrorCode
The system trust store could not be located or failed to load from disk.
static let incorrectOIDForExtension: CertificateError.ErrorCode
An extension has the wrong OID.
static let invalidCSRAttribute: CertificateError.ErrorCode
A CSR attribute is invalid.
static let invalidSignatureForCertificate: CertificateError.ErrorCode
The signature was not valid for the provided Certificate
.
static let unsupportedDigestAlgorithm: CertificateError.ErrorCode
The digest algorithm isn’t supported.
static let unsupportedPrivateKey: CertificateError.ErrorCode
The private key isn’t supported.
static let unsupportedPublicKeyAlgorithm: CertificateError.ErrorCode
The public key algorithm used in a Certificate
is not supported by this library.
static let unsupportedSignatureAlgorithm: CertificateError.ErrorCode
The signature algorithm used in a Certificate
is not supported by this library.
var description: String { get }