Static Propertyswift-certificates 1.8.0X509
ecdsaWithSHA512
This value represents an ECDSA signature using SHA512 and P521.
- iOS
- 13+
- macOS
- 10.15+
- tvOS
- 13+
- watchOS
- 6+
static let ecdsaWithSHA512: Certificate.SignatureAlgorithm
This value represents an ECDSA signature using SHA512 and P521.
static let ecdsaWithSHA512: Certificate.SignatureAlgorithm
s4X50911CertificateV18SignatureAlgorithmV15ecdsaWithSHA512AEvpZ
What are these?9KUGB
import X509
A library for working with X.509 certificates.
struct SignatureAlgorithm
A representation of a kind of signature algorithm.
struct Certificate
static let ecdsaWithSHA256: Certificate.SignatureAlgorithm
This value represents an ECDSA signature using SHA256 and P256.
static let ecdsaWithSHA384: Certificate.SignatureAlgorithm
This value represents an ECDSA signature using SHA384 and P384.
static let ed25519: Certificate.SignatureAlgorithm
This value represents an EdDSA signature using Curve25519.
static let sha1WithRSAEncryption: Certificate.SignatureAlgorithm
This value represents an RSA signature with PKCS1v1.5 padding and SHA1 as the hash function.
static let sha256WithRSAEncryption: Certificate.SignatureAlgorithm
This value represents an RSA signature with PKCS1v1.5 padding and SHA256 as the hash function.
static let sha384WithRSAEncryption: Certificate.SignatureAlgorithm
This value represents an RSA signature with PKCS1v1.5 padding and SHA384 as the hash function.
static let sha512WithRSAEncryption: Certificate.SignatureAlgorithm
This value represents an RSA signature with PKCS1v1.5 padding and SHA512 as the hash function.
var description: String { get }