AbstractCryptor provides factory methods that may or must be
overwritten dependent of the specific implementor class.CryptModel.BaseCryptor provides a base implementation for some methods of the
AbstractCryptor.CryptModel.BaseStringDecryptor is a base implementation of the
StringDecryptor.CryptModel.BaseStringEncryptor is a base implementation of the
StringEncryptor.BruteForceProcessor can process a brute force for find a password.BruteForceProcessor object.byte[] objects.byte[] objects.ChainableDecryptor can take many Decryptor objects and decrypts the given
string with all the given Decryptor objects.ChainableDecryptor object.ChainableEncryptor can take many Encryptor objects and encrypts the given
string with all the given Encryptor objects.ChainableEncryptor object.ChainedStringDecryptor can take many Decryptor objects and decrypts the
given string with all the given Decryptor objects.ChainedStringDecryptor object.ChainedStringEncryptor can take many Encryptor objects and encrypts the
given string with all the given Encryptor objects.ChainedStringEncryptor object.CryptoCipherInputStream extends the CipherInputStream.CryptoCipherInputStream object.CryptoCipherInputStream object.CryptoCipherOutputStream extends the CipherOutputStream.CryptoCipherOutputStream.CryptoCipherOutputStream.CryptoInputStream extends the CipherInputStream.CryptoInputStream.CryptoOutputStream extends the CipherOutputStream.CryptoOutputStream.Cryptor holds the operation mode.Decryptor can decrypt an object of type <T> (that was
previously encrypted) and return the decrypted result as object of type <R>.Encryptor can encrypt an object of type <T> and return
the encrypted result as object of type <R>.PasswordEncryptor object.PrivateKey.PublicKey.String object with the given parameters.String object with the given
parameters.String object with the given parameters.Hasher.HexDecryptor is the pendant class of HexEncryptor and decrypts given
String objects that was encrypted with HexEncryptor.HexDecryptor from the given parameters.HexDecryptor from the given parameters.HexEncryptor is the pendant class of HexDecryptor and encrypts given
String objects that can be decrypted with HexDecryptor.HexEncryptor from the given parameters.HexEncryptor from the given parameters.IntegerDecryptor can decrypt a Integer object (that was previously
encrypted) and return the decrypted result as Integer object.IntegerEncryptor can encrypt a Integer object and return the
encrypted result as Integer object.KeyExtensions holds utility methods for read public and private keys from
files.KeyRule can define a rule for encrypt and decrypt a key.KeyTrustExtensions holds methods for creating TrustManager
array objects and KeyManager array objects.AlgorithmParameterSpec from the given salt and
iteration count.Cipher from the given parameters.Cipher from the given parameters.Cipher from the given private key.Cipher from the given parameters.Cipher from the given parameters.Cipher from the given parameters.Cipher from the given parameters.Cipher from the given parameters.KeySpec from the given private key.SecretKeyFactory from the given algorithm.Obfuscatable provide method to obfuscate text and disentangle it back.Obfuscator obfuscates the given SimpleKeyRule.Obfuscator.PasswordEncryptor is a singleton and helps to generate secure encrypted random
passwords.PrivateKeyDecryptor decrypts encrypted byte array the was encrypted with the
public key of the pendant private key of this class.PrivateKeyDecryptor with the given CryptModel.PrivateKeyExtensions.PrivateKeyHexDecryptor decrypts encrypted characters the was encrypted with the
public key of the pendant private key of this class.PrivateKeyHexDecryptor with the given PrivateKey.PublicKeyEncryptor can encrypt a byte array with his public key.PublicKeyEncryptor with the given CryptModel.PublicKeyExtensions.PublicKeyHexEncryptor can encrypt characters with his public key.PublicKeyHexEncryptor with the given PublicKey.KeyManager array from the keystore that is resolved from the given
parameters.TrustManager array from the keystore that is resolved from the given
parameters.SimpleBaseDecryptor.SimpleBaseDecryptor with the given private key.SimpleBaseEncryptor.SimpleBaseEncryptor with the given private key.SimpleCrypt is an utility class for the use of encrypt or decrypt information.SimpleDecryptor is a simple StringDecryptor implementation.SimpleDecryptor with the given private key.SimpleEncryptor is a simple StringEncryptor implementation.SimpleEncryptor with the given private key.SimpleKeyRule can define a simple rule for encrypt and decrypt a key.SimpleKeyRule.StringDecryptor can decrypt a String object (that was previously
encrypted) and return the decrypted result as String object.StringEncryptor can encrypt a String object and return the
encrypted result as String object.int to a hexadecimal value.WordlistsProcessor can process a list of words.WordlistsProcessor object.Copyright © 2015–2016 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.