Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public class

CertPathTrustManagerParameters

extends Object
implements ManagerFactoryParameters
java.lang.Object
   ↳ javax.net.ssl.CertPathTrustManagerParameters

Class Overview

Certification path parameters to provide to certification path based TrustManager .

Summary

Public Constructors
CertPathTrustManagerParameters ( CertPathParameters parameters)
Creates a new CertPathTrustManagerParameters with the specified certification path parameters.
Public Methods
CertPathParameters getParameters ()
Returns a copy of the certification path parameters.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public CertPathTrustManagerParameters ( CertPathParameters parameters)

Added in API level 1

Creates a new CertPathTrustManagerParameters with the specified certification path parameters.

Parameters
parameters the certification path parameters.

Public Methods

public CertPathParameters getParameters ()

Added in API level 1

Returns a copy of the certification path parameters.

Returns
  • a copy of the certification path parameters.