Uses of Class
javax.crypto.ExemptionMechanismSpi
| Package | Description |
|---|---|
| javax.crypto |
This package provides the classes and interfaces for cryptographic applications implementing algorithms for encryption, decryption, or
key agreement.
|
-
Uses of ExemptionMechanismSpi in javax.crypto
Constructors in javax.crypto with parameters of type ExemptionMechanismSpi Constructor Description ExemptionMechanism(ExemptionMechanismSpi exmechSpi, Provider provider, String mechanism)Creates aExemptionMechanisminstance.