Class Base16Codec
java.lang.Object
software.amazon.awssdk.utils.internal.Base16Codec
A Base 16 codec implementation.
- 
Method Summary
 
- 
Method Details
- 
encode
public byte[] encode(byte[] src)  - 
decode
public byte[] decode(byte[] src, int length)  
 -