Searched refs:getDecoder (Results 1 – 17 of 17) sorted by relevance
63 byte[] key = Base64.getDecoder().decode(base64); in createKey()97 signature = Base64.getDecoder().decode(base64Signature); in verifySignature()
94 config = new String(Base64.getDecoder().decode(config), StandardCharsets.UTF_8); in handlePackageBroadcast()
455 byte[] keyBytes = Base64.getDecoder().decode(INSECURE_PRIVATE_KEY_FOR_ENDPOINT1_BASE64); in getInsecurePrivateKeyForEndpoint1()462 byte[] certPathBytes = Base64.getDecoder().decode(base64CertPath); in decodeCertPath()
84 byte[] certPathBytes = Base64.getDecoder().decode(base64CertPath); in decodeCertPath()
51 return Base64.getDecoder().decode(string); in decodeBase64()
213 Base64.getDecoder().decode(SIGNATURE_BASE64), in verifyRsaSha256Signature_succeeds()225 SIGNER_PUBLIC_KEY, Base64.getDecoder().decode(SIGNATURE_BASE64), in verifyRsaSha256Signature_throwsIfMismatchSignature()239 Base64.getDecoder().decode(SIGNATURE_BASE64), in verifyRsaSha256Signature_throwsIfWrongKeyType()
287 byte[] bytes = Base64.getDecoder().decode(str); in decodeBase64Cert()
270 inline const sp<DecoderBase> &getDecoder(bool audio) { in getDecoder() function
1192 getDecoder(audio)->initiateShutdown(); // In the middle of a seek. in onMessageReceived()1740 getDecoder(audio)->initiateShutdown(); in handleFlushComplete()2125 const sp<DecoderBase> &decoder = getDecoder(audio); in flushDecoder()2953 const sp<DecoderBase> &videoDecoder = getDecoder(false/*audio*/); in onReleaseDrm()2959 const sp<DecoderBase> &audioDecoder = getDecoder(true/*audio*/); in onReleaseDrm()
230 return Base64.getDecoder().decode(str); in decodeBase64()
284 final byte[] decoded = Base64.getDecoder().decode(hash); in loadFromXml()
521 actual = java.util.Base64.getDecoder().decode(encodedActual); in verifyMessageDigest()
174 byte[] rawParcelData = Base64.getDecoder().decode(parsedArgs.mPreloadApp); in processOneCommand()
594 return Base64.getDecoder().decode(encoded); in decodeFromIpsecSecret()
28503 HSPLjava/util/Base64;->getDecoder()Ljava/util/Base64$Decoder;
70629 method public static java.util.Base64.Decoder getDecoder();
70773 method public static java.util.Base64.Decoder getDecoder();