Uses of Class
javax.crypto.ExemptionMechanism
| Package | Description |
|---|---|
| javax.crypto |
This package provides the classes and interfaces for cryptographic applications implementing algorithms for encryption, decryption, or
key agreement.
|
-
Uses of ExemptionMechanism in javax.crypto
Methods in javax.crypto that return ExemptionMechanism Modifier and Type Method Description ExemptionMechanismCipher. getExemptionMechanism()Returns the exemption mechanism associated with this cipher.static ExemptionMechanismExemptionMechanism. getInstance(String algorithm)Returns a newExemptionMechanisminstance that provides the specified exemption mechanism algorithm.static ExemptionMechanismExemptionMechanism. getInstance(String algorithm, String provider)Returns a newExemptionMechansminstance that provides the specified exemption mechanism algorithm from the specified provider.static ExemptionMechanismExemptionMechanism. getInstance(String algorithm, Provider provider)Returns a newExemptionMechanisminstance that provides the specified exemption mechanism algorithm from the specified provider.