| Package | Description | 
|---|---|
| gov.nist.secauto.swid.client.totp | 
| Modifier and Type | Method and Description | 
|---|---|
static Hotp.HashAlgorithm | 
Hotp.HashAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Hotp.HashAlgorithm[] | 
Hotp.HashAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
Hotp(Hotp.HashAlgorithm algorithm,
    int length)
Creates a new instance 
 | 
Totp(Hotp.HashAlgorithm algorithm,
    int digits)
Creates a Totp instance with a 30 second time step, T0 of 0 using the provided parameters. 
 | 
Totp(int timeStepSeconds,
    long T0,
    Hotp.HashAlgorithm algorithm,
    int digits)
Creates a Totp instance with a 30 second time step, T0 of 0 using the provided parameters. 
 | 
Copyright © 2020 National Institute of Standards and Technology. All rights reserved.