KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > naming > ldap > StartTlsRequest

javax.naming.ldap
Class StartTlsRequest

java.lang.Object
  extended by javax.naming.ldap.StartTlsRequest
All Implemented Interfaces:
Serializable, ExtendedRequest
See Also:
Source Code, StartTlsResponse

public ExtendedResponse createExtendedResponse(String id,
                                               byte[] berValue,
                                               int offset,
                                               int length)
                                        throws NamingException
See Also:
ExtendedRequest
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public byte[] getEncodedValue()
See Also:
ExtendedRequest
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getID()
See Also:
ExtendedRequest
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String OID
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public StartTlsRequest()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags