Skip to content
leeway edited this page Nov 19, 2021 · 1 revision

SSLCert

!((os(Linux)))
open class SSLCert 

Initializers

init(data:)

!((os(Linux)))

Designated init for certificates

public init(data: Data) 

Parameters

  • data: is the binary data of the certificate

Returns

a representation security object to be used with

init(key:)

!((os(Linux)))

Designated init for public keys

public init(key: SecKey) 

Parameters

  • key: is the public key to be used

Returns

a representation security object to be used with

Types
Protocols
Global Variables
Clone this wiki locally