|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.bcpg.test.PacketDumpUtil
Constructor Summary | |
PacketDumpUtil()
|
Method Summary | |
static java.lang.String |
hexdump(ContainedPacket packet)
Return a formatted hex dump of the packet encoding of the given packet. |
static java.lang.String |
hexdump(int startIndent,
ContainedPacket packet)
Return a formatted hex dump of the packet encoding of the given packet. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PacketDumpUtil()
Method Detail |
public static java.lang.String hexdump(ContainedPacket packet) throws java.io.IOException
packet
- packet
java.io.IOException
- if an exception happens during packet encodingpublic static java.lang.String hexdump(int startIndent, ContainedPacket packet) throws java.io.IOException
startIndent
- shift the encodings octet stream by a number of bytespacket
- packet
java.io.IOException
- if an exception happens during packet encoding
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |