Uses of Class
app.cybrid.cybrid_api_bank.client.model.VerificationKeyBankModel.AlgorithmEnum
-
Packages that use VerificationKeyBankModel.AlgorithmEnum Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of VerificationKeyBankModel.AlgorithmEnum in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return VerificationKeyBankModel.AlgorithmEnum Modifier and Type Method Description static VerificationKeyBankModel.AlgorithmEnumVerificationKeyBankModel.AlgorithmEnum. fromValue(String value)VerificationKeyBankModel.AlgorithmEnumVerificationKeyBankModel. getAlgorithm()The verification key's algorithm.static VerificationKeyBankModel.AlgorithmEnumVerificationKeyBankModel.AlgorithmEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static VerificationKeyBankModel.AlgorithmEnum[]VerificationKeyBankModel.AlgorithmEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in app.cybrid.cybrid_api_bank.client.model with parameters of type VerificationKeyBankModel.AlgorithmEnum Modifier and Type Method Description VerificationKeyBankModelVerificationKeyBankModel. algorithm(VerificationKeyBankModel.AlgorithmEnum algorithm)voidVerificationKeyBankModel. setAlgorithm(VerificationKeyBankModel.AlgorithmEnum algorithm)
-