public final class OneTimePasswordAlgorithmSpec extends Object implements AlgorithmParameterSpec, Serializable
Constructor and Description |
---|
OneTimePasswordAlgorithmSpec(String algorithm,
String seed,
int sequenceNumber)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
String |
getAlgorithm()
Gets the OTP hash algorithm in "otp-
|
String |
getSeed()
Gets the seed.
|
int |
getSequenceNumber()
Gets the sequence number.
|
int |
hashCode() |
Copyright © 2020 JBoss by Red Hat. All rights reserved.