Searched refs:KeyEncoding (Results 1 – 4 of 4) sorted by relevance
89 if (KeyEncoding.isLegacyPrivateKey(myKey)) { in doKeyAgreement()104 return KeyEncoding.parseMasterKey(sha256(agreedKey)); in doKeyAgreement()150 KeyEncoding.isLegacyPrivateKey(signingKey) ? LEGACY_INNER_SIG_TYPE : INNER_SIG_TYPE; in encryptEnrollmentMessage()198 PublicKey userPublicKey = KeyEncoding.parseUserPublicKey(encodedUserPublicKey); in decryptEnrollmentMessage()
35 public class KeyEncoding { class36 private KeyEncoding() {} // Do not instantiate in KeyEncoding() method in KeyEncoding
207 return KeyEncoding.parseMasterKey(CryptoOps.hkdf(masterKey, SALT, info)); in deriveNewKeyForPurpose()
200 .setVerificationKeyId(KeyEncoding.encodeUserPublicKey(userPublicKey)) in signcryptClientMessage()