javax.naming.ldap
public class StartTlsRequest extends Object implements ExtendedRequest
Since: 1.4
Field Summary | |
---|---|
static String | OID
The assigned object identifier for this response. |
Constructor Summary | |
---|---|
StartTlsRequest()
Create a new instance. |
Method Summary | |
---|---|
ExtendedResponse | createExtendedResponse(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. |
String | getID()
Return the response identifier. |
Parameters: id the identifier, must be {@link #OID} or null berValue ignored offset ignored length ignored
Throws: NamingException if there is a problem creating the response