SigningAlgorithm
public enum SigningAlgorithm : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case sha256withecdsa = "SHA256WITHECDSA"
-
Undocumented
Declaration
Swift
case sha384withecdsa = "SHA384WITHECDSA"
-
Undocumented
Declaration
Swift
case sha512withecdsa = "SHA512WITHECDSA"
-
Undocumented
Declaration
Swift
case sha256withrsa = "SHA256WITHRSA"
-
Undocumented
Declaration
Swift
case sha384withrsa = "SHA384WITHRSA"
-
Undocumented
Declaration
Swift
case sha512withrsa = "SHA512WITHRSA"
-
Declaration
Swift
public var description: String { get }