Uses of Interface
org.apache.manifoldcf.connectorcommon.interfaces.IKeystoreManager
-
Packages that use IKeystoreManager Package Description org.apache.manifoldcf.connectorcommon.interfaces org.apache.manifoldcf.connectorcommon.keystore -
-
Uses of IKeystoreManager in org.apache.manifoldcf.connectorcommon.interfaces
Methods in org.apache.manifoldcf.connectorcommon.interfaces that return IKeystoreManager Modifier and Type Method Description static IKeystoreManagerKeystoreManagerFactory. make(java.lang.String passcode)Mint a keystore manager.static IKeystoreManagerKeystoreManagerFactory. make(java.lang.String passcode, java.lang.String base64String)Mint a keystore manager from a base-64 encoded string. -
Uses of IKeystoreManager in org.apache.manifoldcf.connectorcommon.keystore
Classes in org.apache.manifoldcf.connectorcommon.keystore that implement IKeystoreManager Modifier and Type Class Description classKeystoreManagerThis interface describes a class that manages keys and certificates in a secure manner.
-