- encode(Object) - Method in class org.apache.felix.webconsole.plugins.upnp.internal.Base64
-
Encodes an Object using the base64 algorithm.
- encode(byte[]) - Method in class org.apache.felix.webconsole.plugins.upnp.internal.Base64
-
Encodes a byte[] containing binary data, into a byte[] containing characters in the Base64 alphabet.
- encodeBase64(byte[]) - Static method in class org.apache.felix.webconsole.plugins.upnp.internal.Base64
-
Encodes binary data using the base64 algorithm but does not chunk the output.
- encodeBase64(byte[], boolean) - Static method in class org.apache.felix.webconsole.plugins.upnp.internal.Base64
-
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
- encodeBase64(byte[], boolean, boolean) - Static method in class org.apache.felix.webconsole.plugins.upnp.internal.Base64
-
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
- encodeBase64(byte[], boolean, boolean, int) - Static method in class org.apache.felix.webconsole.plugins.upnp.internal.Base64
-
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
- encodeBase64Chunked(byte[]) - Static method in class org.apache.felix.webconsole.plugins.upnp.internal.Base64
-
Encodes binary data using the base64 algorithm and chunks the encoded output into 76 character blocks
- encodeBase64String(byte[]) - Static method in class org.apache.felix.webconsole.plugins.upnp.internal.Base64
-
Encodes binary data using the base64 algorithm into 76 character blocks separated by CRLF.
- encodeBase64URLSafe(byte[]) - Static method in class org.apache.felix.webconsole.plugins.upnp.internal.Base64
-
Encodes binary data using a URL-safe variation of the base64 algorithm but does not chunk the output.
- encodeBase64URLSafeString(byte[]) - Static method in class org.apache.felix.webconsole.plugins.upnp.internal.Base64
-
Encodes binary data using a URL-safe variation of the base64 algorithm but does not chunk the output.
- encodeInteger(BigInteger) - Static method in class org.apache.felix.webconsole.plugins.upnp.internal.Base64
-
Encodes to a byte64-encoded integer according to crypto standards such as W3C's XML-Signature
- encodeToString(byte[]) - Method in class org.apache.felix.webconsole.plugins.upnp.internal.Base64
-
Encodes a byte[] containing binary data, into a String containing characters in the Base64 alphabet.