CustomerMasterKeySpec
public enum CustomerMasterKeySpec : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case rsa2048 = "RSA_2048" -
Undocumented
Declaration
Swift
case rsa3072 = "RSA_3072" -
Undocumented
Declaration
Swift
case rsa4096 = "RSA_4096" -
Undocumented
Declaration
Swift
case eccNistP256 = "ECC_NIST_P256" -
Undocumented
Declaration
Swift
case eccNistP384 = "ECC_NIST_P384" -
Undocumented
Declaration
Swift
case eccNistP521 = "ECC_NIST_P521" -
Undocumented
Declaration
Swift
case eccSecgP256K1 = "ECC_SECG_P256K1" -
Undocumented
Declaration
Swift
case symmetricDefault = "SYMMETRIC_DEFAULT" -
Declaration
Swift
public var description: String { get }
View on GitHub
CustomerMasterKeySpec Enumeration Reference