Package | Description |
---|---|
eu.eidas.auth.commons.tx |
Modifier and Type | Method and Description |
---|---|
static BinaryLightToken |
LightTokenEncoder.decode(byte[] bytes,
String secret,
String algorithm)
Decodes an array to a BinaryLightToken encapsulating the logical LightToken.
|
static BinaryLightToken |
LightTokenEncoder.decodeBase64(byte[] bytes,
String secret,
String algorithm)
Same as
LightTokenEncoder.decode(byte[], String, String) , but it performs a safe BASE64 deocding as well |
Copyright © 2020. All Rights Reserved.