Searched defs:getPublicKey (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
H A DImsiEncryptionInfo.java94 public PublicKey getPublicKey() { method in class:ImsiEncryptionInfo
/frameworks/base/core/java/android/content/pm/
H A DSignature.java173 public PublicKey getPublicKey() throws CertificateException { method in class:Signature
177 return cert.getPublicKey();
/frameworks/base/core/java/android/util/apk/
H A DWrappedX509Certificate.java172 public PublicKey getPublicKey() { method in class:WrappedX509Certificate
173 return mWrapped.getPublicKey();
/frameworks/base/keystore/java/android/security/keystore/
H A DDelegatingX509Certificate.java159 public PublicKey getPublicKey() { method in class:DelegatingX509Certificate
160 return mDelegate.getPublicKey();
H A DAndroidKeyStoreSpi.java174 // getCertificate().getPublicKey() is the only way to obtain the public key
188 // the certificate so that its getPublicKey method returns an Android Keystore
197 // by this certificate's getPublicKey.
1073 * {@link #getPublicKey()}. This is so that crypto operations on these public keys contain
1089 public PublicKey getPublicKey() { method in class:AndroidKeyStoreSpi.KeyStoreX509Certificate
1090 PublicKey original = super.getPublicKey();

Completed in 266 milliseconds