KekRecipientInfo public class KekRecipientInfo : Asn1Encodable Documentation Code public Asn1OctetString EncryptedKey { get; } public KekIdentifier KekID { get; } public AlgorithmIdentifier KeyEncryptionAlgorithm { get; } public DerInteger Version { get; } public KekRecipientInfo(KekIdentifier kekID, AlgorithmIdentifier keyEncryptionAlgorithm, Asn1OctetString encryptedKey) public KekRecipientInfo(Asn1Sequence seq) public static KekRecipientInfo GetInstance(object obj) public static KekRecipientInfo GetInstance(Asn1TaggedObject obj, bool explicitly)