Uses of Class
java.util.Dictionary
| 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.impl |
Concrete implementations of commons-logging wrapper APIs.
|
| org.apache.harmony.security.provider.cert | |
| org.apache.harmony.security.provider.crypto | |
| org.apache.xalan.transformer |
In charge of run-time transformations and the production of result trees.
|
| org.bouncycastle.jce.provider | |
| org.conscrypt |
-
Uses of Dictionary in java.security
Subclasses of Dictionary 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 Dictionary in java.util
Subclasses of Dictionary in java.util Modifier and Type Class Description classHashtable<K,V>Hashtable is a synchronized implementation ofMap.classPropertiesAPropertiesobject is aHashtablewhere the keys and values must beStrings. -
Uses of Dictionary in org.apache.commons.logging.impl
Subclasses of Dictionary 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. -
Uses of Dictionary in org.apache.harmony.security.provider.cert
Subclasses of Dictionary in org.apache.harmony.security.provider.cert Modifier and Type Class Description classDRLCertFactory -
Uses of Dictionary in org.apache.harmony.security.provider.crypto
Subclasses of Dictionary 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 Dictionary in org.apache.xalan.transformer
Subclasses of Dictionary 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 Dictionary in org.bouncycastle.jce.provider
Subclasses of Dictionary in org.bouncycastle.jce.provider Modifier and Type Class Description classBouncyCastleProviderTo add the provider at runtime use: -
Uses of Dictionary in org.conscrypt
Subclasses of Dictionary in org.conscrypt Modifier and Type Class Description classJSSEProviderJSSE Provider implementation.classOpenSSLProviderProvider that goes through OpenSSL for operations.