Searched defs:decodeBase64 (Results 1 – 5 of 5) sorted by relevance
24 sp<ABuffer> decodeBase64(const AString &s) { in decodeBase64() function41 bool decodeBase64(uint8_t *out, size_t *inOutBufSize, const char* s) { in decodeBase64() function
50 private static byte[] decodeBase64(String string) { in decodeBase64() method in X509CertificateParsingUtils
67 public static byte[] decodeBase64(byte[] base64Data) { in decodeBase64() method in Base64
27 sp<Buffer> decodeBase64(const std::string &s) { in decodeBase64() function
228 public static byte[] decodeBase64(String str) throws CertParsingException { in decodeBase64() method in CertUtils