|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Base64Exception | |
---|---|
org.apache.cxf.common.util | |
org.apache.cxf.rs.security.oauth2.auth.saml | |
org.apache.cxf.rs.security.oauth2.utils | |
org.apache.cxf.rs.security.saml |
Uses of Base64Exception in org.apache.cxf.common.util |
---|
Methods in org.apache.cxf.common.util that throw Base64Exception | |
---|---|
static void |
Base64Utility.decode(char[] id,
int o,
int l,
OutputStream ostream)
|
static byte[] |
Base64Utility.decode(String id)
|
static void |
Base64Utility.decode(String id,
OutputStream ostream)
|
static byte[] |
Base64Utility.decodeChunk(char[] id,
int o,
int l)
The decode_chunk routine decodes a chunk of data
into its native encoding. |
static void |
Base64Utility.encode(byte[] id,
int o,
int l,
Writer writer)
|
static void |
Base64Utility.encodeChunk(byte[] id,
int o,
int l,
OutputStream ostream)
|
Uses of Base64Exception in org.apache.cxf.rs.security.oauth2.auth.saml |
---|
Methods in org.apache.cxf.rs.security.oauth2.auth.saml that throw Base64Exception | |
---|---|
protected String |
Saml2BearerAuthOutInterceptor.encodeToken(String token)
|
Uses of Base64Exception in org.apache.cxf.rs.security.oauth2.utils |
---|
Methods in org.apache.cxf.rs.security.oauth2.utils that throw Base64Exception | |
---|---|
static byte[] |
Base64UrlUtility.decode(String encoded)
|
Uses of Base64Exception in org.apache.cxf.rs.security.saml |
---|
Methods in org.apache.cxf.rs.security.saml that throw Base64Exception | |
---|---|
protected String |
AbstractSamlOutInterceptor.encodeToken(String assertion)
|
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |