Uses of Class
org.apache.cxf.common.util.Base64Exception
-
Packages that use Base64Exception Package Description org.apache.cxf.common.util org.apache.cxf.rs.security.oauth2.auth.saml org.apache.cxf.rs.security.saml org.apache.cxf.sts.rest -
-
Uses of Base64Exception in org.apache.cxf.common.util
Methods in org.apache.cxf.common.util that throw Base64Exception Modifier and Type Method Description static byte[]Base64UrlUtility. decode(String encoded)static voidBase64Utility. decode(char[] id, int o, int l, OutputStream ostream)static byte[]Base64Utility. decode(String id)static byte[]Base64Utility. decode(String id, boolean urlSafe)static voidBase64Utility. decode(String id, OutputStream ostream)static byte[]Base64Utility. decodeChunk(char[] id, int o, int l)Thedecode_chunkroutine decodes a chunk of data into its native encoding.static voidBase64Utility. encode(byte[] id, int o, int l, Writer writer)static voidBase64Utility. 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 Modifier and Type Method Description protected StringSaml2BearerAuthOutInterceptor. encodeToken(String token) -
Uses of Base64Exception in org.apache.cxf.rs.security.saml
Methods in org.apache.cxf.rs.security.saml that throw Base64Exception Modifier and Type Method Description protected StringAbstractSamlOutInterceptor. encodeToken(String assertion) -
Uses of Base64Exception in org.apache.cxf.sts.rest
Methods in org.apache.cxf.sts.rest that throw Base64Exception Modifier and Type Method Description protected StringRESTSecurityTokenServiceImpl. encodeToken(String assertion)
-