Package io.jans.fido2.service.util
Class CommonUtilService
- java.lang.Object
-
- io.jans.fido2.service.util.CommonUtilService
-
@ApplicationScoped public class CommonUtilService extends Object
-
-
Constructor Summary
Constructors Constructor Description CommonUtilService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ByteArrayOutputStream
writeOutputStreamByteList(List<byte[]> list)
-
-
-
Method Detail
-
writeOutputStreamByteList
public ByteArrayOutputStream writeOutputStreamByteList(List<byte[]> list) throws IOException
- Throws:
IOException
-
-