public class StartTlsRequest extends java.lang.Object implements ExtendedRequest
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
OID
The assigned object identifier for this response.
|
| Constructor and Description |
|---|
StartTlsRequest()
Create a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
ExtendedResponse |
createExtendedResponse(java.lang.String id,
byte[] berValue,
int offset,
int length)
Create a new extended reponse object, using the standard service
provider approach to load a provider.
|
byte[] |
getEncodedValue()
Return the encoded value.
|
java.lang.String |
getID()
Return the response identifier.
|
public static final java.lang.String OID
public StartTlsRequest()
public java.lang.String getID()
OID field.getID in interface ExtendedRequestpublic byte[] getEncodedValue()
getEncodedValue in interface ExtendedRequestpublic ExtendedResponse createExtendedResponse(java.lang.String id, byte[] berValue, int offset, int length) throws javax.naming.NamingException
createExtendedResponse in interface ExtendedRequestid - the identifier, must be OID or nullberValue - ignoredoffset - ignoredlength - ignoredjavax.naming.NamingException - if there is a problem creating the response