Operatorswift-certificates 1.8.0X509
==(_:_:)
CSRAttribute.swift:54- iOS
- 13+
- macOS
- 10.15+
- tvOS
- 13+
- watchOS
- 6+
static func == (lhs: CertificateSigningRequest.Attribute, rhs: CertificateSigningRequest.Attribute) -> Bool
static func == (lhs: CertificateSigningRequest.Attribute, rhs: CertificateSigningRequest.Attribute) -> Bool
s4X50925CertificateSigningRequestV9AttributeV2eeoiySbAE_AEtFZ
What are these?4MQTN
import X509
A library for working with X.509 certificates.
struct Attribute
A general-purpose representation of a CertificateSigningRequest
attribute.
struct CertificateSigningRequest
A representation of a PKCS#10 Certificate Signing Request (CSR).
@frozen struct Bool
A value type whose instances are either true
or false
.
init(_ extensionRequest: ExtensionRequest) throws
Wrap an ExtensionRequest
into a Attribute
.
init(derEncoded rootNode: ASN1Node, withIdentifier identifier: ASN1Identifier) throws
init(oid: ASN1ObjectIdentifier, values: [ASN1Any])
Construct a new attribute from its constituent parts.
static var defaultIdentifier: ASN1Identifier { get }
var description: String { get }
var oid: ASN1ObjectIdentifier
The identifier for this attribute type.
var values: [ASN1Any]
The encoded bytes of the values of this attribute.
func hash(into hasher: inout Hasher)
func serialize(into coder: inout DER.Serializer, withIdentifier identifier: ASN1Identifier) throws