Namespace: Org.BouncyCastle.Bcpg.OpenPgp
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public static KeyParameter MakeRandomKey( SymmetricKeyAlgorithmTag algorithm, SecureRandom random ) |
| Visual Basic |
|---|
Public Shared Function MakeRandomKey ( _ algorithm As SymmetricKeyAlgorithmTag, _ random As SecureRandom _ ) As KeyParameter |
| Visual C++ |
|---|
public: static KeyParameter^ MakeRandomKey( SymmetricKeyAlgorithmTag algorithm, SecureRandom^ random ) |
Parameters
- algorithm
- Type: Org.BouncyCastle.Bcpg..::..SymmetricKeyAlgorithmTag
- random
- Type: Org.BouncyCastle.Security..::..SecureRandom