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.