All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.yubico.u2f.exceptions.InvalidDeviceCounterException Maven / Gradle / Ivy

There is a newer version: 0.19.12
Show newest version
package com.yubico.u2f.exceptions;

import com.yubico.u2f.data.DeviceRegistration;

public class InvalidDeviceCounterException extends DeviceCompromisedException {
    public InvalidDeviceCounterException(DeviceRegistration registration) {
        super(registration, "The device's internal counter was was smaller than expected." +
                "It's possible that the device has been cloned!");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy