Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/securebox/src/com/android/security/
H A DSecureBox.java179 public static byte[] encrypt( in encrypt()
291 private static byte[] dhComputeSecret(PrivateKey ourPrivateKey, PublicKey theirPublicKey) in dhComputeSecret()