| Package | Description |
|---|---|
| org.apache.manifoldcf.connectorcommon.interfaces | |
| org.apache.manifoldcf.connectorcommon.keystore |
| Modifier and Type | Method and Description |
|---|---|
static IKeystoreManager |
KeystoreManagerFactory.make(java.lang.String passcode)
Mint a keystore manager.
|
static IKeystoreManager |
KeystoreManagerFactory.make(java.lang.String passcode,
java.lang.String base64String)
Mint a keystore manager from a base-64 encoded string.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KeystoreManager
This interface describes a class that manages keys and certificates in a secure manner.
|