Package | Description |
---|---|
org.apache.synapse.securevault | |
org.apache.synapse.securevault.keystore |
Modifier and Type | Field and Description |
---|---|
protected KeyStoreWrapper |
BaseCipher.keyStoreWrapper |
Modifier and Type | Method and Description |
---|---|
static BaseCipher |
CipherFactory.createCipher(CipherInformation cipherInformation,
KeyStoreWrapper keyStoreWrapper) |
Constructor and Description |
---|
AsymmetricCipher(CipherInformation cipherInformation,
KeyStoreWrapper keyStoreWrapper) |
BaseCipher(CipherInformation cipherInformation,
KeyStoreWrapper keyStoreWrapper) |
SymmetricCipher(CipherInformation cipherInformation,
KeyStoreWrapper keyStoreWrapper) |
Modifier and Type | Class and Description |
---|---|
class |
IdentityKeyStoreWrapper
Represents the private keyStore entry
To provide that abstraction , this class exposes both getter methods to public,
private and secret keys
|
class |
TrustKeyStoreWrapper
Represents the abstraction for trusted KeyStore
Only expose to get public keys
|
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.