Class ApduResponse
java.lang.Object
com.yubico.yubikit.core.smartcard.ApduResponse
public class ApduResponse
extends java.lang.Object
An APDU response from a YubiKey, comprising response data, and a status code.
-
Constructor Summary
Constructors Constructor Description ApduResponse(byte[] bytes)
Creates a new response from a key -
Method Summary
-
Constructor Details
-
ApduResponse
public ApduResponse(byte[] bytes)Creates a new response from a key- Parameters:
bytes
- data received from key within session/service provider
-
-
Method Details