mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-06 17:25:05 -05:00
10 lines
183 B
Java
10 lines
183 B
Java
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
|
|
{
|
|
}
|