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