Uses of Class
java.util.Hashtable
| Package | Description |
|---|---|
| java.security |
Extensible cryptographic service provider infrastructure (SPI) for using
and defining services such as
Certificates,
Keys, KeyStores, MessageDigests, and Signatures. |
| java.util | |
| org.apache.commons.logging |
Simple wrapper API around multiple logging APIs.
|
| org.apache.commons.logging.impl |
Concrete implementations of commons-logging wrapper APIs.
|
| org.apache.harmony.security.provider.cert | |
| org.apache.harmony.security.provider.crypto | |
| org.apache.xalan.extensions | |
| org.apache.xalan.transformer |
In charge of run-time transformations and the production of result trees.
|
| org.apache.xalan.xslt |
Implementation of Xalan command-line interface.
|
| org.apache.xml.dtm.ref.sax2dtm | |
| org.apache.xml.serializer |
Processes SAX events into streams.
|
| org.bouncycastle.asn1.cms | |
| org.bouncycastle.asn1.x500.style | |
| org.bouncycastle.asn1.x509 | |
| org.bouncycastle.cms | |
| org.bouncycastle.jcajce.provider.keystore.bc | |
| org.bouncycastle.jce | |
| org.bouncycastle.jce.provider | |
| org.conscrypt |
-
Uses of Hashtable in java.security
Subclasses of Hashtable in java.security Modifier and Type Class Description classAuthProviderLegacy security code; do not use.classProviderProvideris the abstract superclass for all security providers in the Java security infrastructure. -
Uses of Hashtable in java.util
Subclasses of Hashtable in java.util Modifier and Type Class Description classPropertiesAPropertiesobject is aHashtablewhere the keys and values must beStrings. -
Uses of Hashtable in org.apache.commons.logging
-
Uses of Hashtable in org.apache.commons.logging.impl
Subclasses of Hashtable in org.apache.commons.logging.impl Modifier and Type Class Description classWeakHashtableImplementation ofHashtablethat usesWeakReference's to hold its keys thus allowing them to be reclaimed by the garbage collector.Fields in org.apache.commons.logging.impl declared as Hashtable Modifier and Type Field Description protected HashtableLogFactoryImpl. attributesConfiguration attributes.protected HashtableLogFactoryImpl. instancesTheLoginstances that have already been created, keyed by logger name. -
Uses of Hashtable in org.apache.harmony.security.provider.cert
Subclasses of Hashtable in org.apache.harmony.security.provider.cert Modifier and Type Class Description classDRLCertFactory -
Uses of Hashtable in org.apache.harmony.security.provider.crypto
Subclasses of Hashtable in org.apache.harmony.security.provider.crypto Modifier and Type Class Description classCryptoProviderImplementation of Provider for SecureRandom, MessageDigest and Signature using a Secure Hash Algorithm, SHA-1; see SECURE HASH STANDARD, FIPS PUB 180-1 (http://www.itl.nist.gov/fipspubs/fip180-1.htm)
The implementation supports "SHA1PRNG", "SHA-1" and "SHA1withDSA" algorithms described in JavaTM Cryptography Architecture, API Specification & Reference -
Uses of Hashtable in org.apache.xalan.extensions
Fields in org.apache.xalan.extensions declared as Hashtable Modifier and Type Field Description HashtableExtensionsTable. m_extensionFunctionNamespacesTable of extensions that may be called from the expression language via the call(name, ...) function. -
Uses of Hashtable in org.apache.xalan.transformer
Subclasses of Hashtable in org.apache.xalan.transformer Modifier and Type Class Description classCountersTableThis is a table of counters, keyed by ElemNumber objects, each of which has a list of Counter objects. -
Uses of Hashtable in org.apache.xalan.xslt
Methods in org.apache.xalan.xslt that return Hashtable Modifier and Type Method Description HashtableEnvironmentCheck. getEnvironmentHash()Fill a hash with basic environment settings that affect Xalan.Methods in org.apache.xalan.xslt with parameters of type Hashtable Modifier and Type Method Description voidEnvironmentCheck. appendEnvironmentReport(Node container, Document factory, Hashtable h)Stylesheet extension entrypoint: Dump a basic Xalan environment report from getEnvironmentHash() to a Node.protected voidEnvironmentCheck. checkAntVersion(Hashtable h)Report product version information from Ant.protected voidEnvironmentCheck. checkDOMVersion(Hashtable h)Report version info from DOM interfaces.protected voidEnvironmentCheck. checkJAXPVersion(Hashtable h)Report version information about JAXP interfaces.protected voidEnvironmentCheck. checkParserVersion(Hashtable h)Report product version information from common parsers.protected voidEnvironmentCheck. checkProcessorVersion(Hashtable h)Report product version information from Xalan-J.protected voidEnvironmentCheck. checkSAXVersion(Hashtable h)Report version info from SAX interfaces.protected voidEnvironmentCheck. checkSystemProperties(Hashtable h)Fillin hash with info about SystemProperties.protected booleanEnvironmentCheck. writeEnvironmentReport(Hashtable h)Dump a basic Xalan environment report to outWriter. -
Uses of Hashtable in org.apache.xml.dtm.ref.sax2dtm
Fields in org.apache.xml.dtm.ref.sax2dtm declared as Hashtable Modifier and Type Field Description protected HashtableSAX2DTM. m_idAttributesThis table holds the ID string to node associations, for XML IDs. -
Uses of Hashtable in org.apache.xml.serializer
Fields in org.apache.xml.serializer declared as Hashtable Modifier and Type Field Description protected HashtableSerializerBase. m_CdataElems -
Uses of Hashtable in org.bouncycastle.asn1.cms
Methods in org.bouncycastle.asn1.cms that return Hashtable Modifier and Type Method Description HashtableAttributeTable. toHashtable()Constructors in org.bouncycastle.asn1.cms with parameters of type Hashtable Constructor Description AttributeTable(Hashtable attrs) -
Uses of Hashtable in org.bouncycastle.asn1.x500.style
Methods in org.bouncycastle.asn1.x500.style with parameters of type Hashtable Modifier and Type Method Description static voidIETFUtils. appendRDN(StringBuffer buf, RDN rdn, Hashtable oidSymbols)static voidIETFUtils. appendTypeAndValue(StringBuffer buf, AttributeTypeAndValue typeAndValue, Hashtable oidSymbols)static ASN1ObjectIdentifierIETFUtils. decodeAttrName(String name, Hashtable lookUp)static String[]IETFUtils. findAttrNamesForOID(ASN1ObjectIdentifier oid, Hashtable lookup) -
Uses of Hashtable in org.bouncycastle.asn1.x509
Fields in org.bouncycastle.asn1.x509 declared as Hashtable Modifier and Type Field Description static HashtableX509Name. DefaultLookUpDeprecated.look up table translating common symbols into their OIDS.static HashtableX509Name. DefaultSymbolsDeprecated.default look up table translating OID values into their common symbols following the convention in RFC 2253 with a few extrasstatic HashtableX509Name. OIDLookUpDeprecated.use DefaultSymbolsstatic HashtableX509Name. RFC1779SymbolsDeprecated.look up table translating OID values into their common symbols following the convention in RFC 1779static HashtableX509Name. RFC2253SymbolsDeprecated.look up table translating OID values into their common symbols following the convention in RFC 2253static HashtableX509Name. SymbolLookUpDeprecated.use DefaultLookUpMethods in org.bouncycastle.asn1.x509 with parameters of type Hashtable Modifier and Type Method Description StringX509Name. toString(boolean reverse, Hashtable oidSymbols)Deprecated.convert the structure to a string - if reverse is true the oids and values are listed out starting with the last element in the sequence (ala RFC 2253), otherwise the string will begin with the first element of the structure.Constructors in org.bouncycastle.asn1.x509 with parameters of type Hashtable Constructor Description X509Extensions(Hashtable extensions)Deprecated.constructor from a table of extensions.X509Extensions(Vector ordering, Hashtable extensions)Deprecated.use ExtensionsX509Name(boolean reverse, Hashtable lookUp, String dirName)Deprecated.use X500Name, X500NameBuilderX509Name(boolean reverse, Hashtable lookUp, String dirName, X509NameEntryConverter converter)Deprecated.Takes an X509 dir name as a string of the format "C=AU, ST=Victoria", or some such, converting it into an ordered set of name attributes.X509Name(Hashtable attributes)Deprecated.use an ordered constructor! The hashtable ordering is rarely correctX509Name(Vector ordering, Hashtable attributes)Deprecated.Constructor from a table of attributes with ordering.X509Name(Vector ordering, Hashtable attributes, X509NameEntryConverter converter)Deprecated.use X500Name, X500NameBuilder -
Uses of Hashtable in org.bouncycastle.cms
Methods in org.bouncycastle.cms that return Hashtable Modifier and Type Method Description protected HashtableDefaultSignedAttributeTableGenerator. createStandardAttributeTable(Map parameters)Create a standard attribute table from the passed in parameters - this will normally include contentType, signingTime, and messageDigest. -
Uses of Hashtable in org.bouncycastle.jcajce.provider.keystore.bc
Fields in org.bouncycastle.jcajce.provider.keystore.bc declared as Hashtable Modifier and Type Field Description protected HashtableBcKeyStoreSpi. table -
Uses of Hashtable in org.bouncycastle.jce
Constructors in org.bouncycastle.jce with parameters of type Hashtable Constructor Description X509Principal(boolean reverse, Hashtable lookUp, String dirName)Takes an X509 dir name as a string of the format "C=AU, ST=Victoria", or some such, converting it into an ordered set of name attributes.X509Principal(Hashtable attributes)constructor from a table of attributes.X509Principal(Vector ordering, Hashtable attributes)constructor from a table of attributes and a vector giving the specific ordering required for encoding or conversion to a string. -
Uses of Hashtable in org.bouncycastle.jce.provider
Subclasses of Hashtable in org.bouncycastle.jce.provider Modifier and Type Class Description classBouncyCastleProviderTo add the provider at runtime use: -
Uses of Hashtable in org.conscrypt
Subclasses of Hashtable in org.conscrypt Modifier and Type Class Description classJSSEProviderJSSE Provider implementation.classOpenSSLProviderProvider that goes through OpenSSL for operations.