- GENERIC_ERROR - Static variable in class com.yubico.yubikit.oath.OathApplication
-
- getApplicationInfo() - Method in class com.yubico.yubikit.oath.OathApplication
-
- getChallenge() - Method in class com.yubico.yubikit.oath.OathApplicationInfo
-
A challenge is returned if the authentication object is set.
- getCounter() - Method in class com.yubico.yubikit.oath.CredentialData
-
Initial counter (for HOTP) , default is 0
- getDeviceId() - Method in class com.yubico.yubikit.oath.OathApplicationInfo
-
- getDigits() - Method in class com.yubico.yubikit.oath.CredentialData
-
Number of digits that going to be used for code (value: 6,7 or 8)
- getHashAlgorithm() - Method in class com.yubico.yubikit.oath.CredentialData
-
- getId() - Method in class com.yubico.yubikit.oath.Credential
-
Gets id of credential that used as unique identifier
- getId() - Method in class com.yubico.yubikit.oath.CredentialData
-
Gets name of credential that used as unique identifier
- getIssuer() - Method in class com.yubico.yubikit.oath.Credential
-
Name of credential issuer (e.g.
- getIssuer() - Method in class com.yubico.yubikit.oath.CredentialData
-
Name of credential issuer (e.g.
- getName() - Method in class com.yubico.yubikit.oath.Credential
-
Name of the account (typically a username or email address)
- getName() - Method in class com.yubico.yubikit.oath.CredentialData
-
Get the name of the credential, typically a username.
- getOathType() - Method in class com.yubico.yubikit.oath.Credential
-
- getOathType() - Method in class com.yubico.yubikit.oath.CredentialData
-
- getPeriod() - Method in class com.yubico.yubikit.oath.Credential
-
Period in seconds for how long code is valid from its calculation/generation time
- getPeriod() - Method in class com.yubico.yubikit.oath.CredentialData
-
Period in seconds for how long code is valid from its calculation/generation time
- getSalt() - Method in class com.yubico.yubikit.oath.OathApplicationInfo
-
- getSecret() - Method in class com.yubico.yubikit.oath.CredentialData
-
Secret that is going to be hashed with hashAlgorithm
- getValidFrom() - Method in class com.yubico.yubikit.oath.Code
-
- getValidUntil() - Method in class com.yubico.yubikit.oath.Code
-
- getValue() - Method in class com.yubico.yubikit.oath.Code
-
- getVersion() - Method in class com.yubico.yubikit.oath.OathApplicationInfo
-