Uses of Class
org.apache.synapse.securevault.keystore.KeyStoreWrapper
Packages that use KeyStoreWrapper
-
Uses of KeyStoreWrapper in org.apache.synapse.securevault
Fields in org.apache.synapse.securevault declared as KeyStoreWrapperMethods in org.apache.synapse.securevault with parameters of type KeyStoreWrapperModifier and TypeMethodDescriptionstatic BaseCipherCipherFactory.createCipher(CipherInformation cipherInformation, KeyStoreWrapper keyStoreWrapper) Constructors in org.apache.synapse.securevault with parameters of type KeyStoreWrapperModifierConstructorDescriptionAsymmetricCipher(CipherInformation cipherInformation, KeyStoreWrapper keyStoreWrapper) protectedBaseCipher(CipherInformation cipherInformation, KeyStoreWrapper keyStoreWrapper) SymmetricCipher(CipherInformation cipherInformation, KeyStoreWrapper keyStoreWrapper) -
Uses of KeyStoreWrapper in org.apache.synapse.securevault.keystore
Subclasses of KeyStoreWrapper in org.apache.synapse.securevault.keystoreModifier and TypeClassDescriptionclassRepresents the private keyStore entry To provide that abstraction , this class exposes both getter methods to public, private and secret keysclassRepresents the abstraction for trusted KeyStore Only expose to get public keys