Uses of Class
org.apache.synapse.securevault.BaseCipher
-
Packages that use BaseCipher Package Description org.apache.synapse.securevault -
-
Uses of BaseCipher in org.apache.synapse.securevault
Subclasses of BaseCipher in org.apache.synapse.securevault Modifier and Type Class Description class
AsymmetricCipher
The Cipher doing asymmetric cryptographic operationsclass
SymmetricCipher
The Cipher doing symmetric cryptographic operations Uses default key when these is no SecretKeyMethods in org.apache.synapse.securevault that return BaseCipher Modifier and Type Method 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)
-