xref: /aosp_15_r20/prebuilts/sdk/current/system-server/service-rkp.jar (revision 344a7f5ef16c479e7a7f54ee6567a9d112f9e72b)

META-INF/
META-INF/MANIFEST.MF
android/
android/security/
android/security/rkp/
android/security/rkp/service/
android/security/rkp/service/RegistrationProxy.class
RegistrationProxy.java package android.security.rkp.service public android.security.rkp.service.RegistrationProxy extends java.lang.Object { void <init> () public static void createAsync (android.content.Context, int, java.lang.String, java.time.Duration, java.util.concurrent.Executor, android.os.OutcomeReceiver) android.content.Context context int callerUid String irpcName java.time.Duration bindTimeout java.util.concurrent.Executor executor android.os.OutcomeReceiver receiver public void getKeyAsync (int, android.os.CancellationSignal, java.util.concurrent.Executor, android.os.OutcomeReceiver) int keyId android.os.CancellationSignal cancellationSignal java.util.concurrent.Executor executor android.os.OutcomeReceiver receiver public void storeUpgradedKeyAsync (byte[], byte[], java.util.concurrent.Executor, android.os.OutcomeReceiver) byte[] oldKeyBlob byte[] newKeyBlob java.util.concurrent.Executor executor android.os.OutcomeReceiver receiver }
android/security/rkp/service/RemotelyProvisionedKey.class
RemotelyProvisionedKey.java package android.security.rkp.service public android.security.rkp.service.RemotelyProvisionedKey extends java.lang.Object { void <init> () public byte[] getEncodedCertChain () public byte[] getKeyBlob () }
android/security/rkp/service/RkpProxyException.class
RkpProxyException.java package android.security.rkp.service public final android.security.rkp.service.RkpProxyException extends java.lang.Exception { public static final int ERROR_PENDING_INTERNET_CONNECTIVITY public static final int ERROR_PERMANENT public static final int ERROR_REQUIRES_SECURITY_PATCH public static final int ERROR_UNKNOWN public void <init> (int, java.lang.String) int error String message public void <init> (int, java.lang.String, java.lang.Throwable) int error String message Throwable cause public int getError () public java.lang.String getMessage () }