AbstractCryptor provides factory methods that may or must be
overwritten dependent of the specific implementor class.CryptModel.AbstractDecryptor can be extended for providing the decrypting
feature.CryptModel.AbstractEncryptor can be extended for providing the encrypting
feature.CryptModel.AbstractStringDecryptor provides a base implementation for decrypting
String objects.CryptModel.AbstractStringEncryptor provides a base implementation for encrypting
String objects.CryptModel.BaseCryptor provides a base implementation for some methods of the
AbstractCryptor.CryptModel.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.ChainableStringDecryptor can take many Decryptor objects and decrypts
the given string with all the given Decryptor objects.ChainableStringDecryptor object.ChainableStringEncryptor can take many Encryptor objects and encrypts
the given string with all the given Encryptor objects.ChainableStringEncryptor object.ChainableStringDecryptor. This class will be
removed in the next major release.ChainedStringDecryptor object.ChainableStringEncryptor. This class will be
removed in the next major release.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.String object with the given parameters.String object with the given
parameters.String object with the given parameters.Hasher.HexableDecryptor is the pendant class of HexableEncryptor and decrypts
given String objects that was encrypted with HexableEncryptor.HexableDecryptor from the given parameters.HexableDecryptor from the given parameters.HexableEncryptor is the pendant class of HexableDecryptor and encrypts
given String objects that can be decrypted with HexableDecryptor.HexableEncryptor from the given parameters.HexableEncryptor from the given parameters.HexableDecryptor. This class will be removed in the
next major release.HexDecryptor from the given parameters.HexDecryptor from the given parameters.HexExtensions. This class will be removed in the next
major release.HexableEncryptor. This class will be removed in the
next major release.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.PublicKeyReader, PrivateKeyReader and
PemObjectReader.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.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.Cipher from the given parameters.KeySpec from the given private key.KeySpec from the given private key.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.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.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–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.