byte[]
objects.byte[]
objects.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>.FileDecryptor
can decrypt a File
object (that was previously
encrypted) and return the decrypted result as File
object.FileEncryptor
can encrypt a File
object and return the encrypted
result as File
object.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.KeyRule
can define a rule for obfuscate and disentangle over a key.Obfuscatable
provide method to obfuscate text and disentangle it back.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.Copyright © 2015–2018 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.