Searched refs:decodeBase64 (Results 1 – 17 of 17) sorted by relevance
41 return StringUtils.decodeBase64(incomingSound); in getIncomingSoundBytes()45 return StringUtils.decodeBase64(outgoingSound); in getOutgoingSoundBytes()
175 return getPublicKeyFromDer(decodeBase64(publicKeyObject)); in getPublicKeyFromPem()187 return getPrivateKeyFromDer(decodeBase64(privateKeyObject)); in getPrivateKeyFromPem()206 return verify(decodeBase64(signature), in isValid()
53 byte[] actual = decodeBase64(signature); in isValid()
197 public static byte[] decodeBase64(String s) { in decodeBase64() method in OAuthSignatureMethod
20 return base64.decodeBase64(str); in decode()
116 this.decodedData = StringUtils.decodeBase64(data); in getDecodedData()
220 return decodeBase64(pArray); in decode()372 public static byte[] decodeBase64(byte[] base64Data) { in decodeBase64() method in Base64
87 return Base64.decodeBase64(bytes); in doDecoding()
495 public static byte[] decodeBase64(String base64String) throws XMPException in decodeBase64() method in XMPUtils
139 response = sc.evaluateChallenge(StringUtils.decodeBase64(challenge)); in challengeReceived()
320 function decodeBase64(str) { function
713 public static byte[] decodeBase64(String data) { in decodeBase64() method in StringUtils
638 byte [] bytes = StringUtils.decodeBase64(valueText); in parseProperties()
639 byte [] bytes = StringUtils.decodeBase64(valueText);
420 return StringUtils.decodeBase64(photoBinval); in getAvatar()
1411 value = XMPUtils.decodeBase64(rawValue);