CertificateInfo
public struct CertificateInfo
Holds the information the signature can be validated with.
-
Certificate raw data
Declaration
Swift
public let certificate: x509Certificate
-
Signature algorithm the signature is derived with
Declaration
Swift
public let signatureAlgorithm: SignatureAlgorithm
-
Initialize a CertificateInfo with the signature raw data and the used signature algorithm.
Declaration
Swift
public init(certificate: x509Certificate, signatureAlgorithm: SignatureAlgorithm)