public final class ExtendedResponseFactory
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
private |
ExtendedResponseFactory()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static ExtendedResponse<?> |
createExtendedResponse(java.lang.String requestOID,
java.lang.String responseOID,
byte[] encoded)
Creates an extended response from the supplied response data.
|
public static ExtendedResponse<?> createExtendedResponse(java.lang.String requestOID, java.lang.String responseOID, byte[] encoded)
requestOID - of the extended requestresponseOID - of the extended responseencoded - BER encoding of the extended response