API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.naming.ldap. StartTlsRequest View Source
Author(s)
Vincent Ryan
Since
1.4
Version
Serial
Hierarchy
 Object
      StartTlsRequest
Implements
 ExtendedRequest
Subclasses
Description
public class StartTlsRequest
  This class implements the LDAPv3 Extended Request for StartTLS as defined in Lightweight Directory Access Protocol (v3): Extension for Transport Layer Security The object identifier for StartTLS is 1.3.6.1.4.1.1466.20037 and no extended request value is defined.
See also:    StartTlsResponse
Constructors
public StartTlsRequest ()
Constructs a StartTLS extended request.
Methods
Hide/Show inherited methods
public ExtendedResponse createExtendedResponse (String id, byte[] berValue, int offset, int length) throws NamingException [Specified in ExtendedRequest]
  Creates an extended response object that corresponds to the LDAP StartTLS extended request.
public byte getEncodedValue () [Specified in ExtendedRequest]
  Retrieves the StartTLS request's ASN.1 BER encoded value.
public String getID () [Specified in ExtendedRequest]
  Retrieves the StartTLS request's object identifier string.
Fields
Hide/Show inherited fields
publicfinalstatic String OID = "1.3.6.1.4.1.1466.20037"
The StartTLS extended request's assigned object identifier is 1.3.6.1.4.1.1466.20037.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar