Home
last modified time | relevance | path

Searched refs:DeviceIdAttestationException (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/keystore/java/android/security/keystore/
H A DDeviceIdAttestationException.java28 public class DeviceIdAttestationException extends Exception { class
35 public DeviceIdAttestationException(@Nullable String detailMessage) { in DeviceIdAttestationException() method in DeviceIdAttestationException
46 public DeviceIdAttestationException(@Nullable String message, @Nullable Throwable cause) { in DeviceIdAttestationException() method in DeviceIdAttestationException
H A DAttestationUtils.java139 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()
/aosp14/frameworks/base/keystore/java/android/security/keystore2/
H A DAndroidKeyStoreKeyPairGeneratorSpi.java38 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()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt11804 …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);
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes6662 android.security.keystore.DeviceIdAttestationException
H A Dboot-image-profile.txt29452 Landroid/security/keystore/DeviceIdAttestationException;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes6666 android.security.keystore.DeviceIdAttestationException
H A Dboot-image-profile.txt39559 Landroid/security/keystore/DeviceIdAttestationException;
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt48050 Landroid/security/keystore/DeviceIdAttestationException;-><init>(Ljava/lang/String;)V
48051 Landroid/security/keystore/DeviceIdAttestationException;-><init>(Ljava/lang/String;Ljava/lang/Throw…