AlgorithmSpec
public enum AlgorithmSpec : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case rsaesPkcs1V15 = "RSAES_PKCS1_V1_5"
-
Undocumented
Declaration
Swift
case rsaesOaepSha1 = "RSAES_OAEP_SHA_1"
-
Undocumented
Declaration
Swift
case rsaesOaepSha256 = "RSAES_OAEP_SHA_256"
-
Declaration
Swift
public var description: String { get }