FileDocCategorySizeDatePackage
IRemoteAndroidKeyStore.javaAPI DocAndroid 5.1 API12851Sat Mar 14 04:10:30 GMT 2015org.chromium.net

IRemoteAndroidKeyStore

public interface IRemoteAndroidKeyStore implements android.os.IInterface
Interface for communication with an Android KeyStore in another process.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetClientCertificateAlias()

public byte[]getDSAKeyParamQ(int handle)

public byte[]getECKeyOrder(int handle)

public byte[]getEncodedCertificateChain(java.lang.String alias)

public byte[]getPrivateKeyEncodedBytes(int handle)

public intgetPrivateKeyHandle(java.lang.String alias)

public intgetPrivateKeyType(int handle)

public byte[]getRSAKeyModulus(int handle)

public byte[]rawSignDigestWithPrivateKey(int handle, byte[] message)

public voidreleaseKey(int handle)

public voidsetClientCallbacks(org.chromium.net.IRemoteAndroidKeyStoreCallbacks callbacks)