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