MCPcopy Create free account
hub / github.com/bhdrkn/Java-Examples / Base64

Class Base64

jce-encrypt/src/main/java/com/bahadirakin/utils/Base64.java:150–2101  ·  view source on GitHub ↗

Encodes and decodes to and from Base64 notation. Homepage: http://iharder.net/base64 . Example: String encoded = Base64.encode( myByteArray ); byte[] myByteArray = Base64.decode( encoded ); <p

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected