Uses of Class
goldengate.common.exception.CryptoException

Packages that use CryptoException
goldengate.common.crypto Classes implementing Encryption for Password support or for File Encryption AES is the best compromise in term of security and efficiency. 
goldengate.common.crypto.ssl Classes implementing SSL support for Netty To generate the stores for GoldenGate for instance, you need to create 2 JKS keyStore. 
 

Uses of CryptoException in goldengate.common.crypto
 

Methods in goldengate.common.crypto that throw CryptoException
 void KeyObject.saveSecretKey(File file)
          Save a Key to a File
 void KeyManager.saveToFiles(String extension)
           
 void DynamicKeyManager.saveToFiles(String extension)
           
 void KeyObject.setSecretKey(File file)
          Create a Key from a File
 

Uses of CryptoException in goldengate.common.crypto.ssl
 

Methods in goldengate.common.crypto.ssl that throw CryptoException
 void GgSecureKeyStore.initKeyStore(String keyStoreFilename, String _keyStorePasswd, String _keyPassword)
          Initialize the SecureKeyStore with no TrustStore from file
 void GgSecureKeyStore.initTrustStore(String trustStoreFilename, String _trustStorePasswd, boolean needClientAuthent)
          Initialize the TrustStore from a filename and its password
 

Constructors in goldengate.common.crypto.ssl that throw CryptoException
GgSecureKeyStore(String _keyStorePasswd, String _keyPassword)
          Initialize empty KeyStore.
GgSecureKeyStore(String keyStoreFilename, String _keyStorePasswd, String _keyPassword)
          Initialize the SecureKeyStore with no TrustStore from file
GgSecureKeyStore(String keyStoreFilename, String _keyStorePasswd, String _keyPassword, String trustStoreFilename, String _trustStorePasswd, boolean needClientAuthent)
          Initialize the SecureKeyStore and TrustStore from files
GgSecureTrustManagerFactory(TrustManagerFactory tmf, boolean clientAuthent)
           
GgX509TrustManager(TrustManagerFactory tmf)
          Create a "default" X509TrustManager
 



Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.