Package | Description |
---|---|
javax.net.ssl |
Provides classes for the secure socket package.
|
Modifier and Type | Class and Description |
---|---|
class |
CertPathTrustManagerParameters
A wrapper for CertPathParameters.
|
class |
KeyStoreBuilderParameters
A parameters object for X509KeyManagers that encapsulates a List
of KeyStore.Builders.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
KeyManagerFactorySpi.engineInit(ManagerFactoryParameters spec)
Initializes this factory with a source of key material.
|
protected abstract void |
TrustManagerFactorySpi.engineInit(ManagerFactoryParameters spec)
Initializes this factory with a source of provider-specific
key material.
|
void |
TrustManagerFactory.init(ManagerFactoryParameters spec)
Initializes this factory with a source of provider-specific
trust material.
|
void |
KeyManagerFactory.init(ManagerFactoryParameters spec)
Initializes this factory with a source of provider-specific
key material.
|
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.