A parameters object for X509KeyManagers that encapsulates a List of KeyStore.Builders.
A parameters object for X509KeyManagers that encapsulates a List of KeyStore.Builders.
(->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
(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>`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close