Package | Description |
---|---|
org.apache.synapse.securevault |
Modifier and Type | Class and Description |
---|---|
class |
AsymmetricCipher
The Cipher doing asymmetric cryptographic operations
|
class |
SymmetricCipher
The Cipher doing symmetric cryptographic operations
Uses default key when these is no SecretKey
|
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) |
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.