- getClient(Integer) - Static method in class com.yubico.client.v2.YubicoClient
-
Instantiate a YubicoClient object.
- getClientId() - Method in class com.yubico.client.v2.YubicoClient
-
Get the ykval client identifier uset do identify the applicaiton.
- getH() - Method in class com.yubico.client.v2.impl.YubicoResponseImpl
-
- getH() - Method in interface com.yubico.client.v2.YubicoResponse
-
Signature of the response, with the same API key as the request.
- getKey() - Method in class com.yubico.client.v2.YubicoClient
-
Get the api key that is used for signing requests
- getKeyValueMap() - Method in class com.yubico.client.v2.impl.YubicoResponseImpl
-
- getKeyValueMap() - Method in interface com.yubico.client.v2.YubicoResponse
-
Returns all parameters from the response as a Map
- getNonce() - Method in class com.yubico.client.v2.impl.YubicoResponseImpl
-
- getNonce() - Method in interface com.yubico.client.v2.YubicoResponse
-
Echos back the nonce from the request.
- getOtp() - Method in class com.yubico.client.v2.impl.YubicoResponseImpl
-
- getOtp() - Method in interface com.yubico.client.v2.YubicoResponse
-
Echos back the OTP from the request, should match.
- getPublicId() - Method in class com.yubico.client.v2.impl.YubicoResponseImpl
-
- getPublicId(String) - Static method in class com.yubico.client.v2.YubicoClient
-
Extract the public ID of a Yubikey from an OTP it generated.
- getPublicId() - Method in interface com.yubico.client.v2.YubicoResponse
-
Returns the public id of the returned OTP
- getSessioncounter() - Method in class com.yubico.client.v2.impl.YubicoResponseImpl
-
- getSessioncounter() - Method in interface com.yubico.client.v2.YubicoResponse
-
Returns the non-volatile counter that is incremented on power-up.
- getSessionuse() - Method in class com.yubico.client.v2.impl.YubicoResponseImpl
-
- getSessionuse() - Method in interface com.yubico.client.v2.YubicoResponse
-
Returns the volatile counter that is incremented on each button-press,
starts at 0 after power-up.
- getSl() - Method in class com.yubico.client.v2.impl.YubicoResponseImpl
-
- getSl() - Method in interface com.yubico.client.v2.YubicoResponse
-
Returns the amount of sync the server achieved before sending the
response.
- getStatus() - Method in class com.yubico.client.v2.impl.YubicoResponseImpl
-
- getStatus() - Method in interface com.yubico.client.v2.YubicoResponse
-
Server response to the request.
- getSync() - Method in class com.yubico.client.v2.YubicoClient
-
Get the sync percentage required for a successful auth.
- getT() - Method in class com.yubico.client.v2.impl.YubicoResponseImpl
-
- getT() - Method in interface com.yubico.client.v2.YubicoResponse
-
UTC timestamp from the server when response was processed.
- getTimestamp() - Method in class com.yubico.client.v2.impl.YubicoResponseImpl
-
- getTimestamp() - Method in interface com.yubico.client.v2.YubicoResponse
-
Returns the internal timestamp from the YubiKey 8hz timer.
- getUserAgent() - Method in class com.yubico.client.v2.YubicoClient
-
Get the previously set user agent to be used for requests
- getWsapiUrls() - Method in class com.yubico.client.v2.YubicoClient
-
Get the list of URLs that will be used for validating OTPs.