protected virtual AlgorithmIdentifier GetAlgorithmIdentifier(
string encryptionOid,
KeyParameter encKey,
Asn1Encodable asn1Params,
out ICipherParameters cipherParameters
)
Protected Overridable Function GetAlgorithmIdentifier (
encryptionOid As String,
encKey As KeyParameter,
asn1Params As Asn1Encodable,
<OutAttribute> ByRef cipherParameters As ICipherParameters
) As AlgorithmIdentifier
protected:
virtual AlgorithmIdentifier^ GetAlgorithmIdentifier(
String^ encryptionOid,
KeyParameter^ encKey,
Asn1Encodable^ asn1Params,
[OutAttribute] ICipherParameters^% cipherParameters
)
function GetAlgorithmIdentifier(encryptionOid, encKey, asn1Params, cipherParameters);