Liking cljdoc? Tell your friends :D

javax.net.ssl.CertPathTrustManagerParameters

A wrapper for CertPathParameters. This class is used to pass validation settings to CertPath based TrustManagers using the TrustManagerFactory.init() method.

Instances of this class are immutable.

A wrapper for CertPathParameters. This class is used to pass validation
settings to CertPath based TrustManagers using the
TrustManagerFactory.init() method.

Instances of this class are immutable.
raw docstring

->cert-path-trust-manager-parametersclj

(->cert-path-trust-manager-parameters parameters)

Constructor.

Construct new CertPathTrustManagerParameters from the specified parameters. The parameters are cloned to protect against subsequent modification.

parameters - the CertPathParameters to be used - java.security.cert.CertPathParameters

throws: java.lang.NullPointerException - if parameters is null

Constructor.

Construct new CertPathTrustManagerParameters from the specified
 parameters. The parameters are cloned to protect against subsequent
 modification.

parameters - the CertPathParameters to be used - `java.security.cert.CertPathParameters`

throws: java.lang.NullPointerException - if parameters is null
raw docstring

get-parametersclj

(get-parameters this)

Return a clone of the CertPathParameters encapsulated by this class.

returns: a clone of the CertPathParameters encapsulated by this class. - java.security.cert.CertPathParameters

Return a clone of the CertPathParameters encapsulated by this class.

returns: a clone of the CertPathParameters encapsulated by this class. - `java.security.cert.CertPathParameters`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close