Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/libs/securebox/tests/src/com/android/security/
H A DSecureBoxTest.java365 private static PrivateKey decodePrivateKey(byte[] keyBytes) throws Exception { in decodePrivateKey() method in SecureBoxTest
/aosp_15_r20/external/private-join-and-compute/java/com/google/privacy/private_join_and_compute/encryption/commutative/
H A DEcCommutativeCipherBase.java66 protected static ECPrivateKey decodePrivateKey(BigInteger key, SupportedCurve curve) in decodePrivateKey() method in EcCommutativeCipherBase