Construct a version 4 public subkey packet.
Namespace: Org.BouncyCastle.BcpgAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public PublicSubkeyPacket( PublicKeyAlgorithmTag algorithm, DateTime time, IBcpgKey key ) |
Visual Basic |
---|
Public Sub New ( _ algorithm As PublicKeyAlgorithmTag, _ time As DateTime, _ key As IBcpgKey _ ) |
Visual C++ |
---|
public: PublicSubkeyPacket( PublicKeyAlgorithmTag algorithm, DateTime time, IBcpgKey^ key ) |
Parameters
- algorithm
- Type: Org.BouncyCastle.Bcpg..::..PublicKeyAlgorithmTag
- time
- Type: System..::..DateTime
- key
- Type: Org.BouncyCastle.Bcpg..::..IBcpgKey