Uses of Class
de.adorsys.psd2.xs2a.core.sca.OtpFormat
-
Packages that use OtpFormat Package Description de.adorsys.psd2.xs2a.core.sca -
-
Uses of OtpFormat in de.adorsys.psd2.xs2a.core.sca
Methods in de.adorsys.psd2.xs2a.core.sca that return OtpFormat Modifier and Type Method Description OtpFormatChallengeData. getOtpFormat()static OtpFormatOtpFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static OtpFormat[]OtpFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.adorsys.psd2.xs2a.core.sca that return types with arguments of type OtpFormat Modifier and Type Method Description static Optional<OtpFormat>OtpFormat. getByValue(String name)Methods in de.adorsys.psd2.xs2a.core.sca with parameters of type OtpFormat Modifier and Type Method Description voidChallengeData. setOtpFormat(OtpFormat otpFormat)Constructors in de.adorsys.psd2.xs2a.core.sca with parameters of type OtpFormat Constructor Description ChallengeData(byte[] image, List<String> data, String imageLink, Integer otpMaxLength, OtpFormat otpFormat, String additionalInformation)
-