Uses of Package
org.kiwiproject.security
-
Packages that use org.kiwiproject.security Package Description org.kiwiproject.config org.kiwiproject.security -
Classes in org.kiwiproject.security used by org.kiwiproject.config Class Description KeyAndTrustStoreConfigProvider Defines a configuration interface for properties needed to create key and trust stores, and a contract to be able to create anSSLContextandSSLSocketFactoryfrom this configuration.SimpleSSLContextFactory A "simple" factory class that makes it simpler to to createSSLContextinstances.TrustStoreConfigProvider Defines a configuration interface for properties needed to create trust stores, and a contract to be able to create aSSLContextandSSLSocketFactoryfrom this configuration. -
Classes in org.kiwiproject.security used by org.kiwiproject.security Class Description KeyStoreType KeyStore types that can be specified when generating an instance ofKeyStoreusingKeyStore.getInstance(String).SimpleSSLContextFactory A "simple" factory class that makes it simpler to to createSSLContextinstances.SimpleSSLContextFactory.Builder A builder class forSimpleSSLContextFactory.SSLContextProtocol Protocols thar can be used when callingSSLContext.getInstance(String).TrustStoreConfigProvider Defines a configuration interface for properties needed to create trust stores, and a contract to be able to create aSSLContextandSSLSocketFactoryfrom this configuration.