Searched defs:kdfId (Results 1 – 3 of 3) sorted by relevance
60 public abstract int kdfId(); in kdfId() method in ObliviousHttpKeyConfig151 int kdfId = writeUptoTwoBytesIntoInteger(keyConfig, currentIndex, sKdfIdSizeInBytes); in fromSerializedKeyConfig() local286 public abstract Builder setKdfId(int kdfId); in setKdfId()
305 int kdfId = ((cipherText[3] & 0xff) << 8) | (cipherText[4] & 0xff); in getKdf() local342 int keyId, int kemId, int kdfId, int aeadId, boolean isMediaTypeChanged) in createRecipientKeyInfo()
821 int kdfId = 0x0001; in createRecipientKeyInfoBytes() local