| Package | Description |
|---|---|
| org.unitedid.yhsm.internal |
| Modifier and Type | Method and Description |
|---|---|
static String |
OATH.HOTP(YubiHSM hsm,
int keyHandle,
String nonce,
String aead,
int counter,
String otp)
Validate OTP by a token whose seed is available to the YubiHSM through an AEAD.
|
static int |
OATH.validateHOTP(YubiHSM hsm,
int keyHandle,
String nonce,
String aead,
int counter,
String otp,
int lookAhead)
Validate OATH-HOTP OTP by a token whose seed is available to the YubiHSM through an AEAD.
|
static boolean |
OATH.validateTOTP(YubiHSM hsm,
int keyHandle,
String nonce,
String aead,
String otp,
int period,
int drift,
int backwardDrift,
int forwardDrift)
Validate OATH-TOTP OTP by a token whose seed is available to the YubiHSM through an AEAD.
|
Copyright © 2011-2016 United ID. All Rights Reserved.