HomeSort by relevance Sort by last modified time
    Searched full:storeparams (Results 1 - 4 of 4) sorted by null

  /libcore/luni/src/test/java/tests/targets/security/cert/
CertPathBuilderTestPKIX.java 58 CertStoreParameters storeParams = new CollectionCertStoreParameters(certList);
60 CertStore certStore = CertStore.getInstance("Collection", storeParams);
CertPathValidatorTestPKIX.java 72 CertStoreParameters storeParams = new CollectionCertStoreParameters(
75 CertStore certStore = CertStore.getInstance("Collection", storeParams);
  /external/webrtc/talk/session/media/
srtpfilter.h 147 bool StoreParams(const std::vector<CryptoParams>& params,
srtpfilter.cc 135 return StoreParams(offer_params, source);
304 bool SrtpFilter::StoreParams(const std::vector<CryptoParams>& params,

Completed in 328 milliseconds