KeyTransRecipientInfoGenerator public class KeyTransRecipientInfoGenerator : RecipientInfoGenerator Documentation protected virtual AlgorithmIdentifier AlgorithmDetails { get; } public KeyTransRecipientInfoGenerator(X509Certificate recipCert, IKeyWrapper keyWrapper) public KeyTransRecipientInfoGenerator(IssuerAndSerialNumber issuerAndSerial, IKeyWrapper keyWrapper) public KeyTransRecipientInfoGenerator(byte[] subjectKeyID, IKeyWrapper keyWrapper) public RecipientInfo Generate(KeyParameter contentEncryptionKey, SecureRandom random) protected virtual byte[] GenerateWrappedKey(KeyParameter contentEncryptionKey)