Initializes a new instance of the PgpKeyPair class
Namespace: Org.BouncyCastle.Bcpg.OpenPgpAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public PgpKeyPair( PublicKeyAlgorithmTag algorithm, AsymmetricKeyParameter pubKey, AsymmetricKeyParameter privKey, DateTime time ) |
| Visual Basic |
|---|
Public Sub New ( _ algorithm As PublicKeyAlgorithmTag, _ pubKey As AsymmetricKeyParameter, _ privKey As AsymmetricKeyParameter, _ time As DateTime _ ) |
| Visual C++ |
|---|
public: PgpKeyPair( PublicKeyAlgorithmTag algorithm, AsymmetricKeyParameter^ pubKey, AsymmetricKeyParameter^ privKey, DateTime time ) |
Parameters
- algorithm
- Type: Org.BouncyCastle.Bcpg..::..PublicKeyAlgorithmTag
- privKey
- Type: Org.BouncyCastle.Crypto..::..AsymmetricKeyParameter
- time
- Type: System..::..DateTime