Package org.kiwiproject.security
package org.kiwiproject.security
-
ClassDescriptionDefines a configuration interface for properties needed to create key and trust stores, and a contract to be able to create an
SSLContextandSSLSocketFactoryfrom this configuration.KeyStore types that can be specified when generating an instance ofKeyStoreusingKeyStore.getInstance(String).Static utilities to create various security objects, such asSSLContext,KeyStore,KeyManager, andTrustManager.A "simple" factory class that makes it simpler to createSSLContextinstances.A builder class forSimpleSSLContextFactory.Exception thrown by Kiwi when error occur creating various security-related objects such asSSLContext,KeyStore,KeyManager, andTrustManager.Protocols thar can be used when callingSSLContext.getInstance(String).Defines a configuration interface for properties needed to create trust stores, and a contract to be able to create aSSLContextandSSLSocketFactoryfrom this configuration.Wraps aGeneralSecurityExceptionwith an unchecked exception.