Class OoxmlUtils
- java.lang.Object
-
- net.sf.jasperreports.engine.export.ooxml.OoxmlUtils
-
public final class OoxmlUtils extends Object
- Author:
- Sanda Zaharia (shertage@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description OoxmlUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]
getSalt()
static PaperSizeEnum
getSuitablePaperSize(PrintPageFormat pageFormat)
static byte[]
sha512(String text, byte[] salt, int spinCount)
-
-
-
Method Detail
-
getSuitablePaperSize
public static PaperSizeEnum getSuitablePaperSize(PrintPageFormat pageFormat)
-
sha512
public static byte[] sha512(String text, byte[] salt, int spinCount)
-
getSalt
public static byte[] getSalt()
-
-