Uses of Interface
java.util.List
| Package | Description |
|---|---|
| com.squareup.okhttp | |
| com.squareup.okhttp.internal | |
| com.squareup.okhttp.internal.http | |
| com.squareup.okhttp.internal.spdy | |
| java.lang | |
| java.net | |
| java.security |
Extensible cryptographic service provider infrastructure (SPI) for using
and defining services such as
Certificates,
Keys, KeyStores, MessageDigests, and Signatures. |
| java.security.cert |
This package provides all the classes and all the interfaces needed to generate, administer and verify
X.509 certificates.
|
| java.util | |
| java.util.concurrent |
Utility classes commonly useful in concurrent programming.
|
| java.util.logging | |
| javax.net.ssl |
This package provides classes and interfaces needed to use the Secure
Sockets Layer (SSL) protocol and the successor Transport Layer
Security (TLS) protocol.
|
| javax.xml.xpath | |
| libcore.util | |
| org.apache.harmony.security.fortress | |
| org.apache.harmony.security.pkcs7 | |
| org.apache.harmony.security.pkcs8 | |
| org.apache.harmony.security.provider.cert | |
| org.apache.harmony.security.x509 | |
| org.apache.harmony.security.x509.tsp | |
| org.apache.http.auth |
The API for client-side HTTP authentication against a server,
commonly referred to as HttpAuth.
|
| org.apache.http.client |
The API for client-side HTTP communication and
entry point to the HttpClient module.
|
| org.apache.http.client.entity | |
| org.apache.http.client.protocol |
Additional request and response interceptors.
|
| org.apache.http.client.utils |
Helpers and utility classes for HttpClient.
|
| org.apache.http.conn.scheme | |
| org.apache.http.cookie |
The API for client-side state management via cookies,
commonly referred to as HttpCookie.
|
| org.apache.http.impl.client | |
| org.apache.http.impl.conn | |
| org.apache.http.impl.cookie | |
| org.apache.http.message |
A selection of HTTP
message
implementations. |
| org.apache.http.protocol |
HTTP protocol execution framework.
|
| org.apache.xalan.templates |
Implements the
Templates interface,
and defines a set of classes that represent an XSLT stylesheet. |
| org.bouncycastle.cert | |
| org.bouncycastle.cms | |
| org.bouncycastle.jcajce.provider.asymmetric.x509 | |
| org.bouncycastle.jce.provider | |
| org.bouncycastle.util.io.pem | |
| org.bouncycastle.x509 | |
| org.conscrypt | |
| org.robovm.rt.bro |
-
Uses of List in com.squareup.okhttp
Methods in com.squareup.okhttp that return List Modifier and Type Method Description List<String>Address. getTransports()Returns the client's transports.List<String>OkHttpClient. getTransports()List<String>Request. headers(String name)List<String>Response. headers(String name)Methods in com.squareup.okhttp with parameters of type List Modifier and Type Method Description OkAuthenticator.CredentialOkAuthenticator. authenticate(Proxy proxy, URL url, List<OkAuthenticator.Challenge> challenges)Returns a credential that satisfies the authentication challenge made byurl.OkAuthenticator.CredentialOkAuthenticator. authenticateProxy(Proxy proxy, URL url, List<OkAuthenticator.Challenge> challenges)Returns a credential that satisfies the authentication challenge made byproxy.OkHttpClientOkHttpClient. setTransports(List<String> transports)Configure the transports used by this client to communicate with remote servers.Method parameters in com.squareup.okhttp with type arguments of type List Modifier and Type Method Description CacheResponseHttpResponseCache. get(URI uri, String requestMethod, Map<String,List<String>> requestHeaders)CacheResponseOkResponseCache. get(URI uri, String requestMethod, Map<String,List<String>> requestHeaders)Constructors in com.squareup.okhttp with parameters of type List Constructor Description Address(String uriHost, int uriPort, SSLSocketFactory sslSocketFactory, HostnameVerifier hostnameVerifier, OkAuthenticator authenticator, Proxy proxy, List<String> transports) -
Uses of List in com.squareup.okhttp.internal
Methods in com.squareup.okhttp.internal that return List Modifier and Type Method Description static <T> List<T>Util. immutableList(List<T> list)Returns an immutable copy oflist.Methods in com.squareup.okhttp.internal with parameters of type List Modifier and Type Method Description static <T> List<T>Util. immutableList(List<T> list)Returns an immutable copy oflist. -
Uses of List in com.squareup.okhttp.internal.http
Methods in com.squareup.okhttp.internal.http that return List Modifier and Type Method Description List<String>RawHeaders. toNameValueBlock()Returns a list of alternating names and values.List<String>RawHeaders. values(String name)Returns an immutable list of the header values forname.Methods in com.squareup.okhttp.internal.http that return types with arguments of type List Modifier and Type Method Description Map<String,List<String>>HttpsURLConnectionImpl. getHeaderFields()Map<String,List<String>>HttpURLConnectionImpl. getHeaderFields()Map<String,List<String>>HttpsURLConnectionImpl. getRequestProperties()Map<String,List<String>>HttpURLConnectionImpl. getRequestProperties()Map<String,List<String>>RawHeaders. toMultimap(boolean response)Returns an immutable map containing each field to its list of values.Methods in com.squareup.okhttp.internal.http with parameters of type List Modifier and Type Method Description voidRawHeaders. addAll(String fieldName, List<String> headerFields)static RawHeadersRawHeaders. fromNameValueBlock(List<String> nameValueBlock)Returns headers for a name value block containing a SPDY response.Method parameters in com.squareup.okhttp.internal.http with type arguments of type List Modifier and Type Method Description voidRequestHeaders. addCookies(Map<String,List<String>> allCookieHeaders)static RawHeadersRawHeaders. fromMultimap(Map<String,List<String>> map, boolean response)Creates a new instance from the given map of fields to values.CacheResponseOkResponseCacheAdapter. get(URI uri, String requestMethod, Map<String,List<String>> requestHeaders)booleanResponseHeaders. varyMatches(Map<String,List<String>> cachedRequest, Map<String,List<String>> newRequest)Returns true if none of the Vary headers on this response have changed betweencachedRequestandnewRequest. -
Uses of List in com.squareup.okhttp.internal.spdy
Methods in com.squareup.okhttp.internal.spdy that return List Modifier and Type Method Description List<String>SpdyStream. getRequestHeaders()List<String>SpdyStream. getResponseHeaders()Returns the stream's response headers, blocking if necessary if they have not been received yet.Methods in com.squareup.okhttp.internal.spdy with parameters of type List Modifier and Type Method Description SpdyStreamSpdyConnection. newStream(List<String> requestHeaders, boolean out, boolean in)Returns a new locally-initiated stream.voidSpdyStream. reply(List<String> responseHeaders, boolean out)Sends a reply to an incoming stream. -
Uses of List in java.lang
Methods in java.lang that return List Modifier and Type Method Description List<String>ProcessBuilder. command()Returns this process builder's current program and arguments.Methods in java.lang with parameters of type List Modifier and Type Method Description ProcessBuilderProcessBuilder. command(List<String> command)Changes the program and arguments of this process builder.Constructors in java.lang with parameters of type List Constructor Description ProcessBuilder(List<String> command)Constructs a newProcessBuilderinstance with the specified operating system program and its arguments. -
Uses of List in java.net
Methods in java.net that return List Modifier and Type Method Description List<HttpCookie>CookieStore. get(URI uri)Retrieves cookies that match the specified URI.List<HttpCookie>CookieStore. getCookies()Get all cookies in cookie store which are not expired.List<InterfaceAddress>NetworkInterface. getInterfaceAddresses()Returns a List of the InterfaceAddresses for this network interface.abstract List<Certificate>SecureCacheResponse. getLocalCertificateChain()Gets the local certificate chain.abstract List<Certificate>SecureCacheResponse. getServerCertificateChain()Gets the cached server's certificate chain.List<URI>CookieStore. getURIs()Get a set of URIs, which is composed of associated URI with all the cookies in the store.static List<HttpCookie>HttpCookie. parse(String header)Constructs a cookie from a string.abstract List<Proxy>ProxySelector. select(URI uri)Returns the proxy servers to use on connections touri.Methods in java.net that return types with arguments of type List Modifier and Type Method Description abstract Map<String,List<String>>CookieHandler. get(URI uri, Map<String,List<String>> requestHeaders)Gets all cookies for a specific URI from the cookie cache.Map<String,List<String>>CookieManager. get(URI uri, Map<String,List<String>> requestHeaders)Searches and gets all cookies in the cache by the specified uri in the request header.Map<String,List<String>>URLConnection. getHeaderFields()Returns an unmodifiable map of the response-header fields and values.abstract Map<String,List<String>>CacheResponse. getHeaders()Returns an immutableMapwhich contains the response headers information.Map<String,List<String>>URLConnection. getRequestProperties()Returns an unmodifiable map of general request properties used by this connection.Method parameters in java.net with type arguments of type List Modifier and Type Method Description abstract Map<String,List<String>>CookieHandler. get(URI uri, Map<String,List<String>> requestHeaders)Gets all cookies for a specific URI from the cookie cache.Map<String,List<String>>CookieManager. get(URI uri, Map<String,List<String>> requestHeaders)Searches and gets all cookies in the cache by the specified uri in the request header.abstract CacheResponseResponseCache. get(URI uri, String requestMethod, Map<String,List<String>> requestHeaders)Returns the cached response corresponding to the given request.abstract voidCookieHandler. put(URI uri, Map<String,List<String>> responseHeaders)Sets all cookies of a specific URI in theresponseHeadersinto the cookie cache.voidCookieManager. put(URI uri, Map<String,List<String>> responseHeaders)Sets cookies according to uri and responseHeaders -
Uses of List in java.security
-
Uses of List in java.security.cert
Methods in java.security.cert that return List Modifier and Type Method Description abstract List<? extends Certificate>CertPath. getCertificates()Returns an immutable List of theCertificates contained in theCertPath.List<PKIXCertPathChecker>PKIXParameters. getCertPathCheckers()Returns the list of checkers for the certification path.List<CertStore>PKIXParameters. getCertStores()Returns the list of certificate stores that are used to find certificates and CRLs.List<String>X509Certificate. getExtendedKeyUsage()Returns a read-only list of OID strings representing theExtKeyUsageSyntaxfield of the extended key usage extension.Methods in java.security.cert that return types with arguments of type List Modifier and Type Method Description Collection<List<?>>X509Certificate. getIssuerAlternativeNames()Returns a read-only list of the issuer alternative names from theIssuerAltNameextension.Collection<List<?>>X509CertSelector. getPathToNames()Returns the criterion for the pathToNames constraint.Collection<List<?>>X509Certificate. getSubjectAlternativeNames()Returns a read-only list of the subject alternative names from theSubjectAltNameextension.Collection<List<?>>X509CertSelector. getSubjectAlternativeNames()Returns the criterion for subject alternative names.Methods in java.security.cert with parameters of type List Modifier and Type Method Description CertPathCertificateFactorySpi. engineGenerateCertPath(List<? extends Certificate> certificates)Generates aCertPathfrom the provided list of certificates.CertPathCertificateFactory. generateCertPath(List<? extends Certificate> certificates)Generates aCertPathfrom the provided list of certificates.voidPKIXParameters. setCertPathCheckers(List<PKIXCertPathChecker> certPathCheckers)Sets the list of checkers for the certification path.voidPKIXParameters. setCertStores(List<CertStore> certStores)Set the list of certificate stores that are used to find certificates and CRLs.Method parameters in java.security.cert with type arguments of type List Modifier and Type Method Description voidX509CertSelector. setPathToNames(Collection<List<?>> names)Sets the criterion for the pathToNames constraint.voidX509CertSelector. setSubjectAlternativeNames(Collection<List<?>> names)Sets the criterion for subject alternative names. -
Uses of List in java.util
Classes in java.util that implement List Modifier and Type Class Description classAbstractList<E>AbstractListis an abstract implementation of theListinterface, optimized for a backing store which supports random access.classAbstractSequentialList<E>AbstractSequentialList is an abstract implementation of the List interface.classArrayList<E>ArrayList is an implementation ofList, backed by an array.classLinkedList<E>LinkedList is an implementation ofList, backed by a doubly-linked list.classStack<E>Stackis a Last-In/First-Out(LIFO) data structure which represents a stack of objects.classUnsafeArrayList<T>An array-backed list that exposes its array.classVector<E>Vector is an implementation ofList, backed by an array and synchronized.Fields in java.util declared as List Modifier and Type Field Description static ListCollections. EMPTY_LISTAn empty immutable instance ofList.static List<String>ResourceBundle.Control. FORMAT_CLASSa list defines java class formatstatic List<String>ResourceBundle.Control. FORMAT_DEFAULTa list defines default formatstatic List<String>ResourceBundle.Control. FORMAT_PROPERTIESa list defines property formatMethods in java.util that return List Modifier and Type Method Description static <T> List<T>Arrays. asList(T... array)Returns aListof the objects in the specified array.static <E> List<E>Collections. checkedList(List<E> list, Class<E> type)Returns a dynamically typesafe view of the specified list.static <T> List<T>Collections. emptyList()Returns a type-safe empty, immutableList.List<Locale>ResourceBundle.Control. getCandidateLocales(String baseName, Locale locale)Returns a list of candidate locales according tobaseNameinlocale.List<String>ResourceBundle.Control. getFormats(String baseName)Returns a list of strings of formats according tobaseName.static <T> List<T>Collections. nCopies(int length, T object)Returns a list containing the specified number of the specified element.static <E> List<E>Collections. singletonList(E object)Returns a list containing the specified element.List<E>AbstractList. subList(int start, int end)Returns a part of consecutive elements of this list as a view.List<E>List. subList(int start, int end)Returns aListof the specified portion of thisListfrom the given start index to the end index minus one.List<E>Vector. subList(int start, int end)Returns a List of the specified portion of this vector from the start index to one less than the end index.static <T> List<T>Collections. synchronizedList(List<T> list)Returns a wrapper on the specified List which synchronizes all access to the List.static <E> List<E>Collections. unmodifiableList(List<? extends E> list)Returns a wrapper on the specified list which throws anUnsupportedOperationExceptionwhenever an attempt is made to modify the list.Methods in java.util with parameters of type List Modifier and Type Method Description static <T> intCollections. binarySearch(List<? extends Comparable<? super T>> list, T object)Performs a binary search for the specified element in the specified sorted list.static <T> intCollections. binarySearch(List<? extends T> list, T object, Comparator<? super T> comparator)Performs a binary search for the specified element in the specified sorted list using the specified comparator.static <E> List<E>Collections. checkedList(List<E> list, Class<E> type)Returns a dynamically typesafe view of the specified list.static <T> voidCollections. copy(List<? super T> destination, List<? extends T> source)Copies the elements from the source list to the destination list.static <T> voidCollections. fill(List<? super T> list, T object)Fills the specified list with the specified element.static ResourceBundle.ControlResourceBundle.Control. getControl(List<String> formats)Returns a control according toformats.static ResourceBundle.ControlResourceBundle.Control. getNoFallbackControl(List<String> formats)Returns a control according toformatswhose fallback locale is null.static intCollections. indexOfSubList(List<?> list, List<?> sublist)Searches thelistforsublistand returns the beginning index of the first occurrence.static intCollections. lastIndexOfSubList(List<?> list, List<?> sublist)Searches thelistforsublistand returns the beginning index of the last occurrence.static <T> booleanCollections. replaceAll(List<T> list, T obj, T obj2)Replaces all occurrences of ObjectobjinlistwithnewObj.static voidCollections. reverse(List<?> list)Modifies the specifiedListby reversing the order of the elements.static voidCollections. rotate(List<?> lst, int dist)Rotates the elements inlistby the distancediststatic voidCollections. shuffle(List<?> list)Moves every element of the list to a random new position in the list.static voidCollections. shuffle(List<?> list, Random random)Moves every element of the list to a random new position in the list using the specified random number generator.static <T extends Comparable<? super T>>
voidCollections. sort(List<T> list)Sorts the given list in ascending natural order.static <T> voidCollections. sort(List<T> list, Comparator<? super T> comparator)Sorts the given list using the given comparator.static voidCollections. swap(List<?> list, int index1, int index2)Swaps the elements of listlistat indicesindex1andindex2.static <T> List<T>Collections. synchronizedList(List<T> list)Returns a wrapper on the specified List which synchronizes all access to the List.static <E> List<E>Collections. unmodifiableList(List<? extends E> list)Returns a wrapper on the specified list which throws anUnsupportedOperationExceptionwhenever an attempt is made to modify the list. -
Uses of List in java.util.concurrent
Classes in java.util.concurrent that implement List Modifier and Type Class Description classCopyOnWriteArrayList<E>A thread-safe random-access list.Methods in java.util.concurrent that return List Modifier and Type Method Description <T> List<Future<T>>AbstractExecutorService. invokeAll(Collection<? extends Callable<T>> tasks)<T> List<Future<T>>AbstractExecutorService. invokeAll(Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit)<T> List<Future<T>>ExecutorService. invokeAll(Collection<? extends Callable<T>> tasks)Executes the given tasks, returning a list of Futures holding their status and results when all complete.<T> List<Future<T>>ExecutorService. invokeAll(Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit)Executes the given tasks, returning a list of Futures holding their status and results when all complete or the timeout expires, whichever happens first.<T> List<Future<T>>ForkJoinPool. invokeAll(Collection<? extends Callable<T>> tasks)List<Runnable>ExecutorService. shutdownNow()Attempts to stop all actively executing tasks, halts the processing of waiting tasks, and returns a list of the tasks that were awaiting execution.List<Runnable>ForkJoinPool. shutdownNow()Possibly attempts to cancel and/or stop all tasks, and reject all subsequently submitted tasks.List<Runnable>ScheduledThreadPoolExecutor. shutdownNow()Attempts to stop all actively executing tasks, halts the processing of waiting tasks, and returns a list of the tasks that were awaiting execution.List<Runnable>ThreadPoolExecutor. shutdownNow()Attempts to stop all actively executing tasks, halts the processing of waiting tasks, and returns a list of the tasks that were awaiting execution.List<E>CopyOnWriteArrayList. subList(int from, int to) -
Uses of List in java.util.logging
Methods in java.util.logging that return List Modifier and Type Method Description List<String>LoggingMXBean. getLoggerNames()Gets a list of all currently registered logger names. -
Uses of List in javax.net.ssl
Methods in javax.net.ssl that return List Modifier and Type Method Description List<KeyStore.Builder>KeyStoreBuilderParameters. getParameters()Returns the unmodifiable list ofKeyStore.Builders associated with this parameters instance.Constructors in javax.net.ssl with parameters of type List Constructor Description KeyStoreBuilderParameters(List<KeyStore.Builder> parameters)Creates a newKeyStoreBuilderParameterswith the specified list ofKeyStore.Builders. -
Uses of List in javax.xml.xpath
Methods in javax.xml.xpath with parameters of type List Modifier and Type Method Description ObjectXPathFunction. evaluate(List args)Evaluate the function with the specified arguments. -
Uses of List in libcore.util
Methods in libcore.util with parameters of type List Modifier and Type Method Description static <T> voidCollectionUtils. removeDuplicates(List<T> list, Comparator<? super T> comparator)Sorts and removes duplicate elements fromlist. -
Uses of List in org.apache.harmony.security.fortress
Methods in org.apache.harmony.security.fortress that return List Modifier and Type Method Description List<String>SecurityAccess. getAliases(Provider.Service s)Access to Service.getAliases()static List<Provider>Services. getProvidersList()Returns a copy of the registered providers as a list. -
Uses of List in org.apache.harmony.security.pkcs7
Methods in org.apache.harmony.security.pkcs7 that return List Modifier and Type Method Description List<AttributeTypeAndValue>SignerInfo. getAuthenticatedAttributes()List<Certificate>SignedData. getCertificates()List<CertificateList>SignedData. getCRLs()List<SignerInfo>SignedData. getSignerInfos() -
Uses of List in org.apache.harmony.security.pkcs8
Methods in org.apache.harmony.security.pkcs8 that return List Modifier and Type Method Description ListPrivateKeyInfo. getAttributes()Constructors in org.apache.harmony.security.pkcs8 with parameters of type List Constructor Description PrivateKeyInfo(int version, AlgorithmIdentifier privateKeyAlgorithm, byte[] privateKey, List attributes) -
Uses of List in org.apache.harmony.security.provider.cert
Methods in org.apache.harmony.security.provider.cert that return List Modifier and Type Method Description List<X509Certificate>X509CertPathImpl. getCertificates()List<String>X509CertImpl. getExtendedKeyUsage()Methods in org.apache.harmony.security.provider.cert that return types with arguments of type List Modifier and Type Method Description Collection<List<?>>X509CertImpl. getIssuerAlternativeNames()Collection<List<?>>X509CertImpl. getSubjectAlternativeNames()Methods in org.apache.harmony.security.provider.cert with parameters of type List Modifier and Type Method Description CertPathX509CertFactoryImpl. engineGenerateCertPath(List<? extends Certificate> certificates)Constructors in org.apache.harmony.security.provider.cert with parameters of type List Constructor Description X509CertPathImpl(List<? extends Certificate> certs)Creates an instance of X.509 CertPath over the specified list of certificates. -
Uses of List in org.apache.harmony.security.x509
Methods in org.apache.harmony.security.x509 that return List Modifier and Type Method Description List<Object>GeneralName. getAsList()Gets a list representation of this GeneralName object.List<String>ExtendedKeyUsage. getExtendedKeyUsage()Returns the list of string representation of OIDs corresponding to key purpose IDs.List<GeneralName>GeneralNames. getNames()Returns the list of values.List<PolicyInformation>CertificatePolicies. getPolicyInformations()Returns the values of policyInformation field of the structure.List<TBSCertList.RevokedCertificate>TBSCertList. getRevokedCertificates()Returns the value of revokedCertificates field of the structure.List<GeneralSubtree>GeneralSubtrees. getSubtrees()Returns the list of values of subtrees.List<List<AttributeTypeAndValue>>DNParser. parse()Parses DNList<String>Extensions. valueOfExtendedKeyUsage()Returns the value of Extended Key Usage extension (OID == 2.5.29.37).Methods in org.apache.harmony.security.x509 that return types with arguments of type List Modifier and Type Method Description Collection<List<?>>GeneralNames. getPairsList()Returns the collection of pairs: (Integer (tag), Object (name value))*List<List<AttributeTypeAndValue>>DNParser. parse()Parses DNCollection<List<?>>Extensions. valueOfIssuerAlternativeName()Returns the value of Issuer Alternative Name Extension (OID = 2.5.29.18).Collection<List<?>>Extensions. valueOfSubjectAlternativeName()Returns the value of Subject Alternative Name (OID = 2.5.29.17).Methods in org.apache.harmony.security.x509 with parameters of type List Modifier and Type Method Description booleanNameConstraints. isAcceptable(List<GeneralName> names)Check if this list of names is acceptable according to this NameConstraints object.Constructors in org.apache.harmony.security.x509 with parameters of type List Constructor Description Extensions(List<Extension> extensions)GeneralNames(List<GeneralName> generalNames)GeneralSubtrees(List<GeneralSubtree> generalSubtrees) -
Uses of List in org.apache.harmony.security.x509.tsp
Methods in org.apache.harmony.security.x509.tsp that return List Modifier and Type Method Description ListPKIStatusInfo. getStatusString()Constructors in org.apache.harmony.security.x509.tsp with parameters of type List Constructor Description PKIStatusInfo(PKIStatus pKIStatus, List statusString, PKIFailureInfo failInfo) -
Uses of List in org.apache.http.auth
Methods in org.apache.http.auth that return List Modifier and Type Method Description List<String>AuthSchemeRegistry. getSchemeNames()Obtains a list containing names of all registeredauthentication schemesin their default order. -
Uses of List in org.apache.http.client
Methods in org.apache.http.client that return List Modifier and Type Method Description List<Cookie>CookieStore. getCookies()Returns all cookies contained in this store. -
Uses of List in org.apache.http.client.entity
Constructors in org.apache.http.client.entity with parameters of type List Constructor Description UrlEncodedFormEntity(List<? extends NameValuePair> parameters)Constructs a newUrlEncodedFormEntitywith the list of parameters with the default encoding ofHTTP.DEFAULT_CONTENT_CHARSETUrlEncodedFormEntity(List<? extends NameValuePair> parameters, String encoding)Constructs a newUrlEncodedFormEntitywith the list of parameters in the specified encoding. -
Uses of List in org.apache.http.client.protocol
Methods in org.apache.http.client.protocol with parameters of type List Modifier and Type Method Description voidClientContextConfigurer. setAuthSchemePref(List<String> list) -
Uses of List in org.apache.http.client.utils
Methods in org.apache.http.client.utils that return List Modifier and Type Method Description static List<NameValuePair>URLEncodedUtils. parse(URI uri, String encoding)Returns a list ofNameValuePairsas built from the URI's query portion.static List<NameValuePair>URLEncodedUtils. parse(HttpEntity entity)Returns a list ofNameValuePairsas parsed from anHttpEntity.Methods in org.apache.http.client.utils with parameters of type List Modifier and Type Method Description static StringURLEncodedUtils. format(List<? extends NameValuePair> parameters, String encoding)Returns a String that is suitable for use as anapplication/x-www-form-urlencodedlist of parameters in an HTTP PUT or HTTP POST.static voidURLEncodedUtils. parse(List<NameValuePair> parameters, Scanner scanner, String encoding)Adds all parameters within the Scanner to the list ofparameters, as encoded byencoding. -
Uses of List in org.apache.http.conn.scheme
Methods in org.apache.http.conn.scheme that return List Modifier and Type Method Description List<String>SchemeRegistry. getSchemeNames()Obtains the names of the registered schemes in their default order. -
Uses of List in org.apache.http.cookie
Methods in org.apache.http.cookie that return List Modifier and Type Method Description List<Header>CookieSpec. formatCookies(List<Cookie> cookies)Create "Cookie" headers for an array of Cookies.List<String>CookieSpecRegistry. getSpecNames()Obtains a list containing names of all registeredcookie specsin their default order.List<Cookie>CookieSpec. parse(Header header, CookieOrigin origin)Parse the "Set-Cookie" Header into an array of Cookies.Methods in org.apache.http.cookie with parameters of type List Modifier and Type Method Description List<Header>CookieSpec. formatCookies(List<Cookie> cookies)Create "Cookie" headers for an array of Cookies. -
Uses of List in org.apache.http.impl.client
Methods in org.apache.http.impl.client that return List Modifier and Type Method Description protected List<String>AbstractAuthenticationHandler. getAuthPreferences()List<Cookie>BasicCookieStore. getCookies()Returns an immutable array ofcookiesthat this HTTP state currently contains. -
Uses of List in org.apache.http.impl.conn
Methods in org.apache.http.impl.conn with parameters of type List Modifier and Type Method Description protected ProxyProxySelectorRoutePlanner. chooseProxy(List<Proxy> proxies, HttpHost target, HttpRequest request, HttpContext context) -
Uses of List in org.apache.http.impl.cookie
Methods in org.apache.http.impl.cookie that return List Modifier and Type Method Description List<Header>BestMatchSpec. formatCookies(List<Cookie> cookies)List<Header>BrowserCompatSpec. formatCookies(List<Cookie> cookies)List<Header>NetscapeDraftSpec. formatCookies(List<Cookie> cookies)List<Header>RFC2109Spec. formatCookies(List<Cookie> cookies)List<Cookie>BestMatchSpec. parse(Header header, CookieOrigin origin)List<Cookie>BrowserCompatSpec. parse(Header header, CookieOrigin origin)protected List<Cookie>CookieSpecBase. parse(HeaderElement[] elems, CookieOrigin origin)List<Cookie>NetscapeDraftSpec. parse(Header header, CookieOrigin origin)Parses the Set-Cookie value into an array of Cookies.List<Cookie>RFC2109Spec. parse(Header header, CookieOrigin origin)List<Cookie>RFC2965Spec. parse(Header header, CookieOrigin origin)Methods in org.apache.http.impl.cookie with parameters of type List Modifier and Type Method Description List<Header>BestMatchSpec. formatCookies(List<Cookie> cookies)List<Header>BrowserCompatSpec. formatCookies(List<Cookie> cookies)List<Header>NetscapeDraftSpec. formatCookies(List<Cookie> cookies)List<Header>RFC2109Spec. formatCookies(List<Cookie> cookies) -
Uses of List in org.apache.http.message
Fields in org.apache.http.message declared as List Modifier and Type Field Description protected ListBasicListHeaderIterator. allHeadersA list of headers to iterate over.Constructors in org.apache.http.message with parameters of type List Constructor Description BasicListHeaderIterator(List headers, String name)Creates a new header iterator. -
Uses of List in org.apache.http.protocol
Fields in org.apache.http.protocol declared as List Modifier and Type Field Description protected ListBasicHttpProcessor. requestInterceptorsprotected ListBasicHttpProcessor. responseInterceptorsMethods in org.apache.http.protocol with parameters of type List Modifier and Type Method Description voidBasicHttpProcessor. setInterceptors(List list)Sets the interceptor lists.voidHttpRequestInterceptorList. setInterceptors(List itcps)Sets the request interceptors in this list.voidHttpResponseInterceptorList. setInterceptors(List itcps)Sets the response interceptors in this list. -
Uses of List in org.apache.xalan.templates
Methods in org.apache.xalan.templates that return List Modifier and Type Method Description ListElemTemplateElement. getDeclaredPrefixes()Return a table that contains all prefixes available within this element context. -
Uses of List in org.bouncycastle.cert
Methods in org.bouncycastle.cert that return List Modifier and Type Method Description ListX509AttributeCertificateHolder. getExtensionOIDs()Returns a list of ASN1ObjectIdentifier objects representing the OIDs of the extensions contained in this holder's attribute certificate.ListX509CertificateHolder. getExtensionOIDs()Returns a list of ASN1ObjectIdentifier objects representing the OIDs of the extensions contained in this holder's certificate.ListX509CRLEntryHolder. getExtensionOIDs()Returns a list of ASN1ObjectIdentifier objects representing the OIDs of the extensions contained in this holder's CRL entry.ListX509CRLHolder. getExtensionOIDs()Returns a list of ASN1ObjectIdentifier objects representing the OIDs of the extensions contained in this holder's CRL. -
Uses of List in org.bouncycastle.cms
Fields in org.bouncycastle.cms declared as List Modifier and Type Field Description protected ListCMSSignedGenerator. _signersprotected ListCMSSignedGenerator. certsprotected ListCMSSignedGenerator. crlsprotected ListCMSSignedGenerator. signerGens -
Uses of List in org.bouncycastle.jcajce.provider.asymmetric.x509
Methods in org.bouncycastle.jcajce.provider.asymmetric.x509 that return List Modifier and Type Method Description ListPKIXCertPath. getCertificates()Returns the list of certificates in this certification path.Methods in org.bouncycastle.jcajce.provider.asymmetric.x509 with parameters of type List Modifier and Type Method Description CertPathCertificateFactory. engineGenerateCertPath(List certificates) -
Uses of List in org.bouncycastle.jce.provider
Fields in org.bouncycastle.jce.provider declared as List Modifier and Type Field Description protected ListPKIXPolicyNode. childrenMethods in org.bouncycastle.jce.provider that return List Modifier and Type Method Description ListX509CertificateObject. getExtendedKeyUsage()Methods in org.bouncycastle.jce.provider with parameters of type List Modifier and Type Method Description protected CertPathBuilderResultPKIXCertPathBuilderSpi. build(X509Certificate tbvCert, ExtendedPKIXBuilderParameters pkixParams, List tbvPath)protected static voidRFC3280CertPathUtilities. checkCRLs(ExtendedPKIXParameters paramsPKIX, X509Certificate cert, Date validDate, X509Certificate sign, PublicKey workingPublicKey, List certPathCerts)Checks a certificate if it is revoked.protected static CollectionCertPathValidatorUtilities. findCertificates(X509CertStoreSelector certSelect, List certStores)Return a Collection of all certificates or attribute certificates found in the X509Store's that are matching the certSelect criteriums.protected static PublicKeyCertPathValidatorUtilities. getNextWorkingKey(List certs, int index)Return the next working key inheriting DSA parameters if necessary.protected static PKIXPolicyNodeRFC3280CertPathUtilities. prepareCertB(CertPath certPath, int index, List[] policyNodes, PKIXPolicyNode validPolicyTree, int policyMapping)protected static voidCertPathValidatorUtilities. prepareNextCertB1(int i, List[] policyNodes, String id_p, Map m_idp, X509Certificate cert)protected static PKIXPolicyNodeCertPathValidatorUtilities. prepareNextCertB2(int i, List[] policyNodes, String id_p, PKIXPolicyNode validPolicyTree)protected static voidRFC3280CertPathUtilities. prepareNextCertO(CertPath certPath, int index, Set criticalExtensions, List pathCheckers)protected static PKIXPolicyNodeRFC3280CertPathUtilities. processCertD(CertPath certPath, int index, Set acceptablePolicies, PKIXPolicyNode validPolicyTree, List[] policyNodes, int inhibitAnyPolicy)protected static booleanCertPathValidatorUtilities. processCertD1i(int index, List[] policyNodes, DERObjectIdentifier pOid, Set pq)protected static voidCertPathValidatorUtilities. processCertD1ii(int index, List[] policyNodes, DERObjectIdentifier _poid, Set _pq)protected static SetRFC3280CertPathUtilities. processCRLF(X509CRL crl, Object cert, X509Certificate defaultCRLSignCert, PublicKey defaultCRLSignKey, ExtendedPKIXParameters paramsPKIX, List certPathCerts)Obtain and validate the certification path for the complete CRL issuer.protected static PKIXPolicyNodeCertPathValidatorUtilities. removePolicyNode(PKIXPolicyNode validPolicyTree, List[] policyNodes, PKIXPolicyNode _node)protected static voidRFC3280CertPathUtilities. wrapupCertF(CertPath certPath, int index, List pathCheckers, Set criticalExtensions)protected static PKIXPolicyNodeRFC3280CertPathUtilities. wrapupCertG(CertPath certPath, ExtendedPKIXParameters paramsPKIX, Set userInitialPolicySet, int index, List[] policyNodes, PKIXPolicyNode validPolicyTree, Set acceptablePolicies)Constructors in org.bouncycastle.jce.provider with parameters of type List Constructor Description PKIXPolicyNode(List _children, int _depth, Set _expectedPolicies, PolicyNode _parent, Set _policyQualifiers, String _validPolicy, boolean _critical) -
Uses of List in org.bouncycastle.util.io.pem
Methods in org.bouncycastle.util.io.pem that return List Modifier and Type Method Description ListPemObject. getHeaders()Constructors in org.bouncycastle.util.io.pem with parameters of type List Constructor Description PemObject(String type, List headers, byte[] content)Generic constructor for object with headers. -
Uses of List in org.bouncycastle.x509
Methods in org.bouncycastle.x509 that return List Modifier and Type Method Description ListExtendedPKIXParameters. getAdditionalStores()Returns an immutableListof additional Bouncy CastleStores used for finding CRLs, certificates, attribute certificates or cross certificates.ListExtendedPKIXParameters. getStores()Returns an immutableListof Bouncy CastleStores used for finding CRLs, certificates, attribute certificates or cross certificates.Methods in org.bouncycastle.x509 with parameters of type List Modifier and Type Method Description voidExtendedPKIXParameters. setCertStores(List stores)Sets the Java CertStore to this extended PKIX parameters.voidExtendedPKIXParameters. setStores(List stores)Sets the Bouncy Castle Stores for finding CRLs, certificates, attribute certificates or cross certificates. -
Uses of List in org.conscrypt
Methods in org.conscrypt that return List Modifier and Type Method Description List<X509Certificate>TrustManagerImpl. checkServerTrusted(X509Certificate[] chain, String authType, String host)Validates whether a server is trusted.static List<OpenSSLX509Certificate>OpenSSLX509Certificate. fromPkcs7DerInputStream(InputStream is)static List<OpenSSLX509CRL>OpenSSLX509CRL. fromPkcs7DerInputStream(InputStream is)static List<OpenSSLX509Certificate>OpenSSLX509Certificate. fromPkcs7PemInputStream(InputStream is)static List<OpenSSLX509CRL>OpenSSLX509CRL. fromPkcs7PemInputStream(InputStream is)List<X509Certificate>TrustedCertificateStore. getCertificateChain(X509Certificate leaf)Attempt to build a certificate chain from the suppliedleafargument through the chain of issuers as high up as known.List<? extends Certificate>OpenSSLX509CertPath. getCertificates()List<String>OpenSSLX509Certificate. getExtendedKeyUsage()Methods in org.conscrypt that return types with arguments of type List Modifier and Type Method Description Collection<List<?>>OpenSSLX509Certificate. getIssuerAlternativeNames()Collection<List<?>>OpenSSLX509Certificate. getSubjectAlternativeNames()Methods in org.conscrypt with parameters of type List Modifier and Type Method Description booleanCertPinManager. chainIsNotPinned(String hostname, List<X509Certificate> chain)This is the public interface for cert pinning.booleanPinListEntry. chainIsNotPinned(List<X509Certificate> chain)Checks the given chain against the pin list corresponding to this entry.CertPathOpenSSLX509CertificateFactory. engineGenerateCertPath(List<? extends Certificate> certificates)static voidPinFailureLogger. log(String cn, boolean chainContainsUserCert, boolean pinIsEnforcing, List<X509Certificate> chain)protected static voidPinFailureLogger. writeToLog(String cn, boolean chainContainsUserCert, boolean pinIsEnforcing, List<X509Certificate> chain)Constructors in org.conscrypt with parameters of type List Constructor Description OpenSSLX509CertPath(List<? extends X509Certificate> certificates) -
Uses of List in org.robovm.rt.bro
Methods in org.robovm.rt.bro that return List Modifier and Type Method Description List<T>Struct. toList(int n)