Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ExemptionMechanism.java « crypto « javax « java « main « src « jce - gitlab.com/quite/humla-spongycastle.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 49846ee9298d4900571083bc151bc3f729f42e95 (plain)
1
2
3
4
5
6
7
8
9
package javax.crypto;

/**
 * this is a place holder class, no exemption mechanism facility is
 * required in this modified version of the JCE
 */
public class ExemptionMechanism
{
}