Home
last modified time | relevance | path

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

/development/samples/KeyChainDemo/src/com/example/android/keychain/
DKeyChainDemoActivity.java203 X509Certificate[] certs = getCertificateChain(alias); in printInfo()
262 private X509Certificate[] getCertificateChain(String alias) { in getCertificateChain() method in KeyChainDemoActivity
264 return KeyChain.getCertificateChain(this, alias); in getCertificateChain()
290 return getCertificateChain(getAlias()) != null in isKeyChainAccessible()