| Package | Description |
|---|---|
| de.adorsys.psd2.xs2a.core.sca |
| Modifier and Type | Method and Description |
|---|---|
OtpFormat |
ChallengeData.getOtpFormat() |
static OtpFormat |
OtpFormat.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<OtpFormat> |
OtpFormat.getByValue(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChallengeData.setOtpFormat(OtpFormat otpFormat) |
| Constructor and Description |
|---|
ChallengeData(byte[] image,
List<String> data,
String imageLink,
Integer otpMaxLength,
OtpFormat otpFormat,
String additionalInformation) |
Copyright © 2020. All rights reserved.