EncryptedData public class EncryptedData : Asn1Encodable Documentation Code public Asn1OctetString Content { get; } public DerObjectIdentifier ContentType { get; } public AlgorithmIdentifier EncryptionAlgorithm { get; } public EncryptedData(DerObjectIdentifier contentType, AlgorithmIdentifier encryptionAlgorithm, Asn1Encodable content) public static EncryptedData GetInstance(object obj)