Package | Description |
---|---|
org.apache.manifoldcf.core.interfaces | |
org.apache.manifoldcf.core.keystore |
Modifier and Type | Method and Description |
---|---|
static IKeystoreManager |
KeystoreManagerFactory.make(String passcode)
Mint a keystore manager.
|
static IKeystoreManager |
KeystoreManagerFactory.make(String passcode,
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.
|