Uses of Interface
java.util.Set
| Package | Description |
|---|---|
| com.squareup.okhttp | |
| com.squareup.okhttp.internal.http | |
| java.nio.channels | |
| java.nio.channels.spi | |
| java.nio.charset | |
| 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.text | |
| java.util | |
| java.util.concurrent |
Utility classes commonly useful in concurrent programming.
|
| java.util.jar | |
| javax.security.auth | |
| org.apache.commons.logging.impl |
Concrete implementations of commons-logging wrapper APIs.
|
| org.apache.harmony.security.provider.cert | |
| org.apache.harmony.security.x509 | |
| org.apache.http.client.methods |
Request implementations for the various HTTP methods like GET and POST.
|
| org.apache.http.impl.conn.tsccm |
The implementation of a thread-safe client connection manager.
|
| org.bouncycastle.cert | |
| org.bouncycastle.jce.provider | |
| org.bouncycastle.x509 | |
| org.conscrypt | |
| org.robovm.rt.bro |
-
Uses of Set in com.squareup.okhttp
Methods in com.squareup.okhttp that return Set Modifier and Type Method Description Set<String>Request. headerNames()Set<String>Response. headerNames() -
Uses of Set in com.squareup.okhttp.internal.http
Methods in com.squareup.okhttp.internal.http that return Set Modifier and Type Method Description Set<String>ResponseHeaders. getVaryFields()Set<String>RawHeaders. names()Returns an immutable case-insensitive set of header names.Methods in com.squareup.okhttp.internal.http with parameters of type Set Modifier and Type Method Description RawHeadersRawHeaders. getAll(Set<String> fieldNames) -
Uses of Set in java.nio.channels
Methods in java.nio.channels that return Set Modifier and Type Method Description abstract Set<SelectionKey>Selector. keys()Gets the set of registered keys.abstract Set<SelectionKey>Selector. selectedKeys()Gets the selection keys whose channels are ready for operation. -
Uses of Set in java.nio.channels.spi
Methods in java.nio.channels.spi that return Set Modifier and Type Method Description protected Set<SelectionKey>AbstractSelector. cancelledKeys()Returns this channel's set of canceled selection keys. -
Uses of Set in java.nio.charset
Methods in java.nio.charset that return Set Modifier and Type Method Description Set<String>Charset. aliases()Returns an unmodifiable set of this charset's aliases. -
Uses of Set in java.security
Methods in java.security that return Set Modifier and Type Method Description Set<Map.Entry<Object,Object>>Provider. entrySet()static Set<String>Security. getAlgorithms(String serviceName)Returns aSetof all registered algorithms for the specified cryptographic service.Set<Provider.Service>Provider. getServices()Returns an unmodifiableSetof all services registered by this provider.Set<Object>Provider. keySet() -
Uses of Set in java.security.cert
Methods in java.security.cert that return Set Modifier and Type Method Description Set<String>X509Extension. getCriticalExtensionOIDs()Returns the set of OIDs of the extension(s) marked as CRITICAL, that this implementation manages.Set<String>PolicyNode. getExpectedPolicies()Returns the expected policies for the next certificate to be valid.Set<String>X509CertSelector. getExtendedKeyUsage()Returns the criterion for the ExtendedKeyUsage extension.Set<String>PKIXParameters. getInitialPolicies()Returns the list of policies (as OID strings) that would be acceptable for the purpose of certification path processing.Set<String>X509Extension. getNonCriticalExtensionOIDs()Returns the set of OIDs of the extension(s) marked as NON-CRITICAL, that this implementation manages.Set<String>X509CertSelector. getPolicy()Returns the criterion for the policy constraint.Set<? extends PolicyQualifierInfo>PolicyNode. getPolicyQualifiers()Returns the policy qualifiers associated with the policy of this node.abstract Set<? extends X509CRLEntry>X509CRL. getRevokedCertificates()Returns the set of revoked certificates.abstract Set<String>PKIXCertPathChecker. getSupportedExtensions()Returns the list of extensions of X.509 certificates that thisPKIXCertPathCheckeris able to process.Set<TrustAnchor>PKIXParameters. getTrustAnchors()Returns a unmodifiable set of the trusted certificate authorities.Methods in java.security.cert with parameters of type Set Modifier and Type Method Description voidX509CertSelector. setExtendedKeyUsage(Set<String> keyUsage)Sets the criterion for the ExtendedKeyUsage extension.voidPKIXParameters. setInitialPolicies(Set<String> initialPolicies)Sets the list of policies (as OID strings) that would be acceptable for the purpose of certification path processing.voidX509CertSelector. setPolicy(Set<String> policies)Sets the criterion for the policy constraint.voidPKIXParameters. setTrustAnchors(Set<TrustAnchor> trustAnchors)Sets the set of trusted certificate authorities.Constructors in java.security.cert with parameters of type Set Constructor Description PKIXBuilderParameters(Set<TrustAnchor> trustAnchors, CertSelector targetConstraints)Creates a newPKIXBuilderParametersinstance with the specified set ofTrustAnchorand certificate constraints.PKIXParameters(Set<TrustAnchor> trustAnchors)Creates a newPKIXParametersinstance with the specified set of trusted certificate authorities. -
Uses of Set in java.text
Methods in java.text that return Set Modifier and Type Method Description Set<AttributedCharacterIterator.Attribute>AttributedCharacterIterator. getAllAttributeKeys()Returns a set of attributes present in theAttributedCharacterIterator.Methods in java.text with parameters of type Set Modifier and Type Method Description intAttributedCharacterIterator. getRunLimit(Set<? extends AttributedCharacterIterator.Attribute> attributes)Returns the index of the last character in the run that has the same attribute values for the attributes in the set as the current character.intAttributedCharacterIterator. getRunStart(Set<? extends AttributedCharacterIterator.Attribute> attributes)Returns the index of the first character in the run that has the same attribute values for the attributes in the set as the current character. -
Uses of Set in java.util
Subinterfaces of Set in java.util Modifier and Type Interface Description interfaceNavigableSet<E>ASortedSetextended with navigation methods reporting closest matches for given search targets.interfaceSortedSet<E>SortedSet is a Set which iterates over its elements in a sorted order.Classes in java.util that implement Set Modifier and Type Class Description classAbstractSet<E>An AbstractSet is an abstract implementation of the Set interface.classEnumSet<E extends Enum<E>>An EnumSet is a specialized Set to be used with enums as keys.classHashSet<E>HashSet is an implementation of a Set.classLinkedHashSet<E>LinkedHashSet is a variant of HashSet.classTreeSet<E>TreeSet is an implementation of SortedSet.Fields in java.util declared as Set Modifier and Type Field Description static SetCollections. EMPTY_SETAn empty immutable instance ofSet.Methods in java.util that return Set Modifier and Type Method Description static <E> Set<E>Collections. checkedSet(Set<E> s, Class<E> type)Returns a dynamically typesafe view of the specified set.static <T> Set<T>Collections. emptySet()Returns a type-safe empty, immutableSet.abstract Set<Map.Entry<K,V>>AbstractMap. entrySet()Set<Map.Entry<K,V>>EnumMap. entrySet()Returns aSetcontaining all of the mappings in thisEnumMap.Set<Map.Entry<K,V>>HashMap. entrySet()Returns a set containing all of the mappings in this map.Set<Map.Entry<K,V>>Hashtable. entrySet()Returns a set of the mappings contained in thisHashtable.Set<Map.Entry<K,V>>IdentityHashMap. entrySet()Returns a set containing all of the mappings in this map.Set<Map.Entry<K,V>>Map. entrySet()Returns aSetcontaining all of the mappings in thisMap.Set<Map.Entry<K,V>>TreeMap. entrySet()Set<Map.Entry<K,V>>WeakHashMap. entrySet()Returns a set containing all of the mappings in this map.static Set<Currency>Currency. getAvailableCurrencies()Returns a set of all known currencies.protected Set<String>ListResourceBundle. handleKeySet()Returns a set of the keys in this ResourceBundle but not in its parents.protected Set<String>PropertyResourceBundle. handleKeySet()protected Set<String>ResourceBundle. handleKeySet()Set<K>AbstractMap. keySet()Returns a set of the keys contained in thisMap.Set<K>EnumMap. keySet()Returns a set of the keys contained in thisEnumMap.Set<K>HashMap. keySet()Returns a set of the keys contained in this map.Set<K>Hashtable. keySet()Returns a set of the keys contained in thisHashtable.Set<K>IdentityHashMap. keySet()Returns a set of the keys contained in this map.Set<K>Map. keySet()Returns a set of the keys contained in thisMap.Set<String>ResourceBundle. keySet()Set<K>TreeMap. keySet()Set<K>WeakHashMap. keySet()Returns a set of the keys contained in this map.static <E> Set<E>Collections. newSetFromMap(Map<E,Boolean> map)Returns a set backed bymap.static <E> Set<E>Collections. singleton(E object)Returns a set containing the specified element.Set<String>Properties. stringPropertyNames()Returns those property names (keys) in thisPropertiesobject for which both key and value are strings.static <E> Set<E>Collections. synchronizedSet(Set<E> set)Returns a wrapper on the specified set which synchronizes all access to the set.static <E> Set<E>Collections. unmodifiableSet(Set<? extends E> set)Returns a wrapper on the specified set which throws anUnsupportedOperationExceptionwhenever an attempt is made to modify the set.Methods in java.util with parameters of type Set Modifier and Type Method Description static <E> Set<E>Collections. checkedSet(Set<E> s, Class<E> type)Returns a dynamically typesafe view of the specified set.static <E> Set<E>Collections. synchronizedSet(Set<E> set)Returns a wrapper on the specified set which synchronizes all access to the set.static <E> Set<E>Collections. unmodifiableSet(Set<? extends E> set)Returns a wrapper on the specified set which throws anUnsupportedOperationExceptionwhenever an attempt is made to modify the set. -
Uses of Set in java.util.concurrent
Classes in java.util.concurrent that implement Set Modifier and Type Class Description classConcurrentSkipListSet<E>A scalable concurrentNavigableSetimplementation based on aConcurrentSkipListMap.classCopyOnWriteArraySet<E>ASetthat uses an internalCopyOnWriteArrayListfor all of its operations.Methods in java.util.concurrent that return Set Modifier and Type Method Description Set<Map.Entry<K,V>>ConcurrentHashMap. entrySet()Returns aSetview of the mappings contained in this map.Set<Map.Entry<K,V>>ConcurrentSkipListMap. entrySet()Returns aSetview of the mappings contained in this map.Set<K>ConcurrentHashMap. keySet()Returns aSetview of the keys contained in this map. -
Uses of Set in java.util.jar
Methods in java.util.jar that return Set Modifier and Type Method Description Set<Map.Entry<Object,Object>>Attributes. entrySet()Returns a set containing map entries for each of the key/value pair contained in thisAttributes.Set<Object>Attributes. keySet()Returns aSetcontaining all the keys found in thisAttributes. -
Uses of Set in javax.security.auth
Methods in javax.security.auth that return Set Modifier and Type Method Description Set<Principal>Subject. getPrincipals()Returns thisSubject'sPrincipal.<T extends Principal>
Set<T>Subject. getPrincipals(Class<T> c)Set<Object>Subject. getPrivateCredentials()Returns the private credentials associated with thisSubject.<T> Set<T>Subject. getPrivateCredentials(Class<T> c)Returns thisSubject's private credentials which are a subclass of theClassprovided.Set<Object>Subject. getPublicCredentials()Returns the public credentials associated with thisSubject.<T> Set<T>Subject. getPublicCredentials(Class<T> c)Returns thisSubject's public credentials which are a subclass of theClassprovided.Constructors in javax.security.auth with parameters of type Set Constructor Description Subject(boolean readOnly, Set<? extends Principal> subjPrincipals, Set<?> pubCredentials, Set<?> privCredentials)The constructor for the subject, setting its public and private credentials and principals according to the arguments. -
Uses of Set in org.apache.commons.logging.impl
-
Uses of Set in org.apache.harmony.security.provider.cert
Methods in org.apache.harmony.security.provider.cert that return Set Modifier and Type Method Description Set<String>X509CertImpl. getCriticalExtensionOIDs()SetX509CRLEntryImpl. getCriticalExtensionOIDs()SetX509CRLImpl. getCriticalExtensionOIDs()Set<String>X509CertImpl. getNonCriticalExtensionOIDs()SetX509CRLEntryImpl. getNonCriticalExtensionOIDs()SetX509CRLImpl. getNonCriticalExtensionOIDs()Set<? extends X509CRLEntry>X509CRLImpl. getRevokedCertificates() -
Uses of Set in org.apache.harmony.security.x509
Methods in org.apache.harmony.security.x509 that return Set Modifier and Type Method Description Set<String>Extensions. getCriticalExtensions()Returns the list of critical extensions.Set<String>Extensions. getNonCriticalExtensions()Returns the list of critical extensions. -
Uses of Set in org.apache.http.client.methods
Methods in org.apache.http.client.methods that return Set Modifier and Type Method Description Set<String>HttpOptions. getAllowedMethods(HttpResponse response) -
Uses of Set in org.apache.http.impl.conn.tsccm
Fields in org.apache.http.impl.conn.tsccm declared as Set Modifier and Type Field Description protected Set<BasicPoolEntryRef>AbstractConnPool. issuedConnectionsReferences to issued connections. -
Uses of Set in org.bouncycastle.cert
Methods in org.bouncycastle.cert that return Set Modifier and Type Method Description SetX509AttributeCertificateHolder. getCriticalExtensionOIDs()Returns a set of ASN1ObjectIdentifier objects representing the OIDs of the critical extensions contained in this holder's attribute certificate.SetX509CertificateHolder. getCriticalExtensionOIDs()Returns a set of ASN1ObjectIdentifier objects representing the OIDs of the critical extensions contained in this holder's certificate.SetX509CRLEntryHolder. getCriticalExtensionOIDs()Returns a set of ASN1ObjectIdentifier objects representing the OIDs of the critical extensions contained in this holder's CRL entry.SetX509CRLHolder. getCriticalExtensionOIDs()Returns a set of ASN1ObjectIdentifier objects representing the OIDs of the critical extensions contained in this holder's CRL.SetX509AttributeCertificateHolder. getNonCriticalExtensionOIDs()Returns a set of ASN1ObjectIdentifier objects representing the OIDs of the non-critical extensions contained in this holder's attribute certificate.SetX509CertificateHolder. getNonCriticalExtensionOIDs()Returns a set of ASN1ObjectIdentifier objects representing the OIDs of the non-critical extensions contained in this holder's certificate.SetX509CRLEntryHolder. getNonCriticalExtensionOIDs()Returns a set of ASN1ObjectIdentifier objects representing the OIDs of the non-critical extensions contained in this holder's CRL entry.SetX509CRLHolder. getNonCriticalExtensionOIDs()Returns a set of ASN1ObjectIdentifier objects representing the OIDs of the non-critical extensions contained in this holder's CRL. -
Uses of Set in org.bouncycastle.jce.provider
Fields in org.bouncycastle.jce.provider declared as Set Modifier and Type Field Description protected SetPKIXPolicyNode. expectedPoliciesprotected SetPKIXPolicyNode. policyQualifiersSet<byte[]>CertBlacklist. pubkeyBlacklistSet<BigInteger>CertBlacklist. serialBlacklistMethods in org.bouncycastle.jce.provider that return Set Modifier and Type Method Description SetPKIXCRLUtil. findCRLs(X509CRLStoreSelector crlselect, PKIXParameters paramsPKIX)SetPKIXCRLUtil. findCRLs(X509CRLStoreSelector crlselect, ExtendedPKIXParameters paramsPKIX, Date currentDate)protected static SetCertPathValidatorUtilities. getCompleteCRLs(DistributionPoint dp, Object cert, Date currentDate, ExtendedPKIXParameters paramsPKIX)Fetches complete CRLs according to RFC 3280.SetX509CertificateObject. getCriticalExtensionOIDs()SetX509CRLEntryObject. getCriticalExtensionOIDs()SetX509CRLObject. getCriticalExtensionOIDs()protected static SetCertPathValidatorUtilities. getDeltaCRLs(Date currentDate, ExtendedPKIXParameters paramsPKIX, X509CRL completeCRL)Fetches delta CRLs according to RFC 3280 section 5.2.4.SetPKIXPolicyNode. getExpectedPolicies()SetX509CertificateObject. getNonCriticalExtensionOIDs()SetX509CRLEntryObject. getNonCriticalExtensionOIDs()SetX509CRLObject. getNonCriticalExtensionOIDs()SetPKIXPolicyNode. getPolicyQualifiers()protected static SetCertPathValidatorUtilities. getQualifierSet(ASN1Sequence qualifiers)SetX509CRLObject. getRevokedCertificates()protected static SetRFC3280CertPathUtilities. processCRLA1i(Date currentDate, ExtendedPKIXParameters paramsPKIX, X509Certificate cert, X509CRL crl)protected static Set[]RFC3280CertPathUtilities. processCRLA1ii(Date currentDate, ExtendedPKIXParameters paramsPKIX, X509Certificate cert, X509CRL crl)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 SetPKIXNameConstraintValidator. unionDNS(Set excluded, String dns)Methods in org.bouncycastle.jce.provider with parameters of type Set Modifier and Type Method Description protected static TrustAnchorCertPathValidatorUtilities. findTrustAnchor(X509Certificate cert, Set trustAnchors)Search the given Set of TrustAnchor's for one that is the issuer of the given X509 certificate.protected static TrustAnchorCertPathValidatorUtilities. findTrustAnchor(X509Certificate cert, Set trustAnchors, String sigProvider)Search the given Set of TrustAnchor's for one that is the issuer of the given X509 certificate.protected static booleanCertPathValidatorUtilities. isAnyPolicy(Set policySet)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 PublicKeyRFC3280CertPathUtilities. processCRLG(X509CRL crl, Set keys)protected static X509CRLRFC3280CertPathUtilities. processCRLH(Set deltacrls, PublicKey key)protected SetPKIXNameConstraintValidator. unionDNS(Set excluded, String dns)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 Set Constructor Description PKIXPolicyNode(List _children, int _depth, Set _expectedPolicies, PolicyNode _parent, Set _policyQualifiers, String _validPolicy, boolean _critical) -
Uses of Set in org.bouncycastle.x509
Methods in org.bouncycastle.x509 that return Set Modifier and Type Method Description SetExtendedPKIXParameters. getAttrCertCheckers()Returns the attribute certificate checker.SetX509V2AttributeCertificate. getCriticalExtensionOIDs()Deprecated.SetExtendedPKIXBuilderParameters. getExcludedCerts()Excluded certificates are not used for building a certification path.SetExtendedPKIXParameters. getNecessaryACAttributes()Returns the neccessary attributes which must be contained in an attribute certificate.SetX509V2AttributeCertificate. getNonCriticalExtensionOIDs()Deprecated.SetExtendedPKIXParameters. getProhibitedACAttributes()Returns the attribute certificates which are not allowed.abstract SetPKIXAttrCertChecker. getSupportedExtensions()Returns an immutableSetof X.509 attribute certificate extensions that thisPKIXAttrCertCheckersupports ornullif no extensions are supported.SetExtendedPKIXParameters. getTrustedACIssuers()Returns the trusted attribute certificate issuers.Methods in org.bouncycastle.x509 with parameters of type Set Modifier and Type Method Description voidExtendedPKIXParameters. setAttrCertCheckers(Set attrCertCheckers)Sets the attribute certificate checkers.voidExtendedPKIXBuilderParameters. setExcludedCerts(Set excludedCerts)Sets the excluded certificates which are not used for building a certification path.voidExtendedPKIXParameters. setNecessaryACAttributes(Set necessaryACAttributes)Sets the neccessary which must be contained in an attribute certificate.voidExtendedPKIXParameters. setProhibitedACAttributes(Set prohibitedACAttributes)Sets the attribute certificates which are not allowed.voidExtendedPKIXParameters. setTrustedACIssuers(Set trustedACIssuers)Sets the trusted attribute certificate issuers.Constructors in org.bouncycastle.x509 with parameters of type Set Constructor Description ExtendedPKIXBuilderParameters(Set trustAnchors, Selector targetConstraints)Creates an instance ofPKIXBuilderParameterswith the specifiedSetof most-trusted CAs.ExtendedPKIXParameters(Set trustAnchors)Creates an instance ofPKIXParameterswith the specifiedSetof most-trusted CAs. -
Uses of Set in org.conscrypt
Methods in org.conscrypt that return Set Modifier and Type Method Description Set<String>TrustedCertificateStore. aliases()Set<String>TrustedCertificateStore. allSystemAliases()Set<String>OpenSSLX509Certificate. getCriticalExtensionOIDs()Set<String>OpenSSLX509CRL. getCriticalExtensionOIDs()Set<String>OpenSSLX509CRLEntry. getCriticalExtensionOIDs()Set<String>OpenSSLX509Certificate. getNonCriticalExtensionOIDs()Set<String>OpenSSLX509CRL. getNonCriticalExtensionOIDs()Set<String>OpenSSLX509CRLEntry. getNonCriticalExtensionOIDs()Set<? extends X509CRLEntry>OpenSSLX509CRL. getRevokedCertificates()Set<String>TrustedCertificateStore. userAliases()Methods in org.conscrypt with parameters of type Set Modifier and Type Method Description voidTrustedCertificateIndex. reset(Set<TrustAnchor> anchors)Constructors in org.conscrypt with parameters of type Set Constructor Description TrustedCertificateIndex(Set<TrustAnchor> anchors) -
Uses of Set in org.robovm.rt.bro
Methods in org.robovm.rt.bro that return Set Modifier and Type Method Description Set<T>Bits. asSet()