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
ExemptionMechanism
defines the exemption mechanism names that can be specified in the permission policy file that accompanies an application considered “exempt” from cryptographic restrictions.The enumGSSAPIMechanism
can be specified when using GSSAPI.The interfaceMechanism
is for enums that represents a mechanismThe enumPBEMechanism
defines some of the password-based encryption (PBE).The enumSaslClientMechanism
provides all the algorithm names that can be specified * when generating an instance ofjavax.security.sasl.SaslClient
.The enumSaslServerMechanism
provides all the algorithm names that can be specified * when generating an instance ofjavax.security.sasl.SaslServer
.