public class TokenStorageServiceImpl extends Object implements TokenStorageService
| Constructor and Description |
|---|
TokenStorageServiceImpl() |
| 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) |
public SCAResponseTO fromBytes(byte[] tokenBytes) throws IOException
fromBytes in interface TokenStorageServiceIOExceptionpublic byte[] toBytes(SCAResponseTO response) throws IOException
toBytes in interface TokenStorageServiceIOExceptionpublic <T extends SCAResponseTO> T fromBytes(byte[] tokenBytes, Class<T> klass) throws IOException
fromBytes in interface TokenStorageServiceIOExceptionpublic String toBase64String(SCAResponseTO response) throws IOException
toBase64String in interface TokenStorageServiceIOExceptionCopyright © 2019. All rights reserved.