Searched refs:isLegacyPrivateKey (Results 1 – 2 of 2) sorted by relevance
84 if (isLegacyPrivateKey(sk)) { in encodeKeyAgreementPrivateKey()123 public static boolean isLegacyPrivateKey(PrivateKey sk) { in isLegacyPrivateKey() method in KeyEncoding
89 if (KeyEncoding.isLegacyPrivateKey(myKey)) { in doKeyAgreement()150 KeyEncoding.isLegacyPrivateKey(signingKey) ? LEGACY_INNER_SIG_TYPE : INNER_SIG_TYPE; in encryptEnrollmentMessage()