public class OTPCredentialData extends Object
Constructor and Description |
---|
OTPCredentialData(String subType,
int digits,
int counter,
int period,
String algorithm,
String secretEncoding) |
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithm() |
int |
getCounter() |
int |
getDigits() |
int |
getPeriod() |
String |
getSecretEncoding() |
String |
getSubType() |
void |
setCounter(int counter) |
Copyright © 2025 JBoss by Red Hat. All rights reserved.