protected static class JndiConnection.JndiExtendedResponse extends Object implements ExtendedResponse
Modifier and Type | Field and Description |
---|---|
private byte[] |
encoded
BER encoded response data.
|
private String |
oid
OID of the extended response.
|
Constructor and Description |
---|
JndiExtendedResponse(String id,
byte[] berValue)
Creates a new jndi extended response.
|
private final String oid
private final byte[] encoded
public JndiExtendedResponse(String id, byte[] berValue)
id
- response oidberValue
- BER encoded responsepublic String getID()
getID
in interface ExtendedResponse
public byte[] getEncodedValue()
getEncodedValue
in interface ExtendedResponse
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.