Enum PacketTag
- Namespace
- Org.BouncyCastle.Bcpg
- Assembly
- BouncyCastle.Cryptography.dll
public enum PacketTag
Fields
CompressedData = 8Experimental1 = 60Experimental2 = 61Experimental3 = 62Experimental4 = 63LiteralData = 11Marker = 10ModificationDetectionCode = 19OnePassSignature = 4PublicKey = 6PublicKeyEncryptedSession = 1PublicSubkey = 14Reserved = 0SecretKey = 5SecretSubkey = 7Signature = 2SymmetricEncryptedIntegrityProtected = 18SymmetricKeyEncrypted = 9SymmetricKeyEncryptedSessionKey = 3Trust = 12UserAttribute = 17UserId = 13
Remarks
Basic PGP packet tag types.