Chooses an alias for the client side of an SSL connection to authenticate it with the specified public key type and certificate issuers.paramkeyType the list of public key algorithm names.paramissuers the list of certificate issuers, or {@code null} if any issuer will do.paramsocket the socket for the connection, or {@code null} if the alias selected does not depend on a specific socket.returnthe alias name of a matching key or {@code null} if there are no matches.sinceAndroid 1.0
Chooses an alias for the server side of an SSL connection to authenticate it with the specified public key type and certificate issuers.paramkeyType the list of public key algorithm type names.paramissuers the list of certificate issuers, or {@code null} if any issuer will do.paramsocket the socket for the connection, or {@code null} if the alias selected does not depend on a specific socket.returnthe alias name of a matching key or {@code null} if there are no matches.sinceAndroid 1.0
Returns the certificate chain for the specified alias.paramalias the alias to get the certificate chain for.returnthe certificate chain for the specified alias, or {@code null} if the alias cannot be found.sinceAndroid 1.0
Returns the client aliases for the specified public key type and list of certificate issuers.paramkeyType the public key algorithm type name.paramissuers the list of certificate issuers, or {@code null} if any issuer will do.returnthe client aliases for the specified public key type, or {@code null} if there are no matching aliases.sinceAndroid 1.0
Returns the private key for the specified alias.paramalias the alias to get the private key for.returnthe private key for the specified alias, or {@code null} if the alias cannot be found.sinceAndroid 1.0
Returns the server aliases for the specified public key type and list of certificate issuers.paramkeyType the public key algorithm type name.paramissuers the list of certificate issuers, or {@code null} if any issuer will do.returnthe client aliases for the specified public key type, or {@code null} if there are no matching aliases.sinceAndroid 1.0