KeyUsageName
public enum KeyUsageName : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case digitalSignature = "DIGITAL_SIGNATURE"
-
Undocumented
Declaration
Swift
case nonRepudiation = "NON_REPUDIATION"
-
Undocumented
Declaration
Swift
case keyEncipherment = "KEY_ENCIPHERMENT"
-
Undocumented
Declaration
Swift
case dataEncipherment = "DATA_ENCIPHERMENT"
-
Undocumented
Declaration
Swift
case keyAgreement = "KEY_AGREEMENT"
-
Undocumented
Declaration
Swift
case certificateSigning = "CERTIFICATE_SIGNING"
-
Undocumented
Declaration
Swift
case crlSigning = "CRL_SIGNING"
-
Undocumented
Declaration
Swift
case encipherOnly = "ENCIPHER_ONLY"
-
Undocumented
Declaration
Swift
case decipherOnly = "DECIPHER_ONLY"
-
Undocumented
Declaration
Swift
case any = "ANY"
-
Undocumented
Declaration
Swift
case custom = "CUSTOM"
-
Declaration
Swift
public var description: String { get }