Class KiwiSecurity


  • public class KiwiSecurity
    extends Object
    Static utilities to create various security objects, such as SSLContext, KeyStore, KeyManager, and TrustManager.

    WARNING: This is a low-level utility class. As such, many of its methods have a large number of arguments. This is simply a byproduct of the many different objects that are required by the JDK classes to create objects such as SSLContext. It is intended that this class will be used by other, higher-level, utilities at higher levels of abstraction.