Initial Commit
This commit is contained in:
9
iTechSharp/srcbc/openpgp/PGPObject.cs
Normal file
9
iTechSharp/srcbc/openpgp/PGPObject.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Org.BouncyCastle.Bcpg.OpenPgp
|
||||
{
|
||||
public abstract class PgpObject
|
||||
{
|
||||
internal PgpObject()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user