com.fitbur.bouncycastle.cms.KeyTransRecipient Maven / Gradle / Ivy
package com.fitbur.bouncycastle.cms;
import com.fitbur.bouncycastle.asn1.x509.AlgorithmIdentifier;
public interface KeyTransRecipient
extends Recipient
{
RecipientOperator getRecipientOperator(AlgorithmIdentifier keyEncAlg, AlgorithmIdentifier contentEncryptionAlgorithm, byte[] encryptedContentKey)
throws CMSException;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy