Package org.qdl_lang.variables.codecs
Class Base64Codec
- java.lang.Object
- 
- org.qdl_lang.variables.codecs.Base64Codec
 
- 
- All Implemented Interfaces:
- AbstractCodec
 
 public class Base64Codec extends Object implements AbstractCodec Created by Jeff Gaynor 
 on 3/27/23 at 8:03 AM
- 
- 
Constructor SummaryConstructors Constructor Description Base64Codec()
 
- 
- 
- 
Method Detail- 
encodepublic String encode(String token) - Specified by:
- encodein interface- AbstractCodec
 
 - 
decodepublic String decode(String encoded) - Specified by:
- decodein interface- AbstractCodec
 
 
- 
 
-