Table of Contents

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

sessionInfo byte[]

Returns

byte[]

UnpadSessionData(byte[])

public static byte[] UnpadSessionData(byte[] encoded)

Parameters

encoded byte[]

Returns

byte[]