Searched refs:RecipientKeyInfo (Results 1 – 7 of 7) sorted by relevance
27 public abstract class RecipientKeyInfo { class33 public static RecipientKeyInfo create(byte[] info) { in create()
106 RecipientKeyInfo info = in decrypt()194 RecipientKeyInfo info = in encrypt()341 private static RecipientKeyInfo createRecipientKeyInfo( in createRecipientKeyInfo()359 return RecipientKeyInfo.create(byteArrayOutputStream.toByteArray()); in createRecipientKeyInfo()
199 public RecipientKeyInfo createRecipientKeyInfo(boolean hasMediaTypeChanged) throws IOException { in createRecipientKeyInfo()208 return RecipientKeyInfo.create(outputStream.toByteArray()); in createRecipientKeyInfo()
94 RecipientKeyInfo recipientKeyInfo = in createObliviousHttpRequest()214 RecipientKeyInfo recipientKeyInfo = in export()
210 RecipientKeyInfo recipientKeyInfo) { in hpkeSetupRecipient()
567 RecipientKeyInfo.create(recipientKeyInfoBytes))); in hpkeSetupRecipient_missingkey_throwsError()612 RecipientKeyInfo.create(recipientKeyInfoBytes))); in hpkeSetupRecipient_missingkey_throwsError_withServerAuctionMediaTypeChange()653 RecipientKeyInfo.create(recipientKeyInfoBytes))); in hpkeSetupRecipient_successful()694 RecipientKeyInfo.create(recipientKeyInfoBytes))); in hpkeSetupRecipient_successful_withServerAuctionMediaTypeChange()734 RecipientKeyInfo.create(recipientKeyInfoBytes)); in gatewayDecrypt_returnsCorrectResponse()782 RecipientKeyInfo.create(recipientKeyInfoBytes)); in gatewayDecrypt_returnsCorrectResponse_withServerAuctionMediaTypeChange()
149 RecipientKeyInfo response = keyConfig.createRecipientKeyInfo(hasMediaTypeChanged); in createRecipientKeyInfoBytes_returnsCorrectInfo()166 RecipientKeyInfo response = keyConfig.createRecipientKeyInfo(hasMediaTypeChanged); in createRecipientKeyInfoBytes_returnsCorrectInfo_withServerAuctionMediaTypeChange()