Package io.github.astrapi69.crypt.api.mechanism
package io.github.astrapi69.crypt.api.mechanism
This package provides an enum with some of the password-based encryption (PBE) algorithms
-
ClassDescriptionThe enum
ExemptionMechanismdefines the exemption mechanism names that can be specified in the permission policy file that accompanies an application considered “exempt” from cryptographic restrictions.The enumGSSAPIMechanismcan be specified when using GSSAPI.The interfaceMechanismis for enums that represents a mechanismThe enumPBEMechanismdefines some of the password-based encryption (PBE).The enumSaslClientMechanismprovides all the algorithm names that can be specified * when generating an instance ofjavax.security.sasl.SaslClient.The enumSaslServerMechanismprovides all the algorithm names that can be specified * when generating an instance ofjavax.security.sasl.SaslServer.