Home
last modified time | relevance | path

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

/external/ukey2/src/main/java/com/google/security/cryptauth/lib/securegcm/
DKeyEncoding.java84 if (isLegacyPrivateKey(sk)) { in encodeKeyAgreementPrivateKey()
123 public static boolean isLegacyPrivateKey(PrivateKey sk) { in isLegacyPrivateKey() method in KeyEncoding
DEnrollmentCryptoOps.java89 if (KeyEncoding.isLegacyPrivateKey(myKey)) { in doKeyAgreement()
150 KeyEncoding.isLegacyPrivateKey(signingKey) ? LEGACY_INNER_SIG_TYPE : INNER_SIG_TYPE; in encryptEnrollmentMessage()