Module crypt.data
The MIT License
Copyright (C) 2015 Asterios Raptis
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
associated documentation files (the "Software"), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge, publish, distribute,
sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or
substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT
NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-
Packages
Exports Package Description io.github.astrapi69.crypt.data.algorithm This package provides classes for creating adhocAlgorithm
object from string objectsio.github.astrapi69.crypt.data.blockchain This package provides classes for creating blockchainsio.github.astrapi69.crypt.data.certificate This package provides classes that holds information for certificatesio.github.astrapi69.crypt.data.factory This package provides factory classes for create cipher and other java security objectsio.github.astrapi69.crypt.data.hash This package provides classes for hash text valuesio.github.astrapi69.crypt.data.hex This package provides classes for hex text valuesio.github.astrapi69.crypt.data.key.reader This package provides utility reader classes for reading certificates objects, private and public keys in *.der or *.pem format and encrypted private keys that are protected with a password from files or byte arrays.io.github.astrapi69.crypt.data.key.writer This package provides utility writer classes for write certificates objects, private and public keys in *.der or *.pem format and decrypt private keys that are protected with a password from files or byte arrays.io.github.astrapi69.crypt.data.model This package provides bean classes that holds data for the encryption or decryption processio.github.astrapi69.crypt.data.obfuscation.rule This package provides classes that defines obfuscation rulesio.github.astrapi69.crypt.data.obfuscation.rules This package provides classes that decorates obfuscation rules
-