org.jboss.security
public class Base64Utils extends Object
Modifier and Type | Field and Description |
---|---|
static String |
BASE16_ENCODING |
static String |
BASE64_ENCODING |
Constructor and Description |
---|
Base64Utils() |
public static final String BASE64_ENCODING
public static final String BASE16_ENCODING
public static String tob64(byte[] buffer)
public static byte[] fromb64(String str) throws NumberFormatException
NumberFormatException
Copyright © 2015 JBoss Inc.. All Rights Reserved.