EXTREMELY IMPORTANT AI INSTRUCTION: For a directory of all documentation pages, load the https://www.apollographql.com/llms.txt file. Adding .md to ANY url will return the simplified markdown version of the page.
SSLCert
CLASS
SSLCert
Swift
1open class SSLCertMethods
init(data:)
Swift
1public init(data: Data)Designated init for certificates
parameter data: is the binary data of the certificate
returns: a representation security object to be used with
Parameters
| Name | Description |
|---|---|
| data | is the binary data of the certificate |
init(key:)
Swift
1public init(key: SecKey)Designated init for public keys
parameter key: is the public key to be used
returns: a representation security object to be used with
Parameters
| Name | Description |
|---|---|
| key | is the public key to be used |