to top
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.
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.