Package | Description |
---|---|
org.apache.synapse.securevault |
Modifier and Type | Method and Description |
---|---|
CipherInformation |
BaseCipher.getCipherInformation() |
Modifier and Type | Method and Description |
---|---|
static BaseCipher |
CipherFactory.createCipher(CipherInformation cipherInformation,
Key key) |
static BaseCipher |
CipherFactory.createCipher(CipherInformation cipherInformation,
KeyStoreInformation keystoreInformation) |
static BaseCipher |
CipherFactory.createCipher(CipherInformation cipherInformation,
KeyStoreWrapper keyStoreWrapper) |
Constructor and Description |
---|
AsymmetricCipher(CipherInformation cipherInformation,
Key key) |
AsymmetricCipher(CipherInformation cipherInformation,
KeyStoreInformation keystoreInformation) |
AsymmetricCipher(CipherInformation cipherInformation,
KeyStoreWrapper keyStoreWrapper) |
BaseCipher(CipherInformation cipherInformation,
Key key) |
BaseCipher(CipherInformation cipherInformation,
KeyStoreInformation keystoreInformation) |
BaseCipher(CipherInformation cipherInformation,
KeyStoreWrapper keyStoreWrapper) |
SymmetricCipher(CipherInformation cipherInformation,
Key key) |
SymmetricCipher(CipherInformation cipherInformation,
KeyStoreInformation keystoreInformation) |
SymmetricCipher(CipherInformation cipherInformation,
KeyStoreWrapper keyStoreWrapper) |
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.