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 classAsymmetricCipherThe Cipher doing asymmetric cryptographic operationsclassSymmetricCipherThe 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 BaseCipherCipherFactory. createCipher(CipherInformation cipherInformation, Key key)static BaseCipherCipherFactory. createCipher(CipherInformation cipherInformation, KeyStoreInformation keystoreInformation)static BaseCipherCipherFactory. createCipher(CipherInformation cipherInformation, KeyStoreWrapper keyStoreWrapper)
-