MCPcopy Create free account
hub / github.com/bit4woo/burp-api-drops / encode

Method encode

src/custom/Base64.java:454–456  ·  view source on GitHub ↗

Base64-encode the given data and return a newly allocated byte[] with the result. @param input the data to encode @param flags controls certain features of the encoded output. Passing DEFAULT results in output that adheres to RFC 2045. @return base64 encoded input as bytes

(byte[] input, int flags)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

encryptMethod · 0.95
encodeToStringMethod · 0.95

Calls 1

processMethod · 0.95

Tested by

no test coverage detected