ECSignature
public class ECSignature
ECSignature instances contain an ECDSA signature which consists of two byte arrays named r and s
-
Creates a signature from its ASN1 representation
Throws
An exception if the ASN1 structure is wrongDeclaration
Swift
public convenience init(asn1: ASN1, domain: Domain) throwsParameters
asn1The ASN1 representation of the signature
domainThe domain of the signature
-
The ASN1 encoding of the signature
Declaration
Swift
public var asn1: ASN1 { get } -
Textual description of self
Declaration
Swift
public var description: String { get }
ECSignature Class Reference