
io.github.mmm.crypto.CryptoAccess Maven / Gradle / Ivy
package io.github.mmm.crypto;
/**
* Implementations (non-abstract sub-classes) of {@link CryptoAccess} represent the main entry point for the API
* provided by this security library. All implementations act as factory for according security objects to create keys,
* encryptors/decryptors, signatures, hashes, or random.
*
* @see io.github.mmm.crypto.asymmetric.access.AsymmetricAccess
* @see io.github.mmm.crypto.symmetric.access.SymmetricAccess
*
* @since 1.0.0
*/
public abstract class CryptoAccess {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy