Module crypt.api
Package io.github.astrapi69.crypt.api.mechanism
This package provides an enum with some of the password-based encryption (PBE) algorithms
-
Interface Summary Interface Description Mechanism The interfaceMechanism
is for enums that represents a mechanism -
Enum Summary Enum Description ExemptionMechanism The enumExemptionMechanism
defines the exemption mechanism names that can be specified in the permission policy file that accompanies an application considered “exempt” from cryptographic restrictions.GSSAPIMechanism The enumGSSAPIMechanism
can be specified when using GSSAPI.PBEMechanism The enumPBEMechanism
defines some of the password-based encryption (PBE).SaslClientMechanism The enumSaslClientMechanism
provides all the algorithm names that can be specified * when generating an instance ofjavax.security.sasl.SaslClient
.SaslServerMechanism The enumSaslServerMechanism
provides all the algorithm names that can be specified * when generating an instance ofjavax.security.sasl.SaslServer
.