Class PgpPad
- Namespace
- Enterprises.Org.BouncyCastle.Bcpg.OpenPgp
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public sealed class PgpPad- Inheritance
- 
      
      PgpPad
- Inherited Members
Methods
PadSessionData(byte[])
public static byte[] PadSessionData(byte[] sessionInfo)Parameters
- sessionInfobyte[]
Returns
- byte[]
UnpadSessionData(byte[])
public static byte[] UnpadSessionData(byte[] encoded)Parameters
- encodedbyte[]
Returns
- byte[]