public interface TokenStorageService
| Modifier and Type | Method and Description |
|---|---|
SCAResponseTO |
fromBytes(byte[] tokenBytes) |
<T extends SCAResponseTO> |
fromBytes(byte[] tokenBytes,
Class<T> klass) |
String |
toBase64String(SCAResponseTO response) |
byte[] |
toBytes(SCAResponseTO response) |
SCAResponseTO fromBytes(byte[] tokenBytes) throws IOException
IOExceptionbyte[] toBytes(SCAResponseTO response) throws IOException
IOException<T extends SCAResponseTO> T fromBytes(byte[] tokenBytes, Class<T> klass) throws IOException
IOExceptionString toBase64String(SCAResponseTO response) throws IOException
IOExceptionCopyright © 2019. All rights reserved.