io.github.astrapi69.crypt.data.key.writer.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of crypt-data Show documentation
Show all versions of crypt-data Show documentation
Utility project that provides data beans, writers and readers for encryption and decryption
/**
* 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. For detailed information see the documentation of the specific writer
* classes.
*/
package io.github.astrapi69.crypt.data.key.writer;