Static Propertyswift-certificates 1.8.0X509
invalidSignatureForCertificate
The signature was not valid for the provided Certificate
.
static let invalidSignatureForCertificate: CertificateError.ErrorCode
The signature was not valid for the provided Certificate
.
static let invalidSignatureForCertificate: CertificateError.ErrorCode
s4X50916CertificateErrorV0C4CodeV019invalidSignatureForB0AEvpZ
What are these?6V8NS
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.
struct Certificate
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 incorrectOIDForAttribute: CertificateError.ErrorCode
An attribute has the wrong OID.
static let incorrectOIDForExtension: CertificateError.ErrorCode
An extension has the wrong OID.
static let invalidCSRAttribute: CertificateError.ErrorCode
A CSR attribute is invalid.
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 }