Searched refs:parseMasterKey (Results 1 – 3 of 3) sorted by relevance
49 public static SecretKey parseMasterKey(byte[] encodedMasterKey) { in parseMasterKey() method in KeyEncoding
104 return KeyEncoding.parseMasterKey(sha256(agreedKey)); in doKeyAgreement()
207 return KeyEncoding.parseMasterKey(CryptoOps.hkdf(masterKey, SALT, info)); in deriveNewKeyForPurpose()