public EncryptedData(
DerObjectIdentifier contentType,
AlgorithmIdentifier encryptionAlgorithm,
Asn1Encodable content
)
Public Sub New (
contentType As DerObjectIdentifier,
encryptionAlgorithm As AlgorithmIdentifier,
content As Asn1Encodable
)
public:
EncryptedData(
DerObjectIdentifier^ contentType,
AlgorithmIdentifier^ encryptionAlgorithm,
Asn1Encodable^ content
)
Org.BouncyCastle.Asn1.Pkcs.EncryptedData = function(contentType, encryptionAlgorithm, content);