Package org.bouncycastle.openpgp
Class PGPPadding
java.lang.Object
org.bouncycastle.openpgp.PGPPadding
The PGPPadding contains random data, and can be used to defend against traffic analysis on version 2 SEIPD messages
and Transferable Public Keys.
Such a padding packet MUST be ignored when received.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PGPPadding
Default constructor.- Parameters:
in
-- Throws:
IOException
-
-
Method Details
-
getPadding
public byte[] getPadding()
-