-
The binary data of the displayed signature.
Declaration
Swift
private(set) var displayedSignatureData: [UInt8]? { get } -
The displayed signature image generated from the binary data.
Declaration
Swift
internal var displayedSignatureImage: UIImage? { get } -
Initializes a
DataGroup7instance with ASN.1 encoded data and a data group identifier.Throws
An error if decoding of the data group fails.
Declaration
Swift
internal required init(_ data: ASN1Node, identifier: DGTag) throwsParameters
dataThe ASN.1 encoded data for the data group.
identifierThe identifier of the data group.
-
Decodes the ASN.1 encoded data, extracting and storing the binary displayed signature data.
Throws
An error if decoding of the displayed signature data fails.
Declaration
Swift
override internal func decode(_ data: ASN1Node) throwsParameters
dataThe ASN.1 encoded data for the data group.
View on GitHub
DataGroup7 Class Reference