|
1 | | -/* |
2 | | - * The contents of this file are subject to the Mozilla Public License |
3 | | - * Version 1.1 (the "License"); you may not use this file except in |
4 | | - * compliance with the License. You may obtain a copy of the License at |
5 | | - * http://www.mozilla.org/MPL/ |
6 | | - * |
7 | | - * Software distributed under the License is distributed on an "AS IS" |
8 | | - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the |
9 | | - * License for the specific language governing rights and limitations |
10 | | - * under the License. |
11 | | - * |
12 | | - * The Original Code is 'JSignPdf, a free application for PDF signing'. |
13 | | - * |
14 | | - * The Initial Developer of the Original Code is Josef Cacek. |
15 | | - * Portions created by Josef Cacek are Copyright (C) Josef Cacek. All Rights Reserved. |
16 | | - * |
17 | | - * Contributor(s): Josef Cacek. |
18 | | - * |
19 | | - * Alternatively, the contents of this file may be used under the terms |
20 | | - * of the GNU Lesser General Public License, version 2.1 (the "LGPL License"), in which case the |
21 | | - * provisions of LGPL License are applicable instead of those |
22 | | - * above. If you wish to allow use of your version of this file only |
23 | | - * under the terms of the LGPL License and not to allow others to use |
24 | | - * your version of this file under the MPL, indicate your decision by |
25 | | - * deleting the provisions above and replace them with the notice and |
26 | | - * other provisions required by the LGPL License. If you do not delete |
27 | | - * the provisions above, a recipient may use your version of this file |
28 | | - * under either the MPL or the LGPL License. |
29 | | - */ |
30 | 1 | package net.sf.jsignpdf; |
31 | 2 |
|
32 | 3 | import org.bouncycastle.crypto.BufferedBlockCipher; |
|
0 commit comments