Home
last modified time | relevance | path

Searched defs:getCertificate (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/core/java/android/security/net/config/
DTrustedCertificateStoreAdapter.java78 public Certificate getCertificate(String alias) { in getCertificate() method in TrustedCertificateStoreAdapter
83 public Certificate getCertificate(String alias, boolean includeDeletedSystem) { in getCertificate() method in TrustedCertificateStoreAdapter
/frameworks/base/core/java/android/util/apk/
DSourceStampVerificationResult.java56 public Certificate getCertificate() { in getCertificate() method in SourceStampVerificationResult
/frameworks/base/keystore/java/android/security/keystore2/
DAndroidKeyStorePublicKey.java51 public byte[] getCertificate() { in getCertificate() method in AndroidKeyStorePublicKey
/frameworks/base/core/java/android/net/http/
DSslError.java164 public SslCertificate getCertificate() { in getCertificate() method in SslError
/frameworks/native/libs/binder/
DRpcTransportRaw.cpp99 std::vector<uint8_t> getCertificate(RpcCertificateFormat) const override { return {}; } in getCertificate() function in android::RpcTransportCtxRaw
DRpcTransportTipcAndroid.cpp234 std::vector<uint8_t> getCertificate(RpcCertificateFormat) const override { return {}; } in getCertificate() function in android::RpcTransportCtxTipcAndroid
DRpcServer.cpp199 std::vector<uint8_t> RpcServer::getCertificate(RpcCertificateFormat format) { in getCertificate() function in android::RpcServer
DRpcTransportTls.cpp467 std::vector<uint8_t> RpcTransportCtxTls::getCertificate(RpcCertificateFormat format) const { in getCertificate() function in android::RpcTransportCtxTls
DRpcSession.cpp887 std::vector<uint8_t> RpcSession::getCertificate(RpcCertificateFormat format) { in getCertificate() function in android::RpcSession
/frameworks/base/keystore/java/android/security/keystore/
DKeyStoreManager.java268 private static X509Certificate getCertificate(byte[] certificate) { in getCertificate() method in KeyStoreManager
/frameworks/base/keystore/java/android/security/
DIKeyChainService.aidl34 byte[] getCertificate(String alias); in getCertificate() method
/frameworks/native/libs/binder/trusty/
DRpcTransportTipcTrusty.cpp321 std::vector<uint8_t> getCertificate(RpcCertificateFormat) const override { return {}; } in getCertificate() function in android::RpcTransportCtxTipcTrusty
/frameworks/base/services/appfunctions/java/com/android/server/appfunctions/
DMetadataSyncAdapter.java477 private byte[] getCertificate( in getCertificate() method in MetadataSyncAdapter
/frameworks/base/core/java/android/webkit/
DWebViewProvider.java108 public SslCertificate getCertificate(); in getCertificate() method
DWebView.java514 public SslCertificate getCertificate() { in getCertificate() method in WebView