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 |
static BinaryLightToken |
LightTokenEncoder.encode(eu.eidas.auth.commons.light.ILightToken token,
String secret,
String algorithm)
This method created a BinaryLightToken from the supplied LightToken, with the supplied parameters.
|
Copyright © 2020. All Rights Reserved.