Class CipherInitializer


  • public class CipherInitializer
    extends Object
    • Method Detail

      • initCipherDecryptProvider

        protected void initCipherDecryptProvider()
      • initEncrypt

        public void initEncrypt()
        Initializing the encryption key store which uses to encrypt the given plain text
      • handleException

        protected static void handleException​(String msg,
                                              Exception e)
      • handleException

        protected static void handleException​(String msg)
      • getIdentityKeyStoreWrapper

        public org.wso2.securevault.keystore.IdentityKeyStoreWrapper getIdentityKeyStoreWrapper()
      • setIdentityKeyStoreWrapper

        public void setIdentityKeyStoreWrapper​(org.wso2.securevault.keystore.IdentityKeyStoreWrapper identityKeyStoreWrapper)
      • getTrustKeyStoreWrapper

        public org.wso2.securevault.keystore.TrustKeyStoreWrapper getTrustKeyStoreWrapper()
      • setTrustKeyStoreWrapper

        public void setTrustKeyStoreWrapper​(org.wso2.securevault.keystore.TrustKeyStoreWrapper trustKeyStoreWrapper)
      • getDecryptionProvider

        public org.wso2.securevault.DecryptionProvider getDecryptionProvider()
      • getEncryptionProvider

        public Cipher getEncryptionProvider()