diff options
Diffstat (limited to 'crypto/src/openpgp/PGPObject.cs')
-rw-r--r-- | crypto/src/openpgp/PGPObject.cs | 9 |
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() + { + } + } +} |