Liking cljdoc? Tell your friends :D

javax.net.ssl.KeyStoreBuilderParameters

A parameters object for X509KeyManagers that encapsulates a List of KeyStore.Builders.

A parameters object for X509KeyManagers that encapsulates a List
of KeyStore.Builders.
raw docstring

->key-store-builder-parametersclj

(->key-store-builder-parameters builder)

Constructor.

Construct new KeyStoreBuilderParameters from the specified java.security.KeyStore$Builder.

builder - the Builder object - java.security.KeyStore$Builder

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

Constructor.

Construct new KeyStoreBuilderParameters from the specified
 java.security.KeyStore$Builder.

builder - the Builder object - `java.security.KeyStore$Builder`

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

get-parametersclj

(get-parameters this)

Return the unmodifiable List of the java.security.KeyStore$Builders encapsulated by this object.

returns: the unmodifiable List of the java.security.KeyStore$Builders encapsulated by this object. - java.util.List<java.security.KeyStore$Builder>

Return the unmodifiable List of the
 java.security.KeyStore$Builders
 encapsulated by this object.

returns: the unmodifiable List of the
 java.security.KeyStore$Builders
 encapsulated by this object. - `java.util.List<java.security.KeyStore$Builder>`
raw docstring

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

× close