Searched refs:getDecoder (Results 1 – 14 of 14) sorted by relevance
455 byte[] keyBytes = Base64.getDecoder().decode(INSECURE_PRIVATE_KEY_FOR_ENDPOINT1_BASE64); in getInsecurePrivateKeyForEndpoint1()462 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()
286 byte[] bytes = Base64.getDecoder().decode(str); in decodeBase64Cert()
270 inline const sp<DecoderBase> &getDecoder(bool audio) { in getDecoder() function
1179 getDecoder(audio)->initiateShutdown(); // In the middle of a seek. in onMessageReceived()1750 getDecoder(audio)->initiateShutdown(); in handleFlushComplete()2120 const sp<DecoderBase> &decoder = getDecoder(audio); in flushDecoder()2946 const sp<DecoderBase> &videoDecoder = getDecoder(false/*audio*/); in onReleaseDrm()2952 const sp<DecoderBase> &audioDecoder = getDecoder(true/*audio*/); in onReleaseDrm()
263 inline const sp<DecoderBase> &getDecoder(bool audio) { in getDecoder() function
1319 getDecoder(audio)->initiateShutdown(); // In the middle of a seek. in onMessageReceived()1798 getDecoder(audio)->initiateShutdown(); in handleFlushComplete()2167 const sp<DecoderBase> &decoder = getDecoder(audio); in flushDecoder()3034 const sp<DecoderBase> &videoDecoder = getDecoder(false/*audio*/); in onReleaseDrm()3040 const sp<DecoderBase> &audioDecoder = getDecoder(true/*audio*/); in onReleaseDrm()
223 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()
66977 Ljava/util/Base64;->getDecoder()Ljava/util/Base64$Decoder;
11430 HPLjava/util/Base64;->getDecoder()Ljava/util/Base64$Decoder;
65985 method public static java.util.Base64.Decoder getDecoder();