mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-07 01:35:00 -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
|
||
|
{
|
||
|
}
|