summary refs log tree commit diff
path: root/Crypto/src/openpgp/PGPObject.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Crypto/src/openpgp/PGPObject.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/Crypto/src/openpgp/PGPObject.cs b/Crypto/src/openpgp/PGPObject.cs
new file mode 100644

index 000000000..d38276cb6 --- /dev/null +++ b/Crypto/src/openpgp/PGPObject.cs
@@ -0,0 +1,9 @@ +namespace Org.BouncyCastle.Bcpg.OpenPgp +{ + public abstract class PgpObject + { + internal PgpObject() + { + } + } +}