public PbmParameter(
Asn1OctetString salt,
AlgorithmIdentifier owf,
DerInteger iterationCount,
AlgorithmIdentifier mac
)
Public Sub New (
salt As Asn1OctetString,
owf As AlgorithmIdentifier,
iterationCount As DerInteger,
mac As AlgorithmIdentifier
)
public:
PbmParameter(
Asn1OctetString^ salt,
AlgorithmIdentifier^ owf,
DerInteger^ iterationCount,
AlgorithmIdentifier^ mac
)
Org.BouncyCastle.Asn1.Cmp.PbmParameter = function(salt, owf, iterationCount, mac);