MrSigner
public struct MrSigner
extension Attestation.MrSigner: CustomStringConvertible
-
Declaration
Swift
public static func make( mrSigner: Data, productId: UInt16, minimumSecurityVersion: UInt16, allowedConfigAdvisories: [String] = [], allowedHardeningAdvisories: [String] = [] ) -> Result<MrSigner, InvalidInputError>Return Value
InvalidInputErrorwhenmrSigneris not 32 bytes in length. -
Declaration
Swift
public var description: String { get }
View on GitHub
MrSigner Structure Reference