Uses of Interface
java.util.Enumeration
-
Uses of Enumeration in java.io
Constructors in java.io with parameters of type Enumeration Constructor Description SequenceInputStream(Enumeration<? extends InputStream> e)Constructs a new SequenceInputStream using the elements returned from Enumerationeas the stream sequence. -
Uses of Enumeration in java.lang
Methods in java.lang that return Enumeration Modifier and Type Method Description protected Enumeration<URL>ClassLoader. findResources(String resName)Finds an enumeration of URLs for the resource with the specified name.Enumeration<URL>ClassLoader. getResources(String resName)Returns an enumeration of URLs for the resource with the specified name.static Enumeration<URL>ClassLoader. getSystemResources(String resName)Returns an enumeration of URLs for the resource with the specified name. -
Uses of Enumeration in java.net
Methods in java.net that return Enumeration Modifier and Type Method Description Enumeration<URL>URLClassLoader. findResources(String name)Returns all known URLs which point to the specified resource.Enumeration<InetAddress>NetworkInterface. getInetAddresses()Returns an enumeration of the addresses bound to this network interface.static Enumeration<NetworkInterface>NetworkInterface. getNetworkInterfaces()Gets a list of all network interfaces available on the local system ornullif no interface is available.Enumeration<NetworkInterface>NetworkInterface. getSubInterfaces()Returns an enumeration of all the sub-interfaces of this network interface. -
Uses of Enumeration in java.security
Methods in java.security that return Enumeration Modifier and Type Method Description Enumeration<String>KeyStore. aliases()Returns anEnumerationover all alias names stored in thisKeyStore.abstract Enumeration<Permission>PermissionCollection. elements()Enumeration<Permission>Permissions. elements()abstract Enumeration<String>KeyStoreSpi. engineAliases()Returns anEnumerationover all alias names stored in thisKeyStoreSpi.abstract Enumeration<Identity>IdentityScope. identities()Deprecated.Returns anEnumerationover theIdentityobjects in thisIdentityScope. -
Uses of Enumeration in java.security.acl
Methods in java.security.acl that return Enumeration Modifier and Type Method Description Enumeration<AclEntry>Acl. entries()Returns anEnumerationof theAclEntryof this ACL.Enumeration<Permission>Acl. getPermissions(Principal user)Returns the set of allowed permissions for the specifiedPrincipal.Enumeration<? extends Principal>Group. members()Returns the members of this group.Enumeration<Permission>AclEntry. permissions()Returns the list of permissions of this ACL entry. -
Uses of Enumeration in java.sql
Methods in java.sql that return Enumeration Modifier and Type Method Description static Enumeration<Driver>DriverManager. getDrivers()Returns anEnumerationthat contains all of the loaded JDBC drivers that the current caller can access. -
Uses of Enumeration in java.util
Classes in java.util that implement Enumeration Modifier and Type Class Description classStringTokenizerBreaks a string into tokens; new code should probably useString.split(java.lang.String).Methods in java.util that return Enumeration Modifier and Type Method Description abstract Enumeration<V>Dictionary. elements()Returns an enumeration on the elements of this dictionary.Enumeration<V>Hashtable. elements()Returns an enumeration on the values of thisHashtable.Enumeration<E>Vector. elements()Returns an enumeration on the elements of this vector.static <T> Enumeration<T>Collections. emptyEnumeration()Returns an enumeration containing no elements.static <T> Enumeration<T>Collections. enumeration(Collection<T> collection)Returns anEnumerationon the specified collection.Enumeration<String>ListResourceBundle. getKeys()Enumeration<String>PropertyResourceBundle. getKeys()abstract Enumeration<String>ResourceBundle. getKeys()Returns the names of the resources contained in thisResourceBundle.abstract Enumeration<K>Dictionary. keys()Returns an enumeration on the keys of this dictionary.Enumeration<K>Hashtable. keys()Returns an enumeration on the keys of thisHashtableinstance.Enumeration<?>Properties. propertyNames()Returns all of the property names (keys) in thisPropertiesobject.Methods in java.util with parameters of type Enumeration Modifier and Type Method Description static <T> ArrayList<T>Collections. list(Enumeration<T> enumeration)Returns anArrayListwith all the elements in theenumeration. -
Uses of Enumeration in java.util.concurrent
Methods in java.util.concurrent that return Enumeration Modifier and Type Method Description Enumeration<V>ConcurrentHashMap. elements()Returns an enumeration of the values in this table.Enumeration<K>ConcurrentHashMap. keys()Returns an enumeration of the keys in this table. -
Uses of Enumeration in java.util.jar
Methods in java.util.jar that return Enumeration Modifier and Type Method Description Enumeration<JarEntry>JarFile. entries()Return an enumeration containing theJarEntryscontained in thisJarFile. -
Uses of Enumeration in java.util.logging
Methods in java.util.logging that return Enumeration Modifier and Type Method Description Enumeration<String>LogManager. getLoggerNames()Get aEnumerationof all registered logger names. -
Uses of Enumeration in java.util.zip
Methods in java.util.zip that return Enumeration Modifier and Type Method Description Enumeration<? extends ZipEntry>ZipFile. entries()Returns an enumeration of the entries. -
Uses of Enumeration in javax.net.ssl
Methods in javax.net.ssl that return Enumeration Modifier and Type Method Description Enumeration<byte[]>SSLSessionContext. getIds()Returns an iterable of all session identifiers in this session context. -
Uses of Enumeration in org.apache.commons.logging.impl
Methods in org.apache.commons.logging.impl that return Enumeration Modifier and Type Method Description EnumerationWeakHashtable. elements()EnumerationWeakHashtable. keys() -
Uses of Enumeration in org.apache.harmony.security
Methods in org.apache.harmony.security that return Enumeration Modifier and Type Method Description EnumerationSystemScope. identities() -
Uses of Enumeration in org.apache.xml.serializer.dom3
Classes in org.apache.xml.serializer.dom3 that implement Enumeration Modifier and Type Class Description protected classNamespaceSupport.PrefixesMethods in org.apache.xml.serializer.dom3 that return Enumeration Modifier and Type Method Description EnumerationNamespaceSupport. getAllPrefixes() -
Uses of Enumeration in org.apache.xml.utils
Methods in org.apache.xml.utils that return Enumeration Modifier and Type Method Description EnumerationNamespaceSupport2. getDeclaredPrefixes()Return an enumeration of all prefixes declared in this context.EnumerationNamespaceSupport2. getPrefixes()Return an enumeration of all prefixes currently declared.EnumerationNamespaceSupport2. getPrefixes(String uri)Return an enumeration of all prefixes currently declared for a URI. -
Uses of Enumeration in org.bouncycastle.asn1
Methods in org.bouncycastle.asn1 that return Enumeration Modifier and Type Method Description EnumerationASN1Sequence. getObjects()EnumerationASN1Set. getObjects()EnumerationBERConstructedOctetString. getObjects()Deprecated.return the DER octets that make up this string.EnumerationBEROctetString. getObjects()return the DER octets that make up this string. -
Uses of Enumeration in org.bouncycastle.asn1.nist
Methods in org.bouncycastle.asn1.nist that return Enumeration Modifier and Type Method Description static EnumerationNISTNamedCurves. getNames()returns an enumeration containing the name strings for curves contained in this structure. -
Uses of Enumeration in org.bouncycastle.asn1.sec
Methods in org.bouncycastle.asn1.sec that return Enumeration Modifier and Type Method Description static EnumerationSECNamedCurves. getNames()returns an enumeration containing the name strings for curves contained in this structure. -
Uses of Enumeration in org.bouncycastle.asn1.x509
Methods in org.bouncycastle.asn1.x509 that return Enumeration Modifier and Type Method Description EnumerationCertificateList. getRevokedCertificateEnumeration()EnumerationTBSCertList. getRevokedCertificateEnumeration()EnumerationExtensions. oids()return an Enumeration of the extension field's object ids.EnumerationX509Extensions. oids()Deprecated.return an Enumeration of the extension field's object ids. -
Uses of Enumeration in org.bouncycastle.asn1.x9
Methods in org.bouncycastle.asn1.x9 that return Enumeration Modifier and Type Method Description static EnumerationX962NamedCurves. getNames()returns an enumeration containing the name strings for curves contained in this structure. -
Uses of Enumeration in org.bouncycastle.jcajce.provider.asymmetric.dh
Methods in org.bouncycastle.jcajce.provider.asymmetric.dh that return Enumeration Modifier and Type Method Description EnumerationBCDHPrivateKey. getBagAttributeKeys() -
Uses of Enumeration in org.bouncycastle.jcajce.provider.asymmetric.dsa
Methods in org.bouncycastle.jcajce.provider.asymmetric.dsa that return Enumeration Modifier and Type Method Description EnumerationBCDSAPrivateKey. getBagAttributeKeys() -
Uses of Enumeration in org.bouncycastle.jcajce.provider.asymmetric.ec
Methods in org.bouncycastle.jcajce.provider.asymmetric.ec that return Enumeration Modifier and Type Method Description EnumerationBCECPrivateKey. getBagAttributeKeys() -
Uses of Enumeration in org.bouncycastle.jcajce.provider.asymmetric.rsa
Methods in org.bouncycastle.jcajce.provider.asymmetric.rsa that return Enumeration Modifier and Type Method Description EnumerationBCRSAPrivateKey. getBagAttributeKeys() -
Uses of Enumeration in org.bouncycastle.jcajce.provider.asymmetric.util
Methods in org.bouncycastle.jcajce.provider.asymmetric.util that return Enumeration Modifier and Type Method Description EnumerationPKCS12BagAttributeCarrierImpl. getBagAttributeKeys() -
Uses of Enumeration in org.bouncycastle.jcajce.provider.keystore.bc
Methods in org.bouncycastle.jcajce.provider.keystore.bc that return Enumeration Modifier and Type Method Description EnumerationBcKeyStoreSpi. engineAliases() -
Uses of Enumeration in org.bouncycastle.jcajce.provider.keystore.pkcs12
Methods in org.bouncycastle.jcajce.provider.keystore.pkcs12 that return Enumeration Modifier and Type Method Description EnumerationPKCS12KeyStoreSpi. engineAliases() -
Uses of Enumeration in org.bouncycastle.jce.interfaces
Methods in org.bouncycastle.jce.interfaces that return Enumeration Modifier and Type Method Description EnumerationPKCS12BagAttributeCarrier. getBagAttributeKeys() -
Uses of Enumeration in org.bouncycastle.jce.provider
Methods in org.bouncycastle.jce.provider that return Enumeration Modifier and Type Method Description EnumerationJCEDHPrivateKey. getBagAttributeKeys()EnumerationJCEECPrivateKey. getBagAttributeKeys()EnumerationJCERSAPrivateKey. getBagAttributeKeys()EnumerationJDKDSAPrivateKey. getBagAttributeKeys()EnumerationX509CertificateObject. getBagAttributeKeys() -
Uses of Enumeration in org.conscrypt
Methods in org.conscrypt that return Enumeration Modifier and Type Method Description Enumeration<String>TrustedCertificateKeyStoreSpi. engineAliases() -
Uses of Enumeration in org.xml.sax.helpers
Methods in org.xml.sax.helpers that return Enumeration Modifier and Type Method Description EnumerationNamespaceSupport. getDeclaredPrefixes()Return an enumeration of all prefixes declared in this context.EnumerationNamespaceSupport. getPrefixes()Return an enumeration of all prefixes whose declarations are active in the current context.EnumerationNamespaceSupport. getPrefixes(String uri)Return an enumeration of all prefixes for a given URI whose declarations are active in the current context.