Construct a version 4 public subkey packet.

Namespace: Org.BouncyCastle.Bcpg
Assembly: 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
)

See Also