Searched refs:DeviceIdAttestationException (Results 1 – 9 of 9) sorted by relevance
28 public class DeviceIdAttestationException extends Exception { class35 public DeviceIdAttestationException(@Nullable String detailMessage) { in DeviceIdAttestationException() method in DeviceIdAttestationException46 public DeviceIdAttestationException(@Nullable String message, @Nullable Throwable cause) { in DeviceIdAttestationException() method in DeviceIdAttestationException
139 DeviceIdAttestationException { in attestDeviceIds()180 if (e.getCause() instanceof DeviceIdAttestationException) { in attestDeviceIds()181 throw (DeviceIdAttestationException) e.getCause(); in attestDeviceIds()189 throw new DeviceIdAttestationException("Unable to perform attestation", e); in attestDeviceIds()
38 import android.security.keystore.DeviceIdAttestationException;671 | DeviceIdAttestationException | InvalidAlgorithmParameterException e) { in generateKeyPair()689 throws ProviderException, IllegalArgumentException, DeviceIdAttestationException { in addAttestationParameters()750 throw new DeviceIdAttestationException("Unable to access telephony service"); in addAttestationParameters()764 throw new DeviceIdAttestationException("Unable to retrieve IMEI"); in addAttestationParameters()782 throw new DeviceIdAttestationException("Unable to retrieve MEID"); in addAttestationParameters()803 throws DeviceIdAttestationException, IllegalArgumentException, in constructKeyGenerationArguments()
11804 …xt, @NonNull int[], @NonNull byte[]) throws android.security.keystore.DeviceIdAttestationException;11811 public class DeviceIdAttestationException extends java.lang.Exception {11812 ctor public DeviceIdAttestationException(@Nullable String);11813 ctor public DeviceIdAttestationException(@Nullable String, @Nullable Throwable);
6662 android.security.keystore.DeviceIdAttestationException
29452 Landroid/security/keystore/DeviceIdAttestationException;
6666 android.security.keystore.DeviceIdAttestationException
39559 Landroid/security/keystore/DeviceIdAttestationException;
48050 Landroid/security/keystore/DeviceIdAttestationException;-><init>(Ljava/lang/String;)V48051 Landroid/security/keystore/DeviceIdAttestationException;-><init>(Ljava/lang/String;Ljava/lang/Throw…