|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.bcpg.PacketFormat
OpenPGP Packet Header Length Format.
Field Summary | |
static PacketFormat |
CURRENT
Always use the current (new) packet format. |
static PacketFormat |
LEGACY
Always use the old (legacy) packet format. |
static PacketFormat |
ROUNDTRIP
Let the individual packet decide the format (see Packet.hasNewPacketFormat() ). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final PacketFormat LEGACY
public static final PacketFormat CURRENT
public static final PacketFormat ROUNDTRIP
Packet.hasNewPacketFormat()
).
This allows to round-trip packets without changing the packet format.
|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |