public EncryptedContentInfo(
DerObjectIdentifier contentType,
AlgorithmIdentifier contentEncryptionAlgorithm,
Asn1OctetString encryptedContent
)
Public Sub New (
contentType As DerObjectIdentifier,
contentEncryptionAlgorithm As AlgorithmIdentifier,
encryptedContent As Asn1OctetString
)
public:
EncryptedContentInfo(
DerObjectIdentifier^ contentType,
AlgorithmIdentifier^ contentEncryptionAlgorithm,
Asn1OctetString^ encryptedContent
)
Org.BouncyCastle.Asn1.Cms.EncryptedContentInfo = function(contentType, contentEncryptionAlgorithm, encryptedContent);