Package com.ibm.security.keystoreutil
A package that provides utilities for converting between different KeyStore formats and importing/exporting Certificates from/to streams.
See:
Interface Summary
Interface | Description |
---|---|
KeyStoreTranslator | This interface is used to copy the contents of one KeyStore to a different KeyStore format. |
KeyStoreTranslatorParameters | Encapsulates the parameters needed to do a KeyStore conversion to a different format. |
Class Summary
Class | Description |
---|---|
KeyStoreUtil | KeyStore utility class to help accomplish different type of operations on KeyStore. |