Initial Commit
This commit is contained in:
16
iTechSharp/srcbc/openpgp/PgpExperimental.cs
Normal file
16
iTechSharp/srcbc/openpgp/PgpExperimental.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
|
||||
namespace Org.BouncyCastle.Bcpg.OpenPgp
|
||||
{
|
||||
public class PgpExperimental
|
||||
: PgpObject
|
||||
{
|
||||
private readonly ExperimentalPacket p;
|
||||
|
||||
public PgpExperimental(
|
||||
BcpgInputStream bcpgIn)
|
||||
{
|
||||
p = (ExperimentalPacket) bcpgIn.ReadPacket();
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user