wolfssljni/examples/MyRsaEncCtx.java

31 lines
964 B
Java
Raw Normal View History

2013-11-08 13:38:38 -06:00
/* MyRsaEncCtx.java
*
2023-03-29 17:15:16 -05:00
* Copyright (C) 2006-2023 wolfSSL Inc.
2013-11-08 13:38:38 -06:00
*
* This file is part of wolfSSL.
2013-11-08 13:38:38 -06:00
*
* wolfSSL is free software; you can redistribute it and/or modify
2013-11-08 13:38:38 -06:00
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* wolfSSL is distributed in the hope that it will be useful,
2013-11-08 13:38:38 -06:00
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
2023-03-29 17:15:16 -05:00
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
2013-11-08 13:38:38 -06:00
*/
import java.io.*;
import java.net.*;
import com.wolfssl.*;
class MyRsaEncCtx
{
/* stub for now, not needed by example RSA encrypt callback */
}