T
- type of response valuepublic interface ExtendedResponse<T>
Modifier and Type | Method and Description |
---|---|
void |
decode(byte[] encoded)
Initializes this response with the supplied BER encoded data.
|
String |
getOID()
Returns the OID for this extended response.
|
T |
getValue()
Returns the response value associated with this extended operation or null if no value was generated by this
operation.
|
String getOID()
void decode(byte[] encoded)
encoded
- BER encoded responseT getValue()
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.