Package org.xipki.util
Class ReqRespDebug.ReqRespPair
- java.lang.Object
-
- org.xipki.util.ReqRespDebug.ReqRespPair
-
- Enclosing class:
- ReqRespDebug
public static class ReqRespDebug.ReqRespPair extends Object
-
-
Constructor Summary
Constructors Constructor Description ReqRespPair()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getRequest()byte[]getResponse()voidsetRequest(byte[] request)voidsetResponse(byte[] response)
-