Package | Description |
---|---|
org.apache.synapse.securevault | |
org.apache.synapse.securevault.definition | |
org.apache.synapse.securevault.keystore |
Modifier and Type | Method and Description |
---|---|
KeyStoreInformation |
BaseCipher.getKeyStoreInformation() |
Modifier and Type | Method and Description |
---|---|
static BaseCipher |
CipherFactory.createCipher(CipherInformation cipherInformation,
KeyStoreInformation keystoreInformation) |
Constructor and Description |
---|
AsymmetricCipher(CipherInformation cipherInformation,
KeyStoreInformation keystoreInformation) |
BaseCipher(CipherInformation cipherInformation,
KeyStoreInformation keystoreInformation) |
SymmetricCipher(CipherInformation cipherInformation,
KeyStoreInformation keystoreInformation) |
Modifier and Type | Class and Description |
---|---|
class |
IdentityKeyStoreInformation
Represents the abstraction private key entry store (identity) information
|
class |
TrustKeyStoreInformation
Represents the abstraction - Trusted Certificate Store Information
|
Modifier and Type | Method and Description |
---|---|
protected void |
KeyStoreWrapper.init(KeyStoreInformation information,
String keyPassword)
Initialize the KeyStore wrapper based on provided KeyStoreInformation and passwords
|
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.