Package org.pgpainless.util
Class BCUtil
- java.lang.Object
-
- org.pgpainless.util.BCUtil
-
public class BCUtil extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BCUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.io.InputStreamgetPgpDecoderInputStream(byte[] bytes)static java.io.InputStreamgetPgpDecoderInputStream(java.io.InputStream inputStream)
-
-
-
Method Detail
-
getPgpDecoderInputStream
public static java.io.InputStream getPgpDecoderInputStream(@Nonnull byte[] bytes) throws java.io.IOException- Throws:
java.io.IOException
-
getPgpDecoderInputStream
public static java.io.InputStream getPgpDecoderInputStream(@Nonnull java.io.InputStream inputStream) throws java.io.IOException- Throws:
java.io.IOException
-
-