Package | Description |
---|---|
org.apache.ws.commons.util |
This package contains some utility classes, which aren't worth a separate
package.
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
Base64.decode(char[] pBuffer)
Converts the given base64 encoded character buffer into a byte array.
|
static byte[] |
Base64.decode(char[] pBuffer,
int pOffset,
int pLength)
Converts the given base64 encoded character buffer into a byte array.
|
static byte[] |
Base64.decode(String pBuffer)
Converts the given base64 encoded String into a byte array.
|
Copyright © 2005-2016 Apache Software Foundation. All Rights Reserved.