PSOAlgorithm
public enum PSOAlgorithm
Cryptobox command algorithm identifier - gemSpec_COS#16.1 Identifier Table 268
-
aes 4sm session key
Declaration
Swift
case aesSessionKey4SM -
des session key
Declaration
Swift
case desSessionKey4SM -
aes 4tc session key
Declaration
Swift
case aesSessionKey4TC -
des 4tc session key
Declaration
Swift
case desSessionKey4TC -
elc async admin
Declaration
Swift
case elcAsyncAdmin -
elc role auth
Declaration
Swift
case elcRoleAuthentication -
elc async check
Declaration
Swift
case elcRoleCheck -
elc 4sm session key
Declaration
Swift
case elcSessionKey4SM -
elc 4tc session key
Declaration
Swift
case elcSessionKey4TC -
rsa client auth
Declaration
Swift
case rsaClientAuthentication -
rsa role auth - cvc
Declaration
Swift
case rsaRoleAuthenticationOptionCVC -
rsa role check
Declaration
Swift
case rsaRoleCheckOptionCVC -
rsa session key 4sm DES
Declaration
Swift
case rsaSessionKey4SMOptionDES -
rsa session key 4tc DES
Declaration
Swift
case rsaSessionKey4TCOptionDES -
Table 269 aes session key
Declaration
Swift
case aesSessionKey -
des session key
Declaration
Swift
case desSessionKey -
rsa decipher OAEP
Declaration
Swift
case rsaDecipherOAEP -
rsa decipher PKCS1v15
Declaration
Swift
case rsaDecipherPKCS1v15 -
rsa encipher OAEP
Declaration
Swift
case rsaEncipherOAEP -
rsa encipher PKCS1v15
Declaration
Swift
case rsaEncipherPKCS1v15 -
elc shared secret calculation
Declaration
Swift
case elcSharedSecretCalculation -
Table 270 sign9796v2DS2
Declaration
Swift
case sign9796v2DS2 -
signPKCS1v15
Declaration
Swift
case signPKCS1v15 -
signPSS
Declaration
Swift
case signPSS -
signECDSA
Declaration
Swift
case signECDSA -
Algorithm identifier byte
Declaration
Swift
public var identifier: UInt8 { get } -
Algorithm name
Declaration
Swift
public var name: String? { get }