All Classes Interface Summary Class Summary Enum Summary Exception Summary Error Summary Annotation Types Summary
| Class |
Description |
| AbstractCollection<E> |
Class AbstractCollection is an abstract implementation of the
Collection interface.
|
| AbstractCursor |
This is an abstract cursor class that handles a lot of the common code
that all cursors need to deal with and is provided for convenience reasons.
|
| AbstractECMultiplier |
|
| AbstractExecutorService |
|
| AbstractInterruptibleChannel |
AbstractInterruptibleChannel is the root class for interruptible
channels.
|
| AbstractList<E> |
AbstractList is an abstract implementation of the List interface, optimized
for a backing store which supports random access.
|
| AbstractMap<K,V> |
A base class for Map implementations.
|
| AbstractMap.SimpleEntry<K,V> |
A key-value mapping with mutable values.
|
| AbstractMap.SimpleImmutableEntry<K,V> |
An immutable key-value mapping.
|
| AbstractMethod |
This class represents an abstract method.
|
| AbstractMethodError |
Thrown by the VM when an abstract method is called.
|
| AbstractOwnableSynchronizer |
A synchronizer that may be exclusively owned by a thread.
|
| AbstractPreferences |
This abstract class is a partial implementation of the abstract class
Preferences, which can be used to simplify Preferences provider's
implementation.
|
| AbstractQueue<E> |
This class provides skeletal implementations of some Queue
operations.
|
| AbstractQueuedLongSynchronizer |
|
| AbstractQueuedSynchronizer |
Provides a framework for implementing blocking locks and related
synchronizers (semaphores, events, etc) that rely on
first-in-first-out (FIFO) wait queues.
|
| AbstractSelectableChannel |
AbstractSelectableChannel is the base implementation class for
selectable channels.
|
| AbstractSelectionKey |
AbstractSelectionKey is the base implementation class for selection keys.
|
| AbstractSelector |
AbstractSelector is the base implementation class for selectors.
|
| AbstractSequentialList<E> |
AbstractSequentialList is an abstract implementation of the List interface.
|
| AbstractSet<E> |
An AbstractSet is an abstract implementation of the Set interface.
|
| AbstractWindowedCursor |
A base class for Cursors that store their data in CursorWindows.
|
| AbstractX500NameStyle |
This class provides some default behavior and common implementation for a
X500NameStyle.
|
| AccessControlContext |
Legacy security code; do not use.
|
| AccessControlException |
AccessControlException is thrown if the access control infrastructure
denies protected access due to missing permissions.
|
| AccessController |
Legacy security code; do not use.
|
| AccessDescription |
The class encapsulates the ASN.1 DER encoding/decoding work
with the AccessDescription which is a part of X.509 framework
(as specified in RFC 3280 -
Internet X.509 Public Key Infrastructure.
|
| AccessibleObject |
AccessibleObject is the superclass of all member reflection classes
(Field, Constructor, Method).
|
| Acl |
The Access Control List (ACL) interface definition.
|
| AclEntry |
The Access Control List Entry interface definition.
|
| AclNotFoundException |
The exception, that is thrown when a reference to a non-existent Access
Control List (ACL) is made.
|
| Address |
A specification for a connection to an origin server.
|
| AddressUtils |
Utilities to check whether IP addresses meet some criteria.
|
| Adler32 |
The Adler-32 class is used to compute the Adler32 checksum from a set
of data.
|
| AEADBadTagException |
Thrown by a Cipher that is using an Authenticated Encryption with
Additional Data (AEAD) mode such as Galois/Counter Mode (GCM) and the tag
failed verification.
|
| AEADBlockCipher |
A block cipher mode that includes authenticated encryption with a streaming mode and optional associated data.
|
| AEADParameters |
|
| AES |
|
| AES.AlgParams |
|
| AES.AlgParamsGCM |
|
| AES.CBC |
|
| AES.CFB |
|
| AES.ECB |
|
| AES.GCM |
|
| AES.KeyGen |
|
| AES.Mappings |
|
| AES.OFB |
|
| AES.PBEWithAESCBC |
PBEWithAES-CBC
|
| AES.PBEWithMD5And128BitAESCBCOpenSSL |
PBEWithMD5And128BitAES-OpenSSL
|
| AES.PBEWithMD5And192BitAESCBCOpenSSL |
PBEWithMD5And192BitAES-OpenSSL
|
| AES.PBEWithMD5And256BitAESCBCOpenSSL |
PBEWithMD5And256BitAES-OpenSSL
|
| AES.PBEWithSHA256And128BitAESBC |
PBEWithSHA256And128BitAES-BC
|
| AES.PBEWithSHA256And192BitAESBC |
PBEWithSHA256And192BitAES-BC
|
| AES.PBEWithSHA256And256BitAESBC |
PBEWithSHA256And256BitAES-BC
|
| AES.PBEWithSHAAnd128BitAESBC |
PBEWithSHA1And128BitAES-BC
|
| AES.PBEWithSHAAnd192BitAESBC |
PBEWithSHA1And192BitAES-BC
|
| AES.PBEWithSHAAnd256BitAESBC |
PBEWithSHA1And256BitAES-BC
|
| AES.Wrap |
|
| AESEngine |
an implementation of the AES (Rijndael), from FIPS-197.
|
| AESFastEngine |
an implementation of the AES (Rijndael), from FIPS-197.
|
| AESWrapEngine |
an implementation of the AES Key Wrapper from the NIST Key Wrap
Specification.
|
| AlgNameMapper |
Provides Algorithm Name to OID and OID to Algorithm Name mappings.
|
| AlgNameMapperSource |
Provides a mapping source that the AlgNameMapper can query for
mapping between algorithm names and OIDs.
|
| AlgorithmIdentifier |
The class encapsulates the ASN.1 DER encoding/decoding work
with the Algorithm Identifier which is a part of X.509 certificate
(as specified in RFC 3280 -
Internet X.509 Public Key Infrastructure.
|
| AlgorithmIdentifier |
|
| AlgorithmParameterGenerator |
AlgorithmParameterGenerator is an engine class which is capable of
generating parameters for the algorithm it was initialized with.
|
| AlgorithmParameterGeneratorSpi |
AlgorithmParameterGeneratorSpi is the Service Provider Interface
(SPI) definition for AlgorithmParameterGenerator.
|
| AlgorithmParameterGeneratorSpi |
|
| AlgorithmParameterGeneratorSpi |
|
| AlgorithmParameters |
AlgorithmParameters is an engine class which provides algorithm
parameters.
|
| AlgorithmParameterSpec |
The marker interface for algorithm parameter specifications.
|
| AlgorithmParametersSpi |
AlgorithmParametersSpi is the Service Provider Interface (SPI)
definition for AlgorithmParameters.
|
| AlgorithmParametersSpi |
|
| AlgorithmParametersSpi |
|
| AlgorithmParametersSpi |
|
| AlgorithmParametersSpi.OAEP |
|
| AlgorithmParametersSpi.PSS |
|
| AlgorithmProvider |
|
| AllocationLimitError |
Is thrown when an allocation limit is exceeded.
|
| AllPermission |
Legacy security code; do not use.
|
| AlphabeticIndex<V> |
AlphabeticIndex supports the creation of a UI index appropriate for a given language.
|
| AlphabeticIndex.Bucket<V> |
An index "bucket" with a label string and type.
|
| AlphabeticIndex.Bucket.LabelType |
Type of the label
|
| AlphabeticIndex.ImmutableIndex<V> |
|
| AlphabeticIndex.Record<V> |
A (name, data) pair, to be sorted by name into one of the index buckets.
|
| AlreadyConnectedException |
An AlreadyConnectedException is thrown when an attempt is made to
connect a SocketChannel that is already connected.
|
| AlternativeName |
This class implements the values of Subject Alternative Name
(OID is 2.5.29.17) and Issuer Alternative Name extensions
(OID is 2.5.29.18).
For more information about these extensions see RFC 3280
at http://www.ietf.org/rfc/rfc3280.txt
|
| AndroidDigestFactory |
Level of indirection to let us select OpenSSLDigest implementations
for libcore but fallback to BouncyCastle ones on the RI.
|
| AndroidDigestFactoryBouncyCastle |
|
| AndroidDigestFactoryOpenSSL |
|
| AndroidException |
Base class for all checked exceptions thrown by the Android frameworks.
|
| AndroidInternal |
Back doors to enable the use of OkHttp within the Android platform libraries.
|
| AndroidRuntimeException |
Base class for all unchecked exceptions thrown by the Android frameworks.
|
| AndroidShimResponseCache |
A class provided for use by Android so that it can continue supporting a ResponseCache
with stats.
|
| AnnotatedElement |
This interface provides reflective access to annotation information.
|
| AnnotatedException |
|
| Annotation |
An annotation.
|
| Annotation |
Defines the interface implemented by all annotations.
|
| Annotation |
Wrapper for a text attribute value which represents an annotation.
|
| AnnotationAccess |
Look up annotations from a dex file.
|
| AnnotationFactory |
The annotation implementation based on dynamically generated proxy instances.
|
| AnnotationFormatError |
Indicates that an annotation in the binary representation of a class is
syntactically incorrect and the annotation parser is unable to process it.
|
| AnnotationMember |
This class represents member element of an annotation.
|
| AnnotationTypeMismatchException |
Indicates that an annotation type has changed since it was compiled or
serialized.
|
| AnnualTimeZoneRule |
AnnualTimeZoneRule is a class used for representing a time zone
rule which takes effect annually.
|
| AnyRes |
Denotes that an integer parameter, field or method return value is expected
to be a resource reference of any type.
|
| Appendable |
Declares methods to append characters or character sequences.
|
| ArabicShaping |
Shape Arabic text on a character basis.
|
| ArabicShapingException |
Thrown by ArabicShaping when there is a shaping error.
|
| ARC4 |
|
| ARC4.Base |
|
| ARC4.KeyGen |
|
| ARC4.Mappings |
|
| ARC4.PBEWithSHAAnd128Bit |
PBEWithSHAAnd128BitRC4
|
| ARC4.PBEWithSHAAnd128BitKeyFactory |
PBEWithSHAAnd128BitRC4
|
| ARC4.PBEWithSHAAnd40Bit |
PBEWithSHAAnd40BitRC4
|
| ARC4.PBEWithSHAAnd40BitKeyFactory |
PBEWithSHAAnd40BitRC4
|
| ArithmeticException |
Thrown when the an invalid arithmetic operation is attempted.
|
| Array |
Provides static methods to create and access arrays dynamically.
|
| Array |
A Java representation of the SQL ARRAY type.
|
| Array |
Utility class for arrays
|
| ArrayBlockingQueue<E> |
|
| ArrayDeque<E> |
Resizable-array implementation of the Deque interface.
|
| ArrayIndexOutOfBoundsException |
Thrown when the an array is indexed with a value less than zero, or greater
than or equal to the size of the array.
|
| ArrayList<E> |
ArrayList is an implementation of List, backed by an array.
|
| ArrayMap<K,V> |
ArrayMap is a generic key->value mapping data structure that is
designed to be more memory efficient than a traditional HashMap.
|
| Arrays |
Arrays contains static methods which operate on arrays.
|
| Arrays |
General array utilities.
|
| Arrays.Iterator<T> |
Iterator backed by a specific array.
|
| ArraySet<E> |
ArraySet is a generic set data structure that is designed to be more memory efficient than a
traditional HashSet.
|
| ArrayStoreException |
Thrown when a program attempts to store an element of an incompatible type in
an array.
|
| ArrayUtils |
ArrayUtils contains some methods that you can call to find out
the most efficient increments by which to grow arrays.
|
| ArrayUtils |
Compatibility utility for Arrays.
|
| AsciiHprofWriter |
AsciiHprofWriter produces hprof compatible text output for use with
third party tools such as PerfAnal.
|
| AsciiUtil |
|
| AsciiUtil.CaseInsensitiveKey |
|
| ASN1Any |
This class represents ASN.1 ANY type.
|
| ASN1ApplicationSpecificParser |
Interface to parse ASN.1 application specific objects.
|
| ASN1BitString |
This class represents ASN.1 Bitstring type.
|
| ASN1BitString.ASN1NamedBitList |
Default implementation for ASN.1 Named Bitstring type
The default implementation works with encoding
that is mapped to array of boolean.
|
| ASN1Boolean |
This class represents ASN.1 Boolean type.
|
| ASN1Boolean |
Public facade of ASN.1 Boolean data.
|
| ASN1Choice |
This abstract class represents ASN.1 Choice type.
|
| ASN1Choice |
Marker interface for CHOICE objects - if you implement this in a role your
own object any attempt to tag the object implicitly will convert the tag to
an explicit one as the encoding rules require.
|
| ASN1Constants |
ASN.1 and some other constants holder interface
|
| ASN1Constructed |
This abstract class is the super class for all constructed ASN.1 types
|
| ASN1Dump |
|
| ASN1Encodable |
Basic interface to produce serialisers for ASN.1 encodings.
|
| ASN1EncodableVector |
Mutable class for building ASN.1 constructed objects.
|
| ASN1Encoding |
Supported encoding formats.
|
| ASN1Enumerated |
This class represents ASN.1 Enumerated type.
|
| ASN1Enumerated |
Class representing the ASN.1 ENUMERATED type.
|
| ASN1Exception |
Thrown by decoder/encoder stream to indicate violation of encoding rules.
|
| ASN1Exception |
|
| ASN1Explicit |
This class represents explicitly tagged ASN.1 type.
|
| ASN1GeneralizedTime |
This class represents ASN.1 GeneralizedTime type.
|
| ASN1GeneralizedTime |
Base class representing the ASN.1 GeneralizedTime type.
|
| ASN1Generator |
|
| ASN1Implicit |
Implicitly tagged ASN.1 type.
|
| ASN1InputStream |
a general purpose ASN.1 decoder - note: this class differs from the
others in that it returns null after it has read the last object in
the stream.
|
| ASN1Integer |
This class represents ASN.1 Integer type.
|
| ASN1Integer |
Class representing the ASN.1 INTEGER type.
|
| ASN1Null |
A NULL object - use DERNull.INSTANCE for populating structures.
|
| ASN1Object |
Base class for defining an ASN.1 object.
|
| ASN1ObjectIdentifier |
Class representing the ASN.1 OBJECT IDENTIFIER type.
|
| ASN1OctetString |
This class represents ASN.1 octet string type.
|
| ASN1OctetString |
Abstract base for the ASN.1 OCTET STRING data type
|
| ASN1OctetStringParser |
A basic parser for an OCTET STRING object
|
| ASN1Oid |
This class represents ASN.1 Object Identifier type.
|
| ASN1OutputStream |
Stream that produces output based on the default encoding for the passed in objects.
|
| ASN1ParsingException |
|
| ASN1Primitive |
This abstract class is the super class for all primitive ASN.1 types
|
| ASN1Primitive |
Base class for ASN.1 primitive objects.
|
| ASN1Sequence |
This class represents ASN.1 Sequence type.
|
| ASN1Sequence |
ASN.1 SEQUENCE and SEQUENCE OF constructs.
|
| ASN1SequenceOf |
This class represents ASN.1 Sequence OF type.
|
| ASN1SequenceParser |
A basic parser for a SEQUENCE object
|
| ASN1Set |
This class represents ASN.1 Set type.
|
| ASN1Set |
ASN.1 SET and SET OF constructs.
|
| ASN1SetOf |
This class represents ASN.1 SetOf type.
|
| ASN1SetParser |
A basic parser for a SET object
|
| ASN1StreamParser |
A parser for ASN.1 streams which also returns, where possible, parsers for the objects it encounters.
|
| ASN1String |
|
| ASN1StringType |
This class is the super class for all string ASN.1 types
|
| ASN1TaggedObject |
ASN.1 TaggedObject - in ASN.1 notation this is any object preceded by
a [n] where n is some number - these are assumed to follow the construction
rules (as with sequences).
|
| ASN1TaggedObjectParser |
|
| ASN1Time |
Abstract class to represent ASN.1 time types
|
| ASN1Type |
This abstract class is the super class for all ASN.1 types
|
| ASN1TypeCollection |
This abstract class represents ASN.1 type that is a collection of ASN.1 types.
|
| ASN1UTCTime |
This class represents ASN.1 UTCTime type
|
| ASN1UTCTime |
- * UTC time object.
|
| ASN1ValueCollection |
This abstract class represents ASN.1 collection type.
|
| Assert |
|
| AssertionError |
Thrown when an assertion has failed.
|
| AssetManager |
Provides access to an application's raw asset files; see Resources
for the way most applications will want to retrieve their resource data.
|
| AsymmetricAlgorithmProvider |
|
| AsymmetricBlockCipher |
base interface that a public/private key block cipher needs
to conform to.
|
| AsymmetricCipherKeyPair |
a holding class for public/private parameter pairs.
|
| AsymmetricCipherKeyPairGenerator |
interface that a public/private key pair generator should conform to.
|
| AsymmetricKeyInfoConverter |
|
| AsymmetricKeyParameter |
|
| AsynchronousCloseException |
An AsynchronousCloseException is thrown when the underlying channel
for an I/O operation is closed by another thread.
|
| AsynchronousCloseMonitor |
|
| AsyncTask<Params,Progress,Result> |
AsyncTask enables proper and easy use of the UI thread.
|
| AsyncTask.Status |
Indicates the current status of the task.
|
| AsyncTimeout |
This timeout uses a background thread to take action exactly when the timeout
occurs.
|
| AtomicBoolean |
A boolean value that may be updated atomically.
|
| AtomicInteger |
An int value that may be updated atomically.
|
| AtomicIntegerArray |
An int array in which elements may be updated atomically.
|
| AtomicIntegerFieldUpdater<T> |
A reflection-based utility that enables atomic updates to
designated volatile int fields of designated classes.
|
| AtomicLong |
A long value that may be updated atomically.
|
| AtomicLongArray |
A long array in which elements may be updated atomically.
|
| AtomicLongFieldUpdater<T> |
A reflection-based utility that enables atomic updates to
designated volatile long fields of designated classes.
|
| AtomicMarkableReference<V> |
An AtomicMarkableReference maintains an object reference
along with a mark bit, that can be updated atomically.
|
| AtomicReference<V> |
An object reference that may be updated atomically.
|
| AtomicReferenceArray<E> |
An array of object references in which elements may be updated
atomically.
|
| AtomicReferenceFieldUpdater<T,V> |
A reflection-based utility that enables atomic updates to
designated volatile reference fields of designated
classes.
|
| AtomicStampedReference<V> |
An AtomicStampedReference maintains an object reference
along with an integer "stamp", that can be updated atomically.
|
| AttCertIssuer |
|
| AttCertValidityPeriod |
|
| Attr |
The Attr interface represents an attribute in an
Element object.
|
| Attribute |
RFC 5652:
Attribute is a pair of OID (as type identifier) + set of values.
|
| Attribute |
|
| AttributeCertificate |
|
| AttributeCertificateHolder |
Deprecated.
|
| AttributeCertificateInfo |
|
| AttributeCertificateIssuer |
Deprecated.
|
| AttributedCharacterIterator |
Extends the
CharacterIterator interface, adding support for iterating over
attributes and not only characters.
|
| AttributedCharacterIterator.Attribute |
Defines keys for text attributes.
|
| AttributedString |
Holds a string with attributes describing the characters of
this string.
|
| AttributeList |
Deprecated.
|
| AttributeListImpl |
Deprecated.
|
| Attributes |
The Attributes class is used to store values for manifest entries.
|
| Attributes |
RFC 5652 defines
5 "SET OF Attribute" entities with 5 different names.
|
| Attributes |
Interface for a list of XML attributes.
|
| Attributes.Name |
The name part of the name/value pairs constituting an attribute as
defined by the specification of the JAR manifest.
|
| Attributes2 |
SAX2 extension to augment the per-attribute information
provided though Attributes.
|
| Attributes2Impl |
SAX2 extension helper for additional Attributes information,
implementing the Attributes2 interface.
|
| AttributeSet |
A collection of attributes, as found associated with a tag in an XML
document.
|
| AttributesImpl |
Default implementation of the Attributes interface.
|
| AttributeTable |
|
| AttributeTypeAndValue |
X.501 AttributeTypeAndValue
|
| AttributeTypeAndValue |
|
| AttributeTypeAndValueComparator |
AttributeTypeAndValue comparator
|
| AttributeValue |
X.501 Attribute Value
|
| AttrImpl |
Provides a straightforward implementation of the corresponding W3C DOM
interface.
|
| AuthenticatedSafe |
|
| Authenticator |
Responds to authentication challenges from the remote web or proxy server.
|
| Authenticator |
An implementation of this class is able to obtain authentication information
for a connection in several ways.
|
| Authenticator.RequestorType |
Enumeration class for the origin of the authentication request.
|
| AuthenticatorAdapter |
|
| AuthorityKeyIdentifier |
The class encapsulates the ASN.1 DER encoding/decoding work
with Authority Key Identifier Extension (OID = 2.5.29.35).
|
| AuthorityKeyIdentifier |
The AuthorityKeyIdentifier object.
|
| AuthorityKeyIdentifierStructure |
Deprecated.
|
| Authorizer |
Callback interface for SQLite's authorizer function.
|
| AuthPermission |
Legacy security code; do not use.
|
| AuthProvider |
Legacy security code; do not use.
|
| AutoCloseable |
Defines an interface for classes that can (or need to) be closed once they
are not used any longer.
|
| BackingStoreException |
An exception to indicate that an error was encountered while accessing the
backing store.
|
| Backup |
Class wrapping an SQLite backup object.
|
| BadPaddingException |
The exception that is thrown when a padding mechanism is expected for the
input data, but the input data does not have the proper padding bytes.
|
| BadParcelableException |
The object you are calling has died, because its hosting process
no longer exists.
|
| Base64 |
Utilities for encoding and decoding the Base64 representation of
binary data.
|
| Base64 |
Perform encoding and decoding of Base64 byte arrays as described in
http://www.ietf.org/rfc/rfc2045.txt
|
| Base64 |
Utility class for converting Base64 data to bytes and back again.
|
| Base64Encoder |
A streaming Base64 encoder.
|
| BaseAlgorithmParameterGenerator |
|
| BaseAlgorithmParameterGeneratorSpi |
|
| BaseAlgorithmParameters |
|
| BaseBlockCipher |
|
| BaseBundle |
A mapping from String values to various types.
|
| BaseCipherSpi |
|
| BaseDexClassLoader |
Base class for common functionality between various dex-based
ClassLoader implementations.
|
| BaseKeyFactorySpi |
|
| BaseKeyGenerator |
|
| BaseLocale |
|
| BaseMac |
|
| BaseSecretKeyFactory |
|
| BaseStreamCipher |
|
| BaseWrapCipher |
|
| BasicAgreement |
The basic interface that basic Diffie-Hellman implementations
conforms to.
|
| BasicConstraints |
Basic Constraints Extension (OID == 2.5.29.19).
|
| BasicConstraints |
|
| BasicDurationFormat |
|
| BasicLruCache<K,V> |
A minimal least-recently-used cache for libcore.
|
| BasicPeriodFormatterFactory |
An implementation of PeriodFormatterFactory that provides customization of
formatting behavior.
|
| BasicPeriodFormatterService |
An implementation of PeriodFormatterService that constructs a
BasicPeriodFormatterFactory.
|
| BasicPermission |
Legacy security code; do not use.
|
| BasicTimeZone |
BasicTimeZone extends TimeZone with additional methods to access
time zone transitions and rules.
|
| BatchUpdateException |
This exception is thrown if a problem occurs during a batch update operation.
|
| BC |
|
| BC.Mappings |
|
| BCDHPrivateKey |
|
| BCDHPublicKey |
|
| BCDSAPrivateKey |
|
| BCDSAPublicKey |
|
| BCECPrivateKey |
|
| BCECPublicKey |
|
| BCJcaJceHelper |
A JCA/JCE helper that refers to the BC provider for all it's needs.
|
| BCKeyStore |
all BC provider keystores implement this interface.
|
| BcKeyStoreSpi |
|
| BcKeyStoreSpi.BouncyCastleStore |
the BouncyCastle store.
|
| BcKeyStoreSpi.Std |
|
| BcKeyStoreSpi.Version1 |
|
| BCMessageDigest |
|
| BCObjectIdentifiers |
iso.org.dod.internet.private.enterprise.legion-of-the-bouncy-castle
|
| BCPBEKey |
|
| BCRSAPrivateCrtKey |
A provider representation for a RSA private key, with CRT factors included.
|
| BCRSAPrivateKey |
|
| BCRSAPublicKey |
|
| BCStrictStyle |
Variation of BCStyle that insists on strict ordering for equality
and hashCode comparisons
|
| BCStyle |
|
| BERApplicationSpecific |
|
| BERApplicationSpecificParser |
|
| BERConstructedOctetString |
Deprecated.
|
| BERGenerator |
|
| BerInputStream |
Decodes ASN.1 types encoded with BER (X.690)
|
| BEROctetString |
|
| BEROctetStringGenerator |
|
| BEROctetStringParser |
|
| BerOutputStream |
Encodes ASN.1 types with BER (X.690)
|
| BEROutputStream |
|
| BERSequence |
|
| BERSequenceParser |
|
| BERSet |
|
| BERSetParser |
|
| BERTaggedObject |
BER TaggedObject - in ASN.1 notation this is any object preceded by
a [n] where n is some number - these are assumed to follow the construction
rules (as with sequences).
|
| BERTaggedObjectParser |
|
| BERTags |
|
| Bidi |
Bidi algorithm for ICU
|
| Bidi |
|
| BidiClassifier |
Overrides default Bidi class values with custom ones.
|
| BidiRun |
A BidiRun represents a sequence of characters at the same embedding level.
|
| BigDecimal |
The BigDecimal class implements immutable arbitrary-precision decimal numbers.
|
| BigDecimal |
An immutable arbitrary-precision signed decimal.
|
| BigInteger |
An immutable arbitrary-precision signed integer.
|
| BigIntegers |
BigInteger utilities.
|
| BinaryHprof |
Hprof binary format related constants shared between the
BinaryHprofReader and BinaryHprofWriter.
|
| BinaryHprof.ControlSettings |
|
| BinaryHprof.Tag |
|
| BinaryHprofReader |
BinaryHprofReader reader = new BinaryHprofReader(new BufferedInputStream(inputStream));
reader.setStrict(false); // for RI compatability
reader.read();
inputStream.close();
reader.getVersion();
reader.getHprofData();
|
| BinaryHprofWriter |
BinaryHprofWriter produces hprof compatible binary output for use
with third party tools.
|
| BindException |
A BindException is thrown when a process cannot bind a local
address/port, either because it is already bound or reserved by the OS.
|
| BitSet |
|
| BitString |
Represents ASN.1 bit string value
|
| Blob |
A Java interface representing the SQL BLOB type.
|
| Blob |
Class to represent SQLite3 3.4.0 incremental blob I/O interface.
|
| BlockCipher |
Block cipher engines are expected to conform to this interface.
|
| BlockCipherPadding |
Block cipher padders are expected to conform to this interface
|
| BlockCipherProvider |
|
| BlockGuard |
Mechanism to let threads set restrictions on what code is allowed
to do in their thread.
|
| BlockGuard.BlockGuardPolicyException |
|
| BlockGuard.Policy |
|
| BlockGuardOs |
Informs BlockGuard of any activity it should be aware of.
|
| BlockingDeque<E> |
A Deque that additionally supports blocking operations that wait
for the deque to become non-empty when retrieving an element, and wait for
space to become available in the deque when storing an element.
|
| BlockingQueue<E> |
A Queue that additionally supports operations
that wait for the queue to become non-empty when retrieving an
element, and wait for space to become available in the queue when
storing an element.
|
| Blowfish |
|
| Blowfish.AlgParams |
|
| Blowfish.CBC |
|
| Blowfish.ECB |
|
| Blowfish.KeyGen |
|
| Blowfish.Mappings |
|
| BlowfishEngine |
A class that provides Blowfish key encryption operations,
such as encoding data and generating keys.
|
| BMPSet |
Helper class for frozen UnicodeSets, implements contains() and span() optimized for BMP code points.
|
| BOCSU |
Binary Ordered Compression Scheme for Unicode
|
| Boolean |
The wrapper for the primitive type boolean.
|
| BouncyCastleProvider |
To add the provider at runtime use:
|
| BreakIterator |
.
|
| BreakIterator |
Locates boundaries in text.
|
| BrokenBarrierException |
Exception thrown when a thread tries to wait upon a barrier that is
in a broken state, or which enters the broken state while the thread
is waiting.
|
| BuddhistCalendar |
BuddhistCalendar is a subclass of GregorianCalendar
that numbers years since the birth of the Buddha.
|
| Buffer |
A buffer is a list of elements of a specific primitive type.
|
| Buffer |
A collection of bytes in memory.
|
| BufferedBlockCipher |
A wrapper class that allows block ciphers to be used to process data in
a piecemeal fashion.
|
| BufferedInputStream |
|
| BufferedOutputStream |
|
| BufferedReader |
Wraps an existing Reader and buffers the input.
|
| BufferedSink |
A sink that keeps a buffer internally so that callers can do small writes
without a performance penalty.
|
| BufferedSource |
A source that keeps a buffer internally so that callers can do small reads
without a performance penalty.
|
| BufferedWriter |
Wraps an existing Writer and buffers the output.
|
| BufferIterator |
Iterates over big- or little-endian bytes.
|
| BufferOverflowException |
A BufferOverflowException is thrown when elements are written
to a buffer but there is not enough remaining space in the buffer.
|
| BufferUnderflowException |
A BufferUnderflowException is thrown when elements are read
from a buffer but there are not enough remaining elements in the buffer.
|
| Bundle |
A mapping from String values to various Parcelable types.
|
| BusyHandler |
Callback interface for SQLite's user defined busy handler.
|
| Byte |
The wrapper for the primitive type byte.
|
| ByteArrayByteInput |
|
| ByteArrayInputStream |
A specialized InputStream for reading the contents of a byte array.
|
| ByteArrayOutputStream |
A specialized OutputStream for class for writing content to an
(internal) byte array.
|
| ByteArrayWrapper |
A simple utility class to wrap a byte array.
|
| ByteBuffer |
A buffer for bytes.
|
| ByteChannel |
A ByteChannel is both readable and writable.
|
| ByteInput |
A byte source.
|
| ByteOrder |
Defines byte order constants.
|
| ByteOutput |
A byte sink.
|
| BytesTrie |
Light-weight, non-const reader class for a BytesTrie.
|
| BytesTrie.Entry |
Return value type for the Iterator.
|
| BytesTrie.Iterator |
Iterator for all of the (byte sequence, value) pairs in a BytesTrie.
|
| BytesTrie.Result |
Return values for BytesTrie.next(), CharsTrie.next() and similar methods.
|
| BytesTrie.State |
BytesTrie state object, for saving a trie's current state
and resetting the trie back to this state later.
|
| BytesTrieBuilder |
Builder class for BytesTrie.
|
| ByteString |
An immutable sequence of bytes.
|
| Cache |
Caches HTTP and HTTPS responses to the filesystem so they may be reused, saving time and
bandwidth.
|
| CacheAdapter |
|
| CacheBase<K,V,D> |
Base class for cache implementations.
|
| CacheControl |
A Cache-Control header with cache directives from a server or client.
|
| CacheControl.Builder |
Builds a Cache-Control request header.
|
| CacheRequest |
|
| CacheRequest |
CacheRequest is a kind of channel for storing resource data in the
ResponseCache.
|
| CacheResponse |
A response cache entry.
|
| CacheStrategy |
Given a request and cached response, this figures out whether to use the
network, the cache, or both.
|
| CacheStrategy.Factory |
|
| Calendar |
.
|
| Calendar |
Calendar is an abstract base class for converting between a
Date object and a set of integer fields such as
YEAR, MONTH, DAY,
HOUR, and so on.
|
| Calendar.FormatConfiguration |
Deprecated.
|
| Calendar.WeekData |
Simple, immutable struct-like class for access to the CLDR weekend data.
|
| CalendarAstronomer |
CalendarAstronomer is a class that can perform the calculations to
determine the positions of the sun and moon, the time of sunrise and
sunset, and other astronomy-related data.
|
| CalendarAstronomer.Ecliptic |
Represents the position of an object in the sky relative to the ecliptic,
the plane of the earth's orbit around the Sun.
|
| CalendarAstronomer.Equatorial |
Represents the position of an
object in the sky relative to the plane of the earth's equator.
|
| CalendarAstronomer.Horizon |
Represents the position of an object in the sky relative to
the local horizon.
|
| CalendarCache |
|
| CalendarData |
This class abstracts access to calendar (Calendar and DateFormat) data.
|
| CalendarUtil |
Calendar utilities.
|
| Call |
A call is a request that has been prepared for execution.
|
| Callable<V> |
A task that returns a result and may throw an exception.
|
| CallableStatement |
An interface used to call Stored Procedures.
|
| Callback |
|
| Callback |
Defines an empty base interface for all Callbacks used during
authentication.
|
| Callback |
Callback interface for SQLite's query results.
|
| CallbackHandler |
Needs to be implemented by classes that want to handle authentication
Callbacks.
|
| CancellationException |
Exception indicating that the result of a value-producing task,
such as a FutureTask, cannot be retrieved because the task
was cancelled.
|
| CancellationSignal |
Provides the ability to cancel an operation in progress.
|
| CancellationSignal.OnCancelListener |
Listens for cancellation.
|
| CancelledKeyException |
A CancelledKeyException is thrown when an invalid selection key is
used.
|
| CanonicalIterator |
This class allows one to iterate through all the strings that are canonically equivalent to a given
string.
|
| CaseInsensitiveString |
A string used as a key in java.util.Hashtable and other
collections.
|
| CBCBlockCipher |
implements Cipher-Block-Chaining (CBC) mode on top of a simple cipher.
|
| CBCBlockCipherMac |
standard CBC Block Cipher MAC - if no padding is specified the default of
pad of zeroes is used.
|
| CCMBlockCipher |
Implements the Counter with Cipher Block Chaining mode (CCM) detailed in
NIST Special Publication 800-38C.
|
| CDATASection |
CDATA sections are used to escape blocks of text containing characters that
would otherwise be regarded as markup.
|
| CDATASectionImpl |
Provides a straightforward implementation of the corresponding W3C DOM
interface.
|
| CertBag |
|
| CertBlacklist |
|
| Certificate |
Abstract class to represent identity certificates.
|
| Certificate |
Deprecated.
|
| Certificate |
Abstract class to represent identity certificates.
|
| Certificate |
The class encapsulates the ASN.1 DER encoding/decoding work
with the X.509 certificate.
|
| Certificate |
an X509Certificate structure.
|
| Certificate.CertificateRep |
The alternate Serializable class to be used for serialization and
deserialization of Certificate objects.
|
| CertificateEncodingException |
The exception that is thrown when an error occurs while a Certificate
is being encoded.
|
| CertificateEncodingException |
The exception that is thrown when an error occurs while a Certificate
is being encoded.
|
| CertificateEntry |
CertificateEntry structure.
|
| CertificateEntry.LogEntryType |
|
| CertificateException |
The base class for all Certificate related exceptions.
|
| CertificateException |
The base class for all Certificate related exceptions.
|
| CertificateExpiredException |
The exception that is thrown when a Certificate has expired.
|
| CertificateExpiredException |
The exception that is thrown when a Certificate has expired.
|
| CertificateFactory |
This class implements the functionality of a certificate factory algorithm,
relying on parsing a stream of bytes.
|
| CertificateFactory |
class for dealing with X509 certificates.
|
| CertificateFactorySpi |
This class defines the Service Provider Interface (SPI) for the
CertificateFactory class.
|
| CertificateIssuer |
CRL Entry's Certificate Issuer Extension (OID = 2.5.29.29).
|
| CertificateList |
The class encapsulates the ASN.1 DER encoding/decoding work
with the X.509 CRL.
|
| CertificateList |
PKIX RFC-2459
The X.509 v2 CRL syntax is as follows.
|
| CertificateNotYetValidException |
The exception that is thrown when a Certificate is not yet valid or
will not yet be valid on a specified date.
|
| CertificateNotYetValidException |
The exception that is thrown when a Certificate is not yet valid.
|
| CertificateParsingException |
The exception that is thrown when a Certificate can not be parsed.
|
| CertificateParsingException |
The exception that is thrown when a Certificate can not be parsed.
|
| CertificatePinner |
Constrains which certificates are trusted.
|
| CertificatePinner.Builder |
Builds a configured certificate pinner.
|
| CertificatePolicies |
The class encapsulates the ASN.1 DER encoding/decoding work
with Certificate Policies structure which is a part of X.509 certificate
(as specified in RFC 3280 -
Internet X.509 Public Key Infrastructure.
|
| CertificateRevokedException |
Exception that is thrown when a certificate is invalid because it has been
revoked.
|
| CertificationRequest |
PKCS10 Certification request object.
|
| CertificationRequestInfo |
PKCS10 CertificationRequestInfo object.
|
| CertPath |
An immutable certificate path that can be validated.
|
| CertPath.CertPathRep |
The alternate Serializable class to be used for serialization and
deserialization on CertPath objects.
|
| CertPathBuilder |
This class implements the functionality of a builder for an unverified
Certification Paths from a specified certificate to a trust anchor.
|
| CertPathBuilderException |
The exception that is thrown when a CertPathBuilder method fails.
|
| CertPathBuilderResult |
|
| CertPathBuilderSpi |
The Service Provider Interface (SPI) for the
CertPathBuilder class to be implemented by security providers.
|
| CertPathParameters |
The interface specification for certification path algorithm parameters.
|
| CertPathTrustManagerParameters |
Certification path parameters to provide to certification path
based TrustManager.
|
| CertPathValidator |
This class provides the functionality for validating certification paths
(certificate chains) establishing a trust chain from a certificate to a trust
anchor.
|
| CertPathValidatorException |
The exception that is thrown when a certification path (or certificate chain)
cannot be validated.
|
| CertPathValidatorResult |
The interface specification for certification path validation results.
|
| CertPathValidatorSpi |
The Service Provider Interface (SPI) for the
CertPathValidator class to be implemented by security providers.
|
| CertPinManager |
This class provides a simple interface for cert pinning.
|
| CertSelector |
The interface specification to determine whether a
Certificate meets some criteria.
|
| CertStore |
This class provides the functionality to retrieve Certificates and
CRLs from a read-only repository.
|
| CertStoreCollectionSpi |
|
| CertStoreException |
The exception that is thrown when an access to a CertStore fails.
|
| CertStoreParameters |
The marker interface specifying the parameters used to initialize a
CertStore instance.
|
| CertStoreSpi |
The Service Provider Interface (SPI) definition for the
CertStore class to be implemented by security providers.
|
| CFBBlockCipher |
implements a Cipher-FeedBack (CFB) mode on top of a simple cipher.
|
| ChainStrengthAnalyzer |
|
| Challenge |
An RFC 2617 challenge.
|
| Channel |
A channel is a conduit to I/O services covering such items as files, sockets,
hardware devices, I/O ports or some software component.
|
| Channels |
This class provides several utilities to get I/O streams from channels.
|
| Character |
The wrapper for the primitive type char.
|
| Character.Subset |
|
| Character.UnicodeBlock |
Represents a block of Unicode characters.
|
| CharacterCodingException |
A CharacterCodingException is thrown when an encoding or decoding
error occurs.
|
| CharacterData |
The CharacterData interface extends Node with a set of
attributes and methods for accessing character data in the DOM.
|
| CharacterDataImpl |
Provides a straightforward implementation of the corresponding W3C DOM
interface.
|
| CharacterIteration |
|
| CharacterIterator |
An interface for the bidirectional iteration over a group of characters.
|
| CharacterIteratorWrapper |
This class is a wrapper around CharacterIterator and implements the
UCharacterIterator protocol
|
| CharArrayBuffer |
|
| CharArrayReader |
A specialized Reader for reading the contents of a char array.
|
| CharArrayWriter |
A specialized Writer for class for writing content to an (internal)
char array.
|
| CharBuffer |
A buffer of chars.
|
| CharConversionException |
The top level class for character conversion exceptions.
|
| CharSequence |
This interface represents an ordered set of characters and defines the
methods to probe them.
|
| CharSequences |
Deprecated.
|
| Charset |
A charset is a named mapping between Unicode characters and byte sequences.
|
| CharsetDecoder |
A converter that can convert a byte sequence from a charset into a 16-bit
Unicode character sequence.
|
| CharsetDetector |
CharsetDetector provides a facility for detecting the
charset or encoding of character data in an unknown format.
|
| CharsetEncoder |
Transforms a sequence of 16-bit Java characters to a byte sequence in some encoding.
|
| CharsetMatch |
This class represents a charset that has been identified by a CharsetDetector
as a possible encoding for a set of input data.
|
| CharsetProvider |
The service provider class for character sets.
|
| CharsetUtils |
Various special-case charset conversions (for performance).
|
| CharsTrie |
Light-weight, non-const reader class for a CharsTrie.
|
| CharsTrie.Entry |
Return value type for the Iterator.
|
| CharsTrie.Iterator |
Iterator for all of the (string, value) pairs in a CharsTrie.
|
| CharsTrie.State |
CharsTrie state object, for saving a trie's current state
and resetting the trie back to this state later.
|
| CharsTrieBuilder |
Builder class for CharsTrie.
|
| CharTrie |
Trie implementation which stores data in char, 16 bits.
|
| CheckedInputStream |
The CheckedInputStream class is used to maintain a checksum at the
same time as the data, on which the checksum is computed, is read from a
stream.
|
| CheckedOutputStream |
The CheckedOutputStream class is used to maintain a running checksum
of all data written to a stream.
|
| Checksum |
The interface common to checksum classes such as Adler32 and CRC32.
|
| ChineseCalendar |
ChineseCalendar is a concrete subclass of Calendar
that implements a traditional Chinese calendar.
|
| ChineseDateFormat |
Deprecated.
|
| ChineseDateFormat.Field |
Deprecated.
|
| ChineseDateFormatSymbols |
Deprecated.
|
| ChoiceFormat |
Returns a fixed string based on a numeric value.
|
| Chunk |
A chunk of DDM data.
|
| ChunkHandler |
Handle a chunk of data sent from a DDM server.
|
| Cipher |
This class provides access to implementations of cryptographic ciphers for
encryption and decryption.
|
| CipherInputStream |
This class wraps an InputStream and a cipher so that read()
methods return data that are read from the underlying InputStream and
processed by the cipher.
|
| CipherKeyGenerator |
The base class for symmetric, or secret, cipher key generators.
|
| CipherOutputStream |
This class wraps an output stream and a cipher so that write methods
send the data through the cipher before writing them to the underlying output
stream.
|
| CipherParameters |
all parameter classes implement this.
|
| CipherSpi |
This class defines the Service Provider Interface (SPI) for
cryptographic ciphers.
|
| CipherSpi |
|
| CipherSpi.NoPadding |
classes that inherit from us.
|
| CipherSuite |
|
| Class<T> |
The in-memory representation of a Java class.
|
| ClassCastException |
Thrown when a program attempts to cast a an object to a type with which it is
not compatible.
|
| ClassCircularityError |
Thrown when the VM notices that an attempt is made to load a
class which would directly or indirectly inherit from one of its subclasses.
|
| ClassData |
|
| ClassData.Field |
|
| ClassData.Method |
|
| ClassDef |
A type definition.
|
| ClassFormatError |
Thrown by a class loader when a class file has an illegal format or if the
data that it contains can not be interpreted as a class.
|
| ClassLoader |
Loads classes and resources from a repository.
|
| ClassLoaderUtil |
This utility class is used for resolving a right ClassLoader from
a given class. getClassLoader always returns a non-null ClassLoader
even a class is loaded through the bootstrap class loader of JRE.
|
| ClassNotFoundException |
Thrown when a class loader is unable to find a class.
|
| ClassPathURLStreamHandler |
|
| ClientInfoStatus |
An enumeration to describe the reason why a property cannot be set by calling
Connection.setClientInfo.
|
| ClientSessionContext |
Caches client sessions.
|
| Clob |
A Java interface mapping for the SQL CLOB type.
|
| Cloneable |
This (empty) interface must be implemented by all classes that wish to
support cloning.
|
| CloneNotSupportedException |
Thrown when a program attempts to clone an object which does not support the
Cloneable interface.
|
| Closeable |
An AutoCloseable whose close method may throw an IOException.
|
| ClosedByInterruptException |
A ClosedByInterruptException is thrown when a thread is interrupted
in a blocking I/O operation.
|
| ClosedChannelException |
A ClosedChannelException is thrown when a channel is closed for the
type of operation attempted.
|
| ClosedSelectorException |
A ClosedSelectorException is thrown when a selector
is closed and an I/O operation is attempted.
|
| CloseGuard |
CloseGuard is a mechanism for flagging implicit finalizer cleanup of
resources that should have been cleaned up by explicit close
methods (aka "explicit termination methods" in Effective Java).
|
| CloseGuard.Reporter |
Interface to allow customization of reporting behavior.
|
| CMSAttributes |
|
| CMSObjectIdentifiers |
|
| Code |
|
| Code.CatchHandler |
|
| Code.Try |
|
| CoderMalfunctionError |
A CoderMalfunctionError is thrown when the encoder/decoder is
malfunctioning.
|
| CoderResult |
Used to indicate the result of encoding/decoding.
|
| CodeSigner |
CodeSigner represents a signer of code.
|
| CodeSource |
Legacy security code; do not use.
|
| CodingErrorAction |
Used to indicate what kind of actions to take in case of encoding/decoding
errors.
|
| Collation |
Collation v2 basic definitions and static helper functions.
|
| CollationBuilder |
|
| CollationCompare |
|
| CollationData |
Collation data container.
|
| CollationElementIterator |
CollationElementIterator is an iterator created by
a RuleBasedCollator to walk through a string.
|
| CollationElementIterator |
Created by a RuleBasedCollator to iterate through a string.
|
| CollationElementIteratorICU |
Collation element iterator JNI wrapper.
|
| CollationFastLatin |
|
| CollationFCD |
Data and functions for the FCD check fast path.
|
| CollationIterator |
Collation element iterator and abstract character iterator.
|
| CollationKey |
A CollationKey represents a String
under the rules of a specific Collator
object.
|
| CollationKey |
Represents a string under the rules of a specific Collator object.
|
| CollationKey.BoundMode |
Options that used in the API CollationKey.getBound() for getting a
CollationKey based on the bound mode requested.
|
| CollationKeyICU |
A concrete implementation of the abstract java.text.CollationKey.
|
| CollationKeys |
|
| CollationKeys.LevelCallback |
|
| CollationKeys.SortKeyByteSink |
|
| CollationLoader |
Convenience string denoting the Collation data tree
|
| CollationRoot |
Collation root provider.
|
| CollationRootElements |
Container and access methods for collation elements and weights
that occur in the root collator.
|
| CollationRuleParser |
|
| CollationSettings |
Collation settings/options/attributes.
|
| CollationTailoring |
Collation tailoring data & settings.
|
| CollationWeights |
Allocates n collation element weights between two exclusive limits.
|
| Collator |
.
|
| Collator |
Performs locale-sensitive string comparison.
|
| Collator.CollatorFactory |
A factory used with registerFactory to register multiple collators and provide
display names for them.
|
| Collator.ReorderCodes |
Reordering codes for non-script groups that can be reordered under collation.
|
| Collection<E> |
Collection is the root of the collection hierarchy.
|
| CollectionCertStoreParameters |
The parameters to initialize a Collection type CertStore instance.
|
| Collections |
Collections contains static methods which operate on
Collection classes.
|
| CollectionStore<T> |
A simple collection backed store.
|
| CollectionUtils |
|
| Comment |
This interface inherits from CharacterData and represents the
content of a comment, i.e., all the characters between the starting '
<!
|
| CommentImpl |
Provides a straightforward implementation of the corresponding W3C DOM
interface.
|
| CommonDataSource |
Interface that defines the methods which are common between DataSource,
XADataSource and ConnectionPoolDataSource.
|
| CompactByteArray |
Deprecated.
|
| CompactCharArray |
Deprecated.
|
| CompactDecimalFormat |
The CompactDecimalFormat produces abbreviated numbers, suitable for display in environments will limited real estate.
|
| CompactDecimalFormat.CompactStyle |
Style parameter for CompactDecimalFormat.
|
| Comparable<T> |
This interface should be implemented by all classes that wish to define a
natural order of their instances.
|
| Comparator<T> |
A Comparator is used to compare two objects to determine their ordering with
respect to each other.
|
| Compiler |
Does nothing on Android.
|
| CompletionService<V> |
A service that decouples the production of new asynchronous tasks
from the consumption of the results of completed tasks.
|
| ComposedCharIter |
Deprecated.
|
| ConcurrentHashMap<K,V> |
A hash table supporting full concurrency of retrievals and
high expected concurrency for updates.
|
| ConcurrentHashMap.KeySetView<K,V> |
A view of a ConcurrentHashMap as a Set of keys, in
which additions may optionally be enabled by mapping to a
common value.
|
| ConcurrentLinkedDeque<E> |
An unbounded concurrent deque based on linked nodes.
|
| ConcurrentLinkedQueue<E> |
An unbounded thread-safe queue based on linked nodes.
|
| ConcurrentMap<K,V> |
A Map providing additional atomic
putIfAbsent, remove, and replace methods.
|
| ConcurrentModificationException |
An ConcurrentModificationException is thrown when a Collection is
modified and an existing iterator on the Collection is used to modify the
Collection as well.
|
| ConcurrentNavigableMap<K,V> |
|
| ConcurrentSkipListMap<K,V> |
|
| ConcurrentSkipListSet<E> |
|
| Condition |
Condition factors out the Object monitor
methods ( wait, notify
and notifyAll) into distinct objects to
give the effect of having multiple wait-sets per object, by
combining them with the use of arbitrary Lock implementations.
|
| ConfigAwareConnectionPool |
|
| ConfigurableProvider |
Implemented by the BC provider.
|
| Configuration |
This class describes all device configuration information that can
impact the resources the application retrieves.
|
| ConnectException |
A ConnectException is thrown if a connection cannot be established to
a remote host on a specific port.
|
| Connection |
The sockets and streams of an HTTP, HTTPS, or HTTPS+SPDY connection.
|
| Connection |
A connection represents a link from a Java application to a database.
|
| ConnectionEvent |
|
| ConnectionEventListener |
|
| ConnectionPendingException |
A ConnectionPendingException is thrown when an attempt is made to
connect a SocketChannel that has a non-blocking connection already
underway.
|
| ConnectionPool |
Manages reuse of HTTP and SPDY connections for reduced network latency.
|
| ConnectionPoolDataSource |
An interface for the creation of ConnectionPoolDataSource objects.
|
| ConnectionSpec |
Specifies configuration for the socket connection that HTTP traffic travels through.
|
| ConnectionSpec.Builder |
|
| ConnectionSpecSelector |
Handles the connection spec fallback strategy: When a secure socket connection fails
due to a handshake / protocol problem the connection may be retried with different protocols.
|
| Console |
Provides access to the console, if available.
|
| ConsoleHandler |
A handler that writes log messages to the standard output stream
System.err.
|
| Constants |
Container for SQLite constants.
|
| Constructor<T> |
This class represents a constructor.
|
| ContentHandler |
This class converts the content of a certain format (i.e. a MIME type) into a
Java type object.
|
| ContentHandler |
Receive notification of the logical content of a document.
|
| ContentHandlerFactory |
Defines a factory which is responsible for creating a ContentHandler.
|
| ContentInfo |
As defined in PKCS #7: Cryptographic Message Syntax Standard
(http://www.ietf.org/rfc/rfc2315.txt)
ContentInfo ::= SEQUENCE {
contentType ContentType,
content [0] EXPLICIT ANY DEFINED BY contentType OPTIONAL
}
|
| ContentInfo |
|
| ContentInfo |
|
| ContentValues |
This class is used to store a set of values that the ContentResolver
can process.
|
| Context |
Interface to global information about an application environment.
|
| Context.BindServiceFlags |
|
| ContextImpl |
|
| ContextWrapper |
Proxying implementation of Context that simply delegates all of its calls to
another Context.
|
| ContractionsAndExpansions |
|
| ContractionsAndExpansions.CESink |
|
| CookieHandler |
This class provides a way to manage cookies with a HTTP protocol handler.
|
| CookieManager |
This class provides a concrete implementation of CookieHandler.
|
| CookiePolicy |
CookiePolicy has three pre-defined policy.
|
| CookieStore |
A CookieStore object is a repository for cookies.
|
| CopticCalendar |
Implement the Coptic calendar system.
|
| CopyOnWriteArrayList<E> |
A thread-safe random-access list.
|
| CopyOnWriteArraySet<E> |
|
| CountDownLatch |
A synchronization aid that allows one or more threads to wait until
a set of operations being performed in other threads completes.
|
| CountedCompleter<T> |
A ForkJoinTask with a completion action performed when
triggered and there are no remaining pending actions.
|
| CountingOutputStream |
An output stream that keeps count of the number of bytes written to it.
|
| CRC32 |
The CRC32 class is used to compute a CRC32 checksum from data provided as
input value.
|
| Credentials |
Factory for HTTP authorization credentials.
|
| CRL |
This class represents Certificate Revocation Lists (CRLs) maintained by a
certificate authority.
|
| CRLBag |
|
| CRLDistPoint |
|
| CRLDistributionPoints |
The class encapsulates the ASN.1 DER encoding/decoding work
with the CRL Distribution Points which is the part of X.509 Certificate
(as specified in RFC 3280 -
Internet X.509 Public Key Infrastructure.
|
| CRLException |
The exception that is thrown if errors occur during handling of CRLs.
|
| CRLNumber |
CRL Entry's CRL Number Extension (OID = 2.5.29.20).
|
| CRLNumber |
The CRLNumber object.
|
| CRLReason |
The reason a CRL entry was revoked.
|
| CRLReason |
The CRLReason enumeration.
|
| CRLSelector |
The interface specification for determining whether a CRL meets some criteria
to select CRL objects among a set of CRLs.
|
| CrossProcessCursor |
A cross process cursor is an extension of a Cursor that also supports
usage from remote processes.
|
| CryptoException |
the foundation class for the hard exceptions thrown by the crypto packages.
|
| CryptoUpcalls |
Provides a place where NativeCrypto can call back up to do Java language
calls to work on delegated key types from native code.
|
| CTConstants |
|
| CTLogInfo |
Properties about a Certificate Transparency Log.
|
| CTLogStore |
|
| CTLogStoreImpl |
|
| CTLogStoreImpl.InvalidLogFileException |
Thrown when parsing of a log file fails.
|
| CTSBlockCipher |
A Cipher Text Stealing (CTS) mode cipher.
|
| CTVerificationResult |
|
| CTVerifier |
|
| Currency |
A class encapsulating a currency, as defined by ISO 4217.
|
| Currency |
A currency corresponding to an ISO 4217
currency code such as "EUR" or "USD".
|
| Currency.CurrencyUsage |
Currency Usage used for Decimal Format
|
| CurrencyAmount |
An amount of currency, consisting of a Number and a Currency.
|
| CurrencyData |
|
| CurrencyData.CurrencyDisplayInfo |
|
| CurrencyData.CurrencyDisplayInfoProvider |
|
| CurrencyData.CurrencyFormatInfo |
|
| CurrencyData.CurrencySpacingInfo |
|
| CurrencyData.DefaultInfo |
|
| CurrencyDisplayNames |
Returns currency names localized for a locale.
|
| CurrencyMetaInfo |
Provides information about currencies that is not specific to a locale.
|
| CurrencyMetaInfo.CurrencyDigits |
Represents the raw information about fraction digits and rounding increment.
|
| CurrencyMetaInfo.CurrencyFilter |
A filter used to select which currency info is returned.
|
| CurrencyMetaInfo.CurrencyInfo |
Represents a complete currency info record listing the region, currency, from and to dates,
and priority.
|
| CurrencyPluralInfo |
This class represents the information needed by
DecimalFormat to format currency plural,
such as "3.00 US dollars" or "1.00 US dollar".
|
| Cursor |
This interface provides random read-write access to the result set returned
by a database query.
|
| CursorIndexOutOfBoundsException |
An exception indicating that a cursor is out of bounds.
|
| CursorWindow |
A buffer containing multiple cursor rows.
|
| CursorWindowAllocationException |
This exception is thrown when a CursorWindow couldn't be allocated,
most probably due to memory not being available.
|
| CustomNamedCurves |
|
| CyclicBarrier |
A synchronization aid that allows a set of threads to all wait for
each other to reach a common barrier point.
|
| Daemons |
Calls Object.finalize() on objects in the finalizer reference queue.
|
| DalvikLogging |
Utility methods for logging to DalvikHandlers.
|
| DalvikLogHandler |
An optimized handler for efficient publishing of basic log messages.
|
| DangiCalendar |
Deprecated.
|
| Database |
Main class wrapping an SQLite database.
|
| DatabaseErrorHandler |
An interface to let apps define an action to take when database corruption is detected.
|
| DatabaseMetaData |
An interface which provides comprehensive information about the database
management system and its supported features.
|
| DatabaseObjectNotClosedException |
An exception that indicates that garbage-collector is finalizing a database object
that is not explicitly closed
|
| DatabaseUtils |
Static utility methods for dealing with databases and Cursors.
|
| DatabaseUtils.InsertHelper |
Deprecated.
|
| DataFormatException |
DataFormatException is used to indicate an error in the format of a
particular data stream which is to be uncompressed.
|
| DatagramChannel |
A DatagramChannel is a selectable channel that represents a partial
abstraction of a datagram socket.
|
| DatagramPacket |
This class represents a datagram packet which contains data either to be sent
or received through a DatagramSocket.
|
| DatagramSocket |
This class implements a UDP socket for sending and receiving
DatagramPacket.
|
| DatagramSocketImpl |
The abstract superclass for datagram and multicast socket implementations.
|
| DatagramSocketImplFactory |
This interface defines a factory for datagram socket implementations.
|
| DataInput |
Defines an interface for classes that are able to read big-endian typed data from some
source.
|
| DataInputStream |
Wraps an existing InputStream and reads big-endian typed data from it.
|
| DataLengthException |
this exception is thrown if a buffer that is meant to have output
copied into it turns out to be too short, or if we've been given
insufficient input.
|
| DataOutput |
Defines an interface for classes that are able to write big-endian typed data to some
target.
|
| DataOutputStream |
Wraps an existing OutputStream and writes big-endian typed data to it.
|
| DataRecord |
DataRecord contains the data used by PeriodFormatterData.
|
| DataRecord.ECountVariant |
|
| DataRecord.EDecimalHandling |
|
| DataRecord.EFractionHandling |
|
| DataRecord.EGender |
|
| DataRecord.EHalfPlacement |
|
| DataRecord.EHalfSupport |
|
| DataRecord.EMilliSupport |
|
| DataRecord.ENumberSystem |
|
| DataRecord.EPluralization |
|
| DataRecord.ESeparatorVariant |
|
| DataRecord.ETimeDirection |
|
| DataRecord.ETimeLimit |
|
| DataRecord.EUnitVariant |
|
| DataRecord.EZeroHandling |
|
| DataRecord.ScopeData |
|
| DataSetObservable |
|
| DataSetObserver |
Receives call backs when a data set has been changed, or made invalid.
|
| DataSource |
An interface for the creation of Connection objects which represent a
connection to a database.
|
| DataTruncation |
An exception which is thrown when a JDBC driver unexpectedly truncates a data
value either when reading (resulting in warning), or when writing data
(resulting in an error).
|
| DatatypeConfigurationException |
Indicates a serious configuration error.
|
| DatatypeConstants |
Utility class to contain basic Datatype values as constants.
|
| DatatypeConstants.Field |
Type-safe enum class that represents six fields
of the Duration class.
|
| DatatypeFactory |
Factory that creates new javax.xml.datatype Objects that map XML to/from Java Objects.
|
| Date |
A class which can consume and produce dates in SQL Date format.
|
| Date |
A specific moment in time, with millisecond precision.
|
| DateFormat |
.
|
| DateFormat |
Formats or parses dates and times.
|
| DateFormat.BooleanAttribute |
boolean attributes
|
| DateFormat.Field |
The instances of this inner class are used as attribute keys and values
in AttributedCharacterIterator that
DateFormat.formatToCharacterIterator() method returns.
|
| DateFormat.Field |
|
| DateFormatSymbols |
.
|
| DateFormatSymbols |
Encapsulates localized date-time formatting data, such as the names of the
months, the names of the days of the week, and the time zone data.
|
| DateFormatter |
Abstract formatter for dates.
|
| DateInterval |
This class represents date interval.
|
| DateIntervalFormat |
DateIntervalFormat is a class for formatting and parsing date
intervals in a language-independent manner.
|
| DateIntervalFormat |
Exposes icu4j's DateIntervalFormat.
|
| DateIntervalInfo |
DateIntervalInfo is a public class for encapsulating localizable
date time interval patterns.
|
| DateIntervalInfo.PatternInfo |
PatternInfo class saves the first and second part of interval pattern,
and whether the interval pattern is earlier date first.
|
| DateNumberFormat |
|
| DateRule |
Note: The Holiday framework is a technology preview.
|
| DateTimeFormat |
A formatter that outputs a single date/time.
|
| DateTimePatternGenerator |
This class provides flexible generation of date format patterns, like
"yy-MM-dd".
|
| DateTimePatternGenerator.FormatParser |
Deprecated.
|
| DateTimePatternGenerator.PatternInfo |
PatternInfo supplies output parameters for addPattern(...).
|
| DateTimePatternGenerator.VariableField |
Deprecated.
|
| DateTimeRule |
DateTimeRule is a class representing a time in a year by
a rule specified by month, day of month, day of week and
time in the day.
|
| DateUtilsBridge |
Common methods and constants for the various ICU formatters used to support
android.text.format.DateUtils.
|
| DdmHandleAppName |
Track our app name.
|
| DdmHandleExit |
Handle an EXIT chunk.
|
| DdmHandleHeap |
Handle native and virtual heap requests.
|
| DdmHandleNativeHeap |
Handle thread-related traffic.
|
| DdmHandleProfiling |
Handle profiling requests.
|
| DdmHandleThread |
Handle thread-related traffic.
|
| DdmRegister |
Just a place to stick handler registrations, instead of scattering
them around.
|
| DdmServer |
This represents our connection to the DDM Server.
|
| DdmVmInternal |
Declarations for some VM-internal DDM stuff.
|
| Debug |
Provides various debugging methods for Android applications, including
tracing and allocation counts.
|
| Debug.DebugProperty |
|
| Debug.InstructionCount |
Deprecated.
|
| Debug.MemoryInfo |
This class is used to retrieved various statistics about the memory mappings for this
process.
|
| DecimalFormat |
.
DecimalFormat is a concrete subclass of NumberFormat that formats
decimal numbers.
|
| DecimalFormat |
A concrete subclass of NumberFormat that formats decimal numbers.
|
| DecimalFormatSymbols |
.
This class represents the set of symbols (such as the decimal separator, the grouping
separator, and so on) needed by DecimalFormat to format
numbers.
|
| DecimalFormatSymbols |
Encapsulates the set of symbols (such as the decimal separator, the grouping
separator, and so on) needed by DecimalFormat to format numbers.
|
| DeclHandler |
SAX2 extension handler for DTD declaration events.
|
| DecoderException |
Exception thrown if an attempt is made to decode invalid data, or some other failure occurs.
|
| DefaultDatabaseErrorHandler |
Default class used to define the action to take when database corruption is reported
by sqlite.
|
| DefaultHandler |
Default base class for SAX2 event handlers.
|
| DefaultHandler2 |
|
| DefaultJcaJceHelper |
JcaJceHelper that obtains all algorithms using the default JCA/JCE mechanism (i.e.
|
| DefaultSSLContextImpl |
Support class for this package.
|
| Deflater |
This class compresses data using the DEFLATE algorithm (see specification).
|
| DeflaterInputStream |
An InputStream filter to compress data.
|
| DeflaterOutputStream |
This class provides an implementation of FilterOutputStream that
compresses data using the DEFLATE algorithm.
|
| DeflaterSink |
A sink that uses DEFLATE to
compress data written to another source.
|
| Delayed |
A mix-in style interface for marking objects that should be
acted upon after a given delay.
|
| DelayQueue<E extends Delayed> |
An unbounded blocking queue of
Delayed elements, in which an element can only be taken
when its delay has expired.
|
| DeleteOnExit |
Implements the actual DeleteOnExit mechanism.
|
| Deprecated |
Annotation type used to mark program elements that should no longer be used
by programmers.
|
| Deque<E> |
A linear collection that supports element insertion and removal at
both ends.
|
| DERApplicationSpecific |
Base class for an application specific object
|
| DERBitString |
|
| DERBMPString |
DER BMPString object.
|
| DERBoolean |
Deprecated.
|
| DEREncodableVector |
a general class for building up a vector of DER encodable objects -
this will eventually be superceded by ASN1EncodableVector so you should
use that class in preference.
|
| DEREnumerated |
Deprecated.
|
| DERExternal |
Class representing the DER-type External
|
| DERExternalParser |
|
| DERGeneralizedTime |
DER Generalized time object.
|
| DERGeneralString |
|
| DERIA5String |
DER IA5String object - this is an ascii string.
|
| DerInputStream |
Decodes ASN.1 types encoded with DER (X.690)
|
| DERInteger |
Deprecated.
|
| DerivationFunction |
base interface for general purpose byte derivation functions.
|
| DerivationParameters |
Parameters for key/byte stream derivation classes
|
| DERNull |
A NULL object.
|
| DERNumericString |
DER NumericString object - this is an ascii string of characters {0,1,2,3,4,5,6,7,8,9, }.
|
| DERObjectIdentifier |
Deprecated.
|
| DEROctetString |
|
| DEROctetStringParser |
|
| DerOutputStream |
Encodes ASN.1 types with DER (X.690)
|
| DEROutputStream |
Stream that outputs encoding based on distinguished encoding rules.
|
| DERPrintableString |
DER PrintableString object.
|
| DERSequence |
|
| DERSequenceParser |
|
| DERSet |
A DER encoded set object
|
| DERSetParser |
|
| DERT61String |
DER T61String (also the teletex string), try not to use this if you don't need to.
|
| DERTaggedObject |
DER TaggedObject - in ASN.1 notation this is any object preceded by
a [n] where n is some number - these are assumed to follow the construction
rules (as with sequences).
|
| DERTags |
Deprecated.
|
| DERUniversalString |
DER UniversalString object.
|
| DERUTCTime |
DER UTC time object.
|
| DERUTF8String |
DER UTF8String object.
|
| DERVisibleString |
DER VisibleString object encoding ISO 646 (ASCII) character code points 32 to 126.
|
| DES |
|
| DES.AlgParamGen |
|
| DES.CBC |
|
| DES.CBCMAC |
|
| DES.DES64 |
DES64
|
| DES.DES64with7816d4 |
DES64with7816-4Padding
|
| DES.DESPBEKeyFactory |
|
| DES.ECB |
|
| DES.KeyFactory |
|
| DES.KeyGenerator |
DES - the default for this is to generate a key in
a-b-a format that's 24 bytes long but has 16 bytes of
key material (the first 8 bytes is repeated as the last
8 bytes).
|
| DES.Mappings |
|
| DES.PBEWithMD5 |
PBEWithMD5AndDES
|
| DES.PBEWithMD5KeyFactory |
PBEWithMD5AndDES
|
| DES.PBEWithSHA1 |
PBEWithSHA1AndDES
|
| DES.PBEWithSHA1KeyFactory |
PBEWithSHA1AndDES
|
| DESede |
|
| DESede.CBC |
|
| DESede.CBCMAC |
|
| DESede.DESede64 |
DESede64
|
| DESede.DESede64with7816d4 |
DESede64with7816-4Padding
|
| DESede.ECB |
|
| DESede.KeyFactory |
|
| DESede.KeyGenerator |
DESede - the default for this is to generate a key in
a-b-a format that's 24 bytes long but has 16 bytes of
key material (the first 8 bytes is repeated as the last
8 bytes).
|
| DESede.KeyGenerator3 |
generate a desEDE key in the a-b-c format.
|
| DESede.Mappings |
|
| DESede.PBEWithSHAAndDES2Key |
PBEWithSHAAnd2-KeyTripleDES-CBC
|
| DESede.PBEWithSHAAndDES2KeyFactory |
PBEWithSHAAnd2-KeyTripleDES-CBC
|
| DESede.PBEWithSHAAndDES3Key |
PBEWithSHAAnd3-KeyTripleDES-CBC
|
| DESede.PBEWithSHAAndDES3KeyFactory |
PBEWithSHAAnd3-KeyTripleDES-CBC
|
| DESede.Wrap |
|
| DESedeEngine |
a class that provides a basic DESede (or Triple DES) engine.
|
| DESedeKeyGenerator |
|
| DESedeKeySpec |
The key specification for a triple-DES (DES-EDE) key.
|
| DESedeParameters |
|
| DESedeWrapEngine |
|
| DESEngine |
a class that provides a basic DES engine.
|
| DESKeyGenerator |
|
| DESKeySpec |
The key specification for a DES key.
|
| DESParameters |
|
| Destroyable |
Allows for special treatment of sensitive information, when it comes to
destroying or clearing of the data.
|
| DestroyFailedException |
|
| Dex |
The bytes of a dex file in memory for reading and writing.
|
| DexClassLoader |
A class loader that loads classes from .jar and .apk files
containing a classes.dex entry.
|
| DexException |
Thrown when there's a format problem reading, writing, or generally
processing a dex file.
|
| DexFile |
Manipulates DEX files.
|
| DexFormat |
Constants that show up in and are otherwise related to .dex
files, and helper methods for same.
|
| DexIndexOverflowException |
Thrown when there's an index overflow writing a dex file.
|
| DH |
|
| DH.Mappings |
|
| DHBasicAgreement |
a Diffie-Hellman key agreement class.
|
| DHBasicKeyPairGenerator |
a basic Diffie-Hellman key pair generator.
|
| DHDomainParameters |
|
| DHGenParameterSpec |
The algorithm parameter specification for generating Diffie-Hellman
parameters used in Diffie-Hellman key agreement.
|
| DHKey |
The interface for a Diffie-Hellman key.
|
| DHKeyGenerationParameters |
|
| DHKeyParameters |
|
| DHParameter |
|
| DHParameters |
|
| DHParametersGenerator |
|
| DHParameterSpec |
The algorithm parameter specification for the Diffie-Hellman algorithm.
|
| DHPrivateKey |
The interface for a private key in the Diffie-Hellman key exchange protocol.
|
| DHPrivateKeyParameters |
|
| DHPrivateKeySpec |
The key specification for a Diffie-Hellman private key.
|
| DHPublicKey |
The interface for a public key in the Diffie-Hellman key exchange protocol.
|
| DHPublicKey |
|
| DHPublicKeyParameters |
|
| DHPublicKeySpec |
The key specification for a Diffie-Hellman public key.
|
| DHUtil |
utility class for converting jce/jca DH objects
objects into their org.bouncycastle.crypto counterparts.
|
| DHUtil |
utility class for converting jce/jca DH objects
objects into their org.bouncycastle.crypto counterparts.
|
| DHValidationParameters |
|
| DHValidationParms |
|
| Dictionary<K,V> |
Note: Do not use this class since it is obsolete.
|
| Differ<T> |
VERY Basic Diff program.
|
| Digest |
interface that a message digest conforms to.
|
| DigestException |
DigestException is a general message digest exception.
|
| DigestFactory |
|
| DigestInfo |
The DigestInfo object.
|
| DigestInputStream |
DigestInputStream is a FilterInputStream which maintains an
associated message digest.
|
| DigestInputStream |
|
| DigestOutputStream |
DigestOutputStream is a FilterOutputStream which maintains an
associated message digest.
|
| DigestOutputStream |
|
| DigestSignatureSpi |
|
| DigestSignatureSpi.MD5 |
|
| DigestSignatureSpi.SHA1 |
|
| DigestSignatureSpi.SHA224 |
|
| DigestSignatureSpi.SHA256 |
|
| DigestSignatureSpi.SHA384 |
|
| DigestSignatureSpi.SHA512 |
|
| DigitallySigned |
DigitallySigned structure, as defined by RFC5246 Section 4.7.
|
| DigitallySigned.HashAlgorithm |
|
| DigitallySigned.SignatureAlgorithm |
|
| DirectoryString |
The class encapsulates the ASN.1 DER encoding/decoding work
with the DirectoryString structure
(as specified in RFC 3280 -
Internet X.509 Public Key Infrastructure.
|
| DirectoryString |
|
| DiskLruCache |
A cache that uses a bounded amount of space on a filesystem.
|
| Dispatcher |
Policy on when async requests are executed.
|
| DisplayContext |
Display context settings.
|
| DisplayContext.Type |
Type values for DisplayContext
|
| DisplayMetrics |
A structure describing general information about a display, such as its
size, density, and font scaling.
|
| DistinguishedNameParser |
A distinguished name (DN) parser.
|
| DistributionPoint |
The class encapsulates the ASN.1 DER encoding/decoding work
with the DistributionPoint structure which is the part of X.509 CRL
(as specified in RFC 3280 -
Internet X.509 Public Key Infrastructure.
|
| DistributionPoint |
The DistributionPoint object.
|
| DistributionPointName |
The class encapsulates the ASN.1 DER encoding/decoding work
with the DistributionPointName structure which is the part
of X.509 CRL
(as specified in RFC 3280 -
Internet X.509 Public Key Infrastructure.
|
| DistributionPointName |
The DistributionPointName object.
|
| DLOutputStream |
Stream that outputs encoding based on definite length.
|
| DLSequence |
The DLSequence encodes a SEQUENCE using definite length form.
|
| DLSet |
The DLSet encodes ASN.1 SET value without element ordering,
and always using definite length form.
|
| DLTaggedObject |
Definite Length TaggedObject - in ASN.1 notation this is any object preceded by
a [n] where n is some number - these are assumed to follow the construction
rules (as with sequences).
|
| DNParser |
Distinguished Name Parser.
|
| Document |
The Document interface represents the entire HTML or XML
document.
|
| DocumentBuilder |
Defines the API to obtain DOM Document instances from an XML
document.
|
| DocumentBuilderFactory |
Defines a factory API that enables applications to obtain a
parser that produces DOM object trees from XML documents.
|
| DocumentBuilderFactoryImpl |
Provides a straightforward DocumentBuilderFactory implementation based on
XMLPull/KXML.
|
| Documented |
Defines a meta-annotation for indicating that an annotation is documented and
considered part of the public API.
|
| DocumentFragment |
DocumentFragment is a "lightweight" or "minimal"
Document object.
|
| DocumentFragmentImpl |
Provides a straightforward implementation of the corresponding W3C DOM
interface.
|
| DocumentHandler |
Deprecated.
|
| DocumentImpl |
Provides a straightforward implementation of the corresponding W3C DOM
interface.
|
| DocumentType |
Each Document has a doctype attribute whose value
is either null or a DocumentType object.
|
| DocumentTypeImpl |
Provides a straightforward implementation of the corresponding W3C DOM
interface.
|
| DomainCombiner |
Legacy security code; do not use.
|
| DOMConfiguration |
The DOMConfiguration interface represents the configuration
of a document and maintains a table of recognized parameters.
|
| DOMConfigurationImpl |
A minimal implementation of DOMConfiguration.
|
| DOMError |
DOMError is an interface that describes an error.
|
| DOMErrorHandler |
DOMErrorHandler is a callback interface that the DOM
implementation can call when reporting errors that happens while
processing XML data, or when doing some other processing (e.g. validating
a document).
|
| DOMErrorImpl |
|
| DOMException |
DOM operations only raise exceptions in "exceptional" circumstances, i.e.,
when an operation is impossible to perform (either for logical reasons,
because data is lost, or because the implementation has become unstable).
|
| DOMImplementation |
The DOMImplementation interface provides a number of methods
for performing operations that are independent of any particular instance
of the document object model.
|
| DOMImplementationImpl |
Provides a straightforward implementation of the corresponding W3C DOM
interface.
|
| DOMImplementationList |
The DOMImplementationList interface provides the abstraction
of an ordered collection of DOM implementations, without defining or
constraining how this collection is implemented.
|
| DOMImplementationLS |
DOMImplementationLS contains the factory methods for creating
Load and Save objects.
|
| DOMImplementationSource |
This interface permits a DOM implementer to supply one or more
implementations, based upon requested features and versions, as specified
in .
|
| DOMLocator |
Indicates the position of a node in a source DOM, intended
primarily for error reporting.
|
| DOMLocator |
DOMLocator is an interface that describes a location (e.g.
|
| DOMResult |
Acts as a holder for a transformation result tree in the form of a Document Object Model (DOM) tree.
|
| DOMSource |
Acts as a holder for a transformation Source tree in the
form of a Document Object Model (DOM) tree.
|
| DOMStringList |
The DOMStringList interface provides the abstraction of an
ordered collection of DOMString values, without defining or
constraining how this collection is implemented.
|
| DontCareFieldPosition |
DontCareFieldPosition is a subclass of FieldPosition that indicates that the
caller is not interested in the start and end position of any field.
|
| Double |
The wrapper for the primitive type double.
|
| DoubleBuffer |
A buffer of doubles.
|
| Driver |
An interface to a JDBC driver.
|
| Driver |
SAX2 Driver that pulls events from XmlPullParser
and converts them into SAX2 callbacks.
|
| DriverManager |
Provides facilities for managing JDBC drivers.
|
| DriverPropertyInfo |
A class holding information about driver properties of a database connection.
|
| DropBox |
|
| DropBox.Reporter |
Interface to allow customization of reporting behavior.
|
| DSA |
interface for classes implementing algorithms modeled similar to the Digital Signature Alorithm.
|
| DSA |
|
| DSA.Mappings |
|
| DSABase |
|
| DSAEncoder |
|
| DSAKCalculator |
Interface define calculators of K values for DSA/ECDSA.
|
| DSAKey |
The base interface for Digital Signature Algorithm (DSA) public or private
keys.
|
| DSAKeyGenerationParameters |
|
| DSAKeyPairGenerator |
The interface for key generators that can generate DSA key pairs.
|
| DSAKeyPairGenerator |
a DSA key pair generator.
|
| DSAKeyParameters |
|
| DSAParameter |
|
| DSAParameterGenerationParameters |
|
| DSAParameters |
|
| DSAParametersGenerator |
Generate suitable parameters for DSA, in line with FIPS 186-2, or FIPS 186-3.
|
| DSAParameterSpec |
The parameter specification used with the Digital Signature Algorithm (DSA).
|
| DSAParams |
The interface for Digital Signature Algorithm (DSA) specific parameters.
|
| DSAPrivateKey |
The interface for a Digital Signature Algorithm (DSA) private key.
|
| DSAPrivateKeyParameters |
|
| DSAPrivateKeySpec |
The parameters specifying a DSA private key.
|
| DSAPublicKey |
The interface for a Digital Signature Algorithm (DSA) public key.
|
| DSAPublicKeyParameters |
|
| DSAPublicKeySpec |
The parameters specifying a DSA public key.
|
| DSASigner |
The Digital Signature Algorithm - as described in "Handbook of Applied
Cryptography", pages 452 - 453.
|
| DSASigner |
|
| DSASigner.dsa224 |
|
| DSASigner.dsa256 |
|
| DSASigner.noneDSA |
|
| DSASigner.stdDSA |
|
| DSAUtil |
utility class for converting jce/jca DSA objects
objects into their org.bouncycastle.crypto counterparts.
|
| DSAValidationParameters |
|
| DTDHandler |
Receive notification of basic DTD-related events.
|
| DuckTypedPSKKeyManager |
Reflection-based PSKKeyManager adaptor for objects which expose all the methods of the
PSKKeyManager interface but do not implement the interface.
|
| DuplicateFormatFlagsException |
The unchecked exception will be thrown out if there are duplicate flags given
out in the format specifier.
|
| Duration |
Immutable representation of a time span as defined in
the W3C XML Schema 1.0 specification.
|
| DurationFormat |
Deprecated.
|
| DurationFormatter |
Formatter for durations in milliseconds.
|
| DurationFormatterFactory |
Factory used to construct DurationFormatters.
|
| EACObjectIdentifiers |
German Federal Office for Information Security
(Bundesamt für Sicherheit in der Informationstechnik)
http://www.bsi.bund.de/
|
| EasterHoliday |
Note: The Holiday framework is a technology preview.
|
| EC |
|
| EC.Mappings |
|
| EC5Util |
|
| ECAlgorithms |
|
| ECConstants |
|
| ECCurve |
base class for an elliptic curve
|
| ECCurve.AbstractF2m |
|
| ECCurve.AbstractFp |
|
| ECCurve.F2m |
Elliptic curves over F2m.
|
| ECCurve.Fp |
Elliptic curve over Fp
|
| ECDHBasicAgreement |
P1363 7.2.1 ECSVDP-DH
ECSVDP-DH is Elliptic Curve Secret Value Derivation Primitive,
Diffie-Hellman version.
|
| ECDomainParameters |
|
| ECDSASigner |
EC-DSA as described in X9.62
|
| ECEndomorphism |
|
| ECField |
The base interface for a Finite Field of an Elliptic Curve.
|
| ECFieldElement |
|
| ECFieldElement.F2m |
Class representing the Elements of the finite field
F2m in polynomial basis (PB)
representation.
|
| ECFieldElement.Fp |
|
| ECFieldF2m |
The parameters specifying a characteristic 2 finite field of an
elliptic curve.
|
| ECFieldFp |
The parameters specifying a prime finite field of an
elliptic curve.
|
| ECGenParameterSpec |
The parameter specification used to generate elliptic curve domain parameters.
|
| ECKey |
The base interface for Elliptic Curve (EC) public or private keys.
|
| ECKey |
generic interface for an Elliptic Curve Key.
|
| ECKeyGenerationParameters |
|
| ECKeyPairGenerator |
|
| ECKeyParameters |
|
| ECKeySpec |
base class for an Elliptic Curve Key Spec
|
| ECMultiplier |
Interface for classes encapsulating a point multiplication algorithm
for ECPoints.
|
| ECNamedCurveGenParameterSpec |
Named curve generation spec
|
| ECNamedCurveParameterSpec |
specification signifying that the curve parameters can also be
referred to by name.
|
| ECNamedCurveSpec |
specification signifying that the curve parameters can also be
referred to by name.
|
| ECNamedCurveTable |
A general class that reads all X9.62 style EC curve tables.
|
| ECNamedCurveTable |
a table of locally supported named curves.
|
| ECNamedDomainParameters |
|
| ECParameterSpec |
The parameter specification used with Elliptic Curve Cryptography (ECC).
|
| ECParameterSpec |
basic domain parameters for an Elliptic Curve public or private key.
|
| ECPoint |
A Point on an Elliptic Curve in barycentric (or affine) coordinates.
|
| ECPoint |
base class for points on elliptic curves.
|
| ECPoint.AbstractF2m |
|
| ECPoint.AbstractFp |
|
| ECPoint.F2m |
Elliptic curve points over F2m
|
| ECPoint.Fp |
Elliptic curve points over Fp
|
| ECPointEncoder |
All BC elliptic curve keys implement this interface.
|
| ECPointMap |
|
| ECPrivateKey |
The interface for an Elliptic Curve (EC) private key.
|
| ECPrivateKey |
the elliptic curve private key object from SEC 1
|
| ECPrivateKey |
interface for Elliptic Curve Private keys.
|
| ECPrivateKeyParameters |
|
| ECPrivateKeySpec |
The parameters specifying an Elliptic Curve (EC) private key.
|
| ECPrivateKeySpec |
Elliptic Curve private key specification.
|
| ECPrivateKeyStructure |
Deprecated.
|
| ECPublicKey |
The interface for an Elliptic Curve (EC) public key.
|
| ECPublicKey |
interface for elliptic curve public keys.
|
| ECPublicKeyParameters |
|
| ECPublicKeySpec |
The parameters specifying an Elliptic Curve (EC) public key.
|
| ECPublicKeySpec |
Elliptic Curve public key specification
|
| ECUtil |
utility class for converting jce/jca ECDSA, ECDH, and ECDHC
objects into their org.bouncycastle.crypto counterparts.
|
| EDIPartyName |
The class encapsulates the ASN.1 DER encoding/decoding work
with the following structure which is a subpart of GeneralName
(as specified in RFC 3280 -
Internet X.509 Public Key Infrastructure.
|
| Element |
The Element interface represents an element in an HTML or XML
document.
|
| ElementImpl |
Provides a straightforward implementation of the corresponding W3C DOM
interface.
|
| ElementType |
Defines an enumeration for Java program elements.
|
| EllipticCurve |
An Elliptic Curve with its necessary values.
|
| EmptyArray |
|
| EmptyArray |
|
| EmptyStackException |
An EmptyStackException is thrown if the pop/peek method of a stack is
executed on an empty stack.
|
| Encodable |
Interface implemented by objects that can be converted into byte arrays.
|
| EncodableDigest |
Encodable digests allow you to download an encoded copy of their internal state.
|
| EncodedKeySpec |
The abstract key specification for a public or a private key in encoded
format.
|
| EncodedValue |
An encoded value or array.
|
| EncodedValueCodec |
Read and write encoded_value primitives.
|
| EncodedValueReader |
Pull parser for encoded values.
|
| Encoder |
Encode and decode byte arrays (typically from binary to 7-bit ASCII
encodings).
|
| EncoderException |
Exception thrown if an attempt is made to encode invalid data, or some other failure occurs.
|
| EncryptedData |
The EncryptedData object.
|
| EncryptedPrivateKeyInfo |
|
| EncryptedPrivateKeyInfo |
|
| EncryptionScheme |
|
| Engine |
This class implements common functionality for Provider supplied
classes.
|
| Engine.SpiAndProvider |
|
| Entity |
This interface represents a known entity, either parsed or unparsed, in an
XML document.
|
| EntityImpl |
Provides a straightforward implementation of the corresponding W3C DOM
interface.
|
| EntityReference |
EntityReference nodes may be used to represent an entity
reference in the tree.
|
| EntityReferenceImpl |
Provides a straightforward implementation of the corresponding W3C DOM
interface.
|
| EntityResolver |
Basic interface for resolving entities.
|
| EntityResolver2 |
Extended interface for mapping external entity references to input
sources, or providing a missing external subset.
|
| Enum<E extends Enum<E>> |
The superclass of all enumerated types.
|
| EnumConstantNotPresentException |
Thrown if an enum constant does not exist for a particular name.
|
| Enumeration<E> |
A legacy iteration interface.
|
| EnumMap<K extends Enum<K>,V> |
An Map specialized for use with Enum types as keys.
|
| EnumSet<E extends Enum<E>> |
An EnumSet is a specialized Set to be used with enums as keys.
|
| EOFException |
Thrown when a program encounters the end of a file or stream during an input
operation.
|
| ErrnoException |
A checked exception thrown when Os methods fail.
|
| Error |
Error is the superclass of all classes that represent unrecoverable
errors.
|
| ErrorCode |
|
| ErrorHandler |
Basic interface for SAX error handlers.
|
| ErrorListener |
To provide customized error handling, implement this interface and
use the setErrorListener method to register an instance of the
implementation with the Transformer.
|
| ErrorManager |
An error reporting facility for Handler implementations to record any
error that may happen during logging.
|
| EthiopicCalendar |
Implement the Ethiopic calendar system.
|
| EventListener |
EventListener is the superclass of all event listener interfaces.
|
| EventListenerProxy |
This abstract class provides a simple wrapper for objects of type EventListener.
|
| EventLogger |
|
| EventLogger.Reporter |
Interface to allow customization of reporting behavior.
|
| EventObject |
EventObjects represent events.
|
| Exception |
Exception is the superclass of all classes that represent recoverable
exceptions.
|
| Exception |
Class for SQLite related exceptions.
|
| ExceptionInInitializerError |
Thrown when an exception occurs during class initialization.
|
| ExceptionWithContext |
Exception which carries around structured context.
|
| Exchanger<V> |
A synchronization point at which threads can pair and swap elements
within pairs.
|
| ExecutionException |
Exception thrown when attempting to retrieve the result of a task
that aborted by throwing an exception.
|
| Executor |
An object that executes submitted Runnable tasks.
|
| ExecutorCompletionService<V> |
|
| Executors |
|
| ExecutorService |
An Executor that provides methods to manage termination and
methods that can produce a Future for tracking progress of
one or more asynchronous tasks.
|
| ExemptionMechanism |
This class implements the functionality of an exemption mechanism such as
key recovery, key weakening, or key escrow.
|
| ExemptionMechanismException |
This is the base class for ExemptionMechanismException.
|
| ExemptionMechanismSpi |
The Service Provider Interface (SPI) definition for the
ExemptionMechanism class.
|
| ExpatReader |
SAX wrapper around Expat.
|
| ExtCertPathBuilderException |
|
| ExtCertPathValidatorException |
|
| ExtendedDigest |
|
| ExtendedInvalidKeySpecException |
|
| ExtendedKeyUsage |
Extended Key Usage Extension (OID == 2.5.29.37).
|
| ExtendedKeyUsage |
The extendedKeyUsage object.
|
| ExtendedPKIXBuilderParameters |
Deprecated.
|
| ExtendedPKIXParameters |
Deprecated.
|
| Extension |
|
| Extension |
|
| Extension |
The class encapsulates the ASN.1 DER encoding/decoding work
with the Extension part of X.509 certificate
(as specified in RFC 3280 -
Internet X.509 Public Key Infrastructure.
|
| Extension |
an object for the elements in the X.509 V3 extension block.
|
| ExtensionField |
|
| Extensions |
The class encapsulates the ASN.1 DER encoding/decoding work
with the Extensions part of X.509 certificate
(as specified in RFC 3280 -
Internet X.509 Public Key Infrastructure.
|
| Extensions |
|
| ExtensionsGenerator |
Generator for X.509 extensions
|
| ExtensionValue |
Base class for extension value structures.
|
| Externalizable |
Defines an interface for classes that want to be serializable, but have their
own binary representation.
|
| ExtException |
This is an extended exception.
|
| FactoryConfigurationError |
Thrown when a problem with configuration with the Parser Factories
exists.
|
| FastXmlSerializer |
This is a quick and dirty implementation of XmlSerializer that isn't horribly
painfully slow like the normal one.
|
| FCDIterCollationIterator |
Incrementally checks the input text for FCD and normalizes where necessary.
|
| FCDUTF16CollationIterator |
Incrementally checks the input text for FCD and normalizes where necessary.
|
| Fences |
A set of methods providing fine-grained control over happens-before
and synchronization order relations among reads and/or writes.
|
| Field |
This class represents a field.
|
| FieldId |
|
| FieldPosition |
Identifies fields in formatted strings.
|
| File |
An "abstract" representation of a file system entity identified by a
pathname.
|
| FileChannel |
An abstract channel type for interaction with a platform file.
|
| FileChannel.MapMode |
MapMode defines file mapping mode constants.
|
| FileClientSessionCache |
File-based cache implementation.
|
| FileDescriptor |
Wraps a Unix file descriptor.
|
| FileFilter |
An interface for filtering File objects based on their names
or other information.
|
| FileHandler |
A FileHandler writes logging records into a specified file or a
rotating set of files.
|
| FileHandler |
This is the handler that is responsible for reading files from the file
system.
|
| FileInputStream |
An input stream that reads bytes from a file.
|
| FileLock |
A FileLock represents a locked region of a file.
|
| FileLockInterruptionException |
A FileLockInterruptionException is thrown when a thread is
interrupted while waiting to acquire a file lock.
|
| FilenameFilter |
An interface for filtering File objects based on their names
or the directory they reside in.
|
| FileNameMap |
Defines a scheme for mapping a filename type to a MIME content type.
|
| FileNotFoundException |
Thrown when a file specified by a program cannot be found.
|
| FileOutputStream |
An output stream that writes bytes to a file.
|
| FilePermission |
Legacy security code; do not use.
|
| FilePreferencesImpl |
The default implementation of AbstractPreferences for the Linux
platform, using the file system as its back end.
|
| FileReader |
A specialized Reader that reads from a file in the file system.
|
| FileSystem |
Access to read and write files on a hierarchical data store.
|
| FileURLConnection |
This subclass extends URLConnection.
|
| FileUtils |
File I/O utilities.
|
| FileWriter |
A specialized Writer that writes to a file in the file system.
|
| Filter |
A Filter provides a mechanism for exercising fine-grained control
over which records get logged.
|
| FilteredBreakIteratorBuilder |
Deprecated.
|
| FilteredNormalizer2 |
Normalization filtered by a UnicodeSet.
|
| FilterInputStream |
Wraps an existing InputStream and performs some transformation on
the input data while it is being read.
|
| FilterOutputStream |
Wraps an existing OutputStream and performs some transformation on
the output data while it is being written.
|
| FilterReader |
Wraps an existing Reader and performs some transformation on the
input data while it is being read.
|
| FilterWriter |
Wraps an existing Writer and performs some transformation on the
output data while it is being written.
|
| FinalizerReference<T> |
|
| FindBugsSuppressWarnings |
Suppress FindBugs warnings on the annotated element.
|
| FiniteField |
|
| FiniteFields |
|
| FixedPointCombMultiplier |
|
| FixedPointPreCompInfo |
Class holding precomputation data for fixed-point multiplications.
|
| FixedPointUtil |
|
| Float |
The wrapper for the primitive type float.
|
| FloatBuffer |
A buffer of floats.
|
| Flushable |
Defines an interface for classes that can (or need to) be flushed, typically
before some output processing is considered to be finished and the object
gets closed.
|
| ForkJoinPool |
|
| ForkJoinPool.ForkJoinWorkerThreadFactory |
|
| ForkJoinPool.ManagedBlocker |
Interface for extending managed parallelism for tasks running
in ForkJoinPools.
|
| ForkJoinTask<V> |
Abstract base class for tasks that run within a ForkJoinPool.
|
| ForkJoinWorkerThread |
|
| Format |
The base class for all formats.
|
| Format.Field |
Inner class used to represent Format attributes in the
AttributedCharacterIterator that the
formatToCharacterIterator() method returns in Format
subclasses.
|
| FormatFlagsConversionMismatchException |
A FormatFlagsConversionMismatchException will be thrown if a
conversion and the flags are incompatible.
|
| Formattable |
Classes that handle custom formatting for the 's' specifier of Formatter
should implement the Formattable interface.
|
| FormattableFlags |
|
| Formatter |
Formats arguments according to a format string (like printf in C).
|
| Formatter |
Formatter objects are used to format LogRecord objects into a
string representation.
|
| Formatter.BigDecimalLayoutForm |
The enumeration giving the available styles for formatting very large
decimal numbers.
|
| FormatterClosedException |
A FormatterClosedException will be thrown if the formatter has been
closed.
|
| FormEncodingBuilder |
Fluent API to build HTML
2.0-compliant form data.
|
| ForwardingOs |
Subclass this if you want to override some Os methods but otherwise delegate.
|
| ForwardingSink |
A Sink which forwards calls to another.
|
| ForwardingSource |
A Source which forwards calls to another.
|
| ForwardingTimeout |
A Timeout which forwards calls to another.
|
| FramedConnection |
A socket connection to a remote peer.
|
| FramedConnection.Builder |
|
| FramedStream |
A logical bidirectional stream.
|
| FramedTransport |
|
| FrameReader |
Reads transport frames for SPDY/3 or HTTP/2.
|
| FrameReader.Handler |
|
| FrameWriter |
Writes transport frames for SPDY/3 or HTTP/2.
|
| Freezable<T> |
Provides a flexible mechanism for controlling access, without requiring that
a class be immutable.
|
| FtpHandler |
|
| FtpURLConnection |
|
| Function |
Callback interface for SQLite's user defined functions.
|
| FunctionContext |
Context for execution of SQLite's user defined functions.
|
| Future<V> |
A Future represents the result of an asynchronous
computation.
|
| FutureTask<V> |
A cancellable asynchronous computation.
|
| GaiException |
An unchecked exception thrown when getaddrinfo or getnameinfo fails.
|
| GatheringByteChannel |
The interface for channels that can write a set of buffers in a single
operation.
|
| GCMBlockCipher |
Implements the Galois/Counter mode (GCM) detailed in
NIST Special Publication 800-38D.
|
| GCMExponentiator |
|
| GCMMultiplier |
|
| GCMParameters |
|
| GCMParameters |
GCM parameters used during an ciphering operation with OpenSSLCipher.
|
| GCMParameterSpec |
Provides a the parameters for an instance of a Cipher
using Galois/Counter Mode (GCM).
|
| GCMUtil |
|
| GenderInfo |
Deprecated.
|
| GenderInfo.Gender |
Deprecated.
|
| GenderInfo.ListGenderStyle |
Deprecated.
|
| GeneralDigest |
base implementation of MD4 family style digest as outlined in
"Handbook of Applied Cryptography", pages 344 - 347.
|
| GeneralName |
The class encapsulates the ASN.1 DER encoding/decoding work
with the GeneralName structure which is a part of X.509 certificate
(as specified in RFC 3280 -
Internet X.509 Public Key Infrastructure.
|
| GeneralName |
The GeneralName object.
|
| GeneralNames |
The class encapsulates the ASN.1 DER encoding/decoding work
with the GeneralNames structure which is a part of X.509 certificate
(as specified in RFC 3280 -
Internet X.509 Public Key Infrastructure.
|
| GeneralNames |
|
| GeneralSecurityException |
GeneralSecurityException is a general security exception and the
superclass for all security specific exceptions.
|
| GeneralSubtree |
The class encapsulates the ASN.1 DER encoding/decoding work
with the GeneralSubtree structure which is a part of X.509 certificate:
(as specified in RFC 3280 -
Internet X.509 Public Key Infrastructure.
|
| GeneralSubtree |
Class for containing a restriction object subtrees in NameConstraints.
|
| GeneralSubtrees |
The class encapsulates the ASN.1 DER encoding/decoding work
with the GeneralSubtrees structure which is a part of X.509 certificate:
(as specified in RFC 3280 -
Internet X.509 Public Key Infrastructure.
|
| GenericArrayType |
This interface represents an array type with a component type that is either
a parameterized type or a type variable.
|
| GenericArrayTypeImpl |
|
| GenericDeclaration |
Common interface for language constructs that declare type parameters.
|
| GenericSignatureFormatError |
Indicates that a malformed signature has been encountered via a reflective
method.
|
| GenericSignatureParser |
Implements a parser for the generics signature attribute.
|
| GlobalizationPreferences |
This convenience class provides a mechanism for bundling together different
globalization preferences.
|
| GLVEndomorphism |
|
| GLVMultiplier |
|
| GLVTypeBEndomorphism |
|
| GLVTypeBParameters |
|
| Grego |
A utility class providing proleptic Gregorian calendar functions
used by time zone and calendar code.
|
| GregorianCalendar |
.
|
| GregorianCalendar |
GregorianCalendar is a concrete subclass of Calendar
and provides the standard calendar used by most of the world.
|
| Group |
A Principal that represents a group of principals.
|
| GrowingArrayUtils |
A helper class that aims to provide comparable growth performance to ArrayList, but on primitive
arrays.
|
| Guard |
Guard implementors protect access to other objects.
|
| GuardedObject |
GuardedObject controls access to an object, by checking all requests
for the object with a Guard.
|
| GZIPInputStream |
The GZIPInputStream class is used to read data stored in the GZIP
format, reading and decompressing GZIP data from the underlying stream into
its buffer.
|
| GZIPOutputStream |
The GZIPOutputStream class is used to write data to a stream in the
GZIP storage format.
|
| GzipSink |
A sink that uses GZIP to
compress written data to another sink.
|
| GzipSource |
A source that uses GZIP to
decompress data read from another source.
|
| Handler |
A Handler allows you to send and process Message and Runnable
objects associated with a thread's MessageQueue.
|
| Handler |
A Handler object accepts a logging request and exports the desired
messages to a target, for example, a file, the console, etc.
|
| Handler.Callback |
Callback interface you can use when instantiating a Handler to avoid
having to implement your own subclass of Handler.
|
| HandlerBase |
Deprecated.
|
| Handshake |
A record of a TLS handshake.
|
| HandshakeCompletedEvent |
The event object encapsulating the information about a completed SSL
handshake on a SSL connection.
|
| HandshakeCompletedListener |
The listener to be implemented to receive event notifications on completion
of SSL handshake on an SSL connection.
|
| HashMap<K,V> |
HashMap is an implementation of Map.
|
| HashSet<E> |
HashSet is an implementation of a Set.
|
| Hashtable<K,V> |
Hashtable is a synchronized implementation of Map.
|
| Header |
HTTP header: the name is an ASCII string, but the value can be UTF-8.
|
| HeaderParser |
|
| Headers |
The header fields of a single HTTP message.
|
| Headers.Builder |
|
| HeadersMode |
|
| HeapBufferIterator |
Iterates over big- or little-endian bytes in a Java byte[].
|
| HebrewCalendar |
HebrewCalendar is a subclass of Calendar
that that implements the traditional Hebrew calendar.
|
| HebrewHoliday |
Note: The Holiday framework is a technology preview.
|
| Hex |
Utility class for converting hex data to bytes and back again.
|
| HexEncoder |
A streaming Hex encoder.
|
| HexEncoding |
Hexadecimal encoding where each byte is represented by two hexadecimal digits.
|
| HMac |
HMAC implementation based on RFC2104
H(K XOR opad, H(K XOR ipad, text))
|
| Holder |
The Holder object.
|
| Holiday |
Note: The Holiday framework is a technology preview.
|
| HolidayBundle |
|
| HolidayBundle_da |
|
| HolidayBundle_da_DK |
|
| HolidayBundle_de |
|
| HolidayBundle_de_AT |
|
| HolidayBundle_de_DE |
|
| HolidayBundle_el |
|
| HolidayBundle_el_GR |
|
| HolidayBundle_en |
|
| HolidayBundle_en_CA |
|
| HolidayBundle_en_GB |
|
| HolidayBundle_en_US |
|
| HolidayBundle_es |
|
| HolidayBundle_es_MX |
|
| HolidayBundle_fr |
|
| HolidayBundle_fr_CA |
|
| HolidayBundle_fr_FR |
|
| HolidayBundle_it |
|
| HolidayBundle_it_IT |
|
| HolidayBundle_iw |
|
| HolidayBundle_iw_IL |
|
| HolidayBundle_ja_JP |
|
| HostnameVerifier |
The interface to be used to provide hostname verification functionality.
|
| HprofBinaryToAscii |
Run on device with:
adb shell dalvikvm 'dalvik.system.profiler.HprofBinaryToAscii'
Run on host with:
java -classpath out/target/common/obj/JAVA_LIBRARIES/core_intermediates/classes.jar
|
| HprofData |
Represents sampling profiler data.
|
| HprofData.Sample |
A read only container combining a stack trace with its frequency.
|
| HprofData.StackTrace |
A unique stack trace for a specific thread.
|
| HprofData.ThreadEvent |
ThreadEvent represents thread creation and death events for
reporting.
|
| HprofData.ThreadEventType |
|
| Http2 |
Read and write HTTP/2 frames.
|
| HttpConnection |
A socket connection that can be used to send HTTP/1.1 messages.
|
| HttpCookie |
An opaque key-value value pair held by an HTTP client to permit a stateful
session with an HTTP server.
|
| HttpDate |
Best-effort parser for HTTP dates.
|
| HttpDate |
Best-effort parser for HTTP dates.
|
| HttpEngine |
Handles a single HTTP request/response pair.
|
| HttpHandler |
|
| HttpMethod |
|
| HttpRetryException |
If a HTTP request has to be retried, this exception will be thrown if the
request cannot be retried automatically.
|
| HttpsHandler |
|
| HttpsURLConnection |
|
| HttpsURLConnectionImpl |
|
| HttpTransport |
|
| HttpUrl |
A uniform resource locator (URL) with a scheme of either http or https.
|
| HttpUrl.Builder |
|
| HttpURLConnection |
|
| HttpURLConnectionImpl |
This implementation uses HttpEngine to send requests and receive responses.
|
| IANAObjectIdentifiers |
IANA:
{ iso(1) identifier-organization(3) dod(6) internet(1) } == IETF defined things
|
| IBinder |
Base interface for a remotable object, the core part of a lightweight
remote procedure call mechanism designed for high performance when
performing in-process and cross-process calls.
|
| IBinder.DeathRecipient |
Interface for receiving a callback when the process hosting an IBinder
has gone away.
|
| ICU |
Makes ICU data accessible to Java.
|
| ICUBinary |
|
| ICUBinary.Authenticate |
Special interface for data authentication
|
| ICUCache<K,V> |
|
| ICUCloneNotSupportedException |
|
| ICUConfig |
ICUConfig is a class used for accessing ICU4J runtime configuration.
|
| ICUData |
Provides access to ICU data files as InputStreams.
|
| ICUDataVersion |
|
| ICUDebug |
|
| ICUException |
Base class for unchecked, ICU-specific exceptions.
|
| ICULocaleService |
|
| ICULocaleService.ICUResourceBundleFactory |
A LocaleKeyFactory that creates a service based on the ICU locale data.
|
| ICULocaleService.LocaleKey |
A subclass of Key that implements a locale fallback mechanism.
|
| ICULocaleService.LocaleKeyFactory |
A subclass of Factory that uses LocaleKeys.
|
| ICULocaleService.SimpleLocaleKeyFactory |
A LocaleKeyFactory that just returns a single object for a kind/locale.
|
| ICUNotifier |
Abstract implementation of a notification facility.
|
| ICUResource |
ICU resource bundle key and value types.
|
| ICUResource.ArraySink |
Sink for ICU resource array contents.
|
| ICUResource.Key |
Represents a resource bundle item's key string.
|
| ICUResource.TableSink |
Sink for ICU resource table contents.
|
| ICUResource.Value |
Represents a resource bundle item's value.
|
| ICUResourceBundle |
|
| ICUResourceBundle.OpenType |
|
| ICUResourceBundle.WholeBundle |
Fields for a whole bundle, rather than any specific resource in the bundle.
|
| ICUResourceBundleReader |
This class reads the *.res resource bundle format.
|
| ICUResourceTableAccess |
Static utility functions for probing resource tables, used by ULocale and
LocaleDisplayNames.
|
| ICURWLock |
A Reader/Writer lock originally written for ICU service
implementation.
|
| ICURWLock.Stats |
Internal class used to gather statistics on the RWLock.
|
| ICUService |
A Service provides access to service objects that implement a
particular service, e.g. transliterators.
|
| ICUService.Factory |
Factories generate the service objects maintained by the
service.
|
| ICUService.Key |
Keys are used to communicate with factories to generate an
instance of the service.
|
| ICUService.ServiceListener |
ServiceListener is the listener that ICUService provides by default.
|
| ICUService.SimpleFactory |
A default implementation of factory.
|
| ICUUncheckedIOException |
|
| IdentifierInfo |
Deprecated.
|
| Identity |
Deprecated.
|
| IdentityHashMap<K,V> |
IdentityHashMap is a variant on HashMap which tests equality by reference
instead of equality by value.
|
| IdentityScope |
Deprecated.
|
| IDN |
Converts internationalized domain names between Unicode and the ASCII Compatible Encoding
(ACE) representation.
|
| IDNA |
Abstract base class for IDNA processing.
|
| IDNA.Error |
IDNA error bit set values.
|
| IDNA.Info |
Output container for IDNA processing errors.
|
| IDNA2003 |
IDNA2003 implementation code, moved out of com.ibm.icu.text.IDNA.java
while extending that class to support IDNA2008/UTS #46 as well.
|
| IETFUtils |
|
| IInterface |
Base class for Binder interfaces.
|
| IllegalAccessError |
Thrown when the runtime notices that a program tries to access a class or member
which is not accessible from where it is referenced.
|
| IllegalAccessException |
Thrown when a program attempts to access a field or method which is not
accessible from the location where the reference is made.
|
| IllegalArgumentException |
Thrown when a method is invoked with an argument which it can not reasonably
deal with.
|
| IllegalBlockingModeException |
An IllegalBlockingModeException is thrown when an operation that
requires a specific blocking mode is invoked on a channel that is in a
different blocking mode.
|
| IllegalBlockSizeException |
The exception, that is thrown when the data length provided to a block cipher
does not match the block size of the cipher.
|
| IllegalCharsetNameException |
An IllegalCharsetNameException is thrown when an illegal charset name
is encountered.
|
| IllegalFormatCodePointException |
An IllegalFormatCodePointException will be thrown if an invalid
Unicode code point (defined by Character.isValidCodePoint(int)) is
passed as a parameter to a Formatter.
|
| IllegalFormatConversionException |
An IllegalFormatConversionException will be thrown when the parameter
is incompatible with the corresponding format specifier.
|
| IllegalFormatException |
An IllegalFormatException is thrown when a format string that
contains either an illegal syntax or format specifier is transferred as a
parameter.
|
| IllegalFormatFlagsException |
An IllegalFormatFlagsException will be thrown if the combination of
the format flags is illegal.
|
| IllegalFormatPrecisionException |
An IllegalFormatPrecisionException will be thrown if the precision is
a negative other than -1 or in other cases where precision is not supported.
|
| IllegalFormatWidthException |
An IllegalFormatWidthException will be thrown if the width is a
negative value other than -1 or in other cases where a width is not
supported.
|
| IllegalIcuArgumentException |
|
| IllegalMonitorStateException |
Thrown when a monitor operation is attempted when the monitor is not in the
correct state, for example when a thread attempts to exit a monitor which it
does not own.
|
| IllegalSelectorException |
An IllegalSelectorException is thrown when a call is made to register
a channel on a selector that has been created by a different provider.
|
| IllegalStateException |
Thrown when an action is attempted at a time when the VM is not
in the correct state.
|
| IllegalThreadStateException |
Thrown when an operation is attempted which is not possible given the state
that the executing thread is in.
|
| IllformedLocaleException |
Thrown by methods in ULocale and ULocale.Builder to
indicate that an argument is not a well-formed BCP 47 tag.
|
| IllformedLocaleException |
Thrown when a locale subtag or field is not well formed.
|
| IMessenger |
|
| IncomingStreamHandler |
Listener to be notified when a connected peer creates a new stream.
|
| IncompatibleClassChangeError |
IncompatibleClassChangeError is the superclass of all classes which
represent errors that occur when inconsistent class files are loaded into
the same running image.
|
| IncompleteAnnotationException |
Indicates that an element of an annotation type was accessed that was added
after the type was compiled or serialized.
|
| IndexedPropertyChangeEvent |
|
| IndexOutOfBoundsException |
Thrown when a program attempts to access a value in an indexable collection
using a value which is outside of the range of valid indices.
|
| IndianCalendar |
IndianCalendar is a subclass of GregorianCalendar
that numbers years since the birth of the Buddha.
|
| Inet4Address |
An IPv4 address.
|
| Inet6Address |
An IPv6 address.
|
| InetAddress |
An Internet Protocol (IP) address.
|
| InetSocketAddress |
This class represents the address of a socket endpoint described by a IP address and a port
number.
|
| Inflater |
This class decompresses data that was compressed using the DEFLATE
algorithm (see specification).
|
| InflaterInputStream |
This class provides an implementation of FilterInputStream that
decompresses data that was compressed using the DEFLATE algorithm
(see specification).
|
| InflaterOutputStream |
An OutputStream filter to decompress data.
|
| InflaterSource |
A source that uses DEFLATE
to decompress data read from another source.
|
| InfoAccessSyntax |
The class encapsulates the ASN.1 DER encoding/decoding work
with the SubjectInfoAccessSyntax and AuthorityInfoAccessSyntax
which are a part of X.509 framework
(as specified in RFC 3280 -
Internet X.509 Public Key Infrastructure.
|
| InheritableThreadLocal<T> |
A thread-local variable whose value is passed from parent to child thread.
|
| Inherited |
Defines a meta-annotation for indicating that an annotation is automatically
inherited.
|
| InhibitAnyPolicy |
InhibitAnyPolicy Certificate Extension (OID = 2.5.29.54)
Its ASN.1 notation is as follows:
|
| InitialTimeZoneRule |
InitialTimeZoneRule represents a time zone rule
representing a time zone effective from the beginning and
has no actual start times.
|
| InMemoryRepresentable |
Interface implemented by objects that can be converted from streaming to in-memory objects.
|
| InnerNodeImpl |
Provides a straightforward implementation of the corresponding W3C DOM
interface.
|
| InputMismatchException |
An InputMismatchException is thrown by a scanner to indicate that the
next token does not match or is out of range for the type specified in the
pattern.
|
| InputSource |
A single input source for an XML entity.
|
| InputStream |
A readable source of bytes.
|
| InputStreamReader |
A class for turning a byte stream into a character stream.
|
| InstantiationError |
Thrown when the VM notices that a program tries to create a new
instance of a class which has no visible constructors from the location where
new is invoked.
|
| InstantiationException |
Thrown when a program attempts to access a constructor which is not
accessible from the location where the reference is made.
|
| IntBuffer |
A buffer of ints.
|
| IntDef |
Denotes that the annotated element of integer type, represents
a logical type and that its value should be one of the explicitly
named constants.
|
| Integer |
The wrapper for the primitive type int.
|
| Integers |
|
| IntegralToString |
Converts integral types to strings.
|
| Interceptor |
Observes, modifies, and potentially short-circuits requests going out and the corresponding
requests coming back in.
|
| Interceptor.Chain |
|
| InterfaceAddress |
Identifies one of a network interface's addresses.
|
| Internal |
Escalate internal APIs in com.squareup.okhttp so they can be used
from OkHttp's implementation packages.
|
| InternalCache |
OkHttp's internal cache interface.
|
| InternalError |
Thrown when the VM notices that it has gotten into an undefined state.
|
| InternalLocaleBuilder |
|
| InternalNames |
Work with a type's internal name like "V" or "Ljava/lang/String;".
|
| InterruptedException |
Thrown when a waiting thread is activated before the condition it was waiting
for has been satisfied.
|
| InterruptedIOException |
Signals that a blocking I/O operation has been interrupted.
|
| InterruptibleChannel |
Channels that implement this interface can be asynchronously closed and
interrupted.
|
| IntTrie |
Trie implementation which stores data in int, 32 bits.
2015-sep-03: Used only in CharsetSelector which could be switched to Trie2_32
as long as that does not load ICU4C selector data.
|
| IntTrieBuilder |
Builder class to manipulate and generate a trie.
|
| InvalidAlgorithmParameterException |
InvalidAlgorithmParameterException indicates the occurrence of
invalid algorithm parameters.
|
| InvalidCipherTextException |
this exception is thrown whenever we find something we don't expect in a
message.
|
| InvalidClassException |
Signals a problem during the serialization or or deserialization of an
object.
|
| InvalidFormatException |
|
| InvalidityDate |
CRL Entry's Invalidity Date Extension (OID = 2.5.29.24).
|
| InvalidKeyException |
InvalidKeyException indicates exceptional conditions, caused by an
invalid key.
|
| InvalidKeySpecException |
The exception that is thrown when an invalid key specification is
encountered.
|
| InvalidMarkException |
An InvalidMarkException is thrown when reset() is called on a
buffer, but no mark has been set previously.
|
| InvalidObjectException |
Signals that, during deserialization, the validation of an object has failed.
|
| InvalidParameterException |
InvalidParameterException indicates exceptional conditions, caused by
invalid parameters.
|
| InvalidParameterSpecException |
The exception that is thrown when an invalid parameter specification is
encountered.
|
| InvalidPreferencesFormatException |
An exception to indicate that the input XML file is not well-formed or could
not be validated against the appropriate document type (specified by
in the Preferences).
|
| InvalidPropertiesFormatException |
An InvalidPropertiesFormatException is thrown if loading the XML
document defining the properties does not follow the Properties
specification.
|
| InvocationHandler |
Implementors of this interface dispatch methods invoked on proxy instances.
|
| InvocationTargetException |
This class provides a wrapper for an exception thrown by a Method or
Constructor invocation.
|
| IoBridge |
Implements java.io/java.net/java.nio semantics in terms of the underlying POSIX system calls.
|
| IOError |
This error is thrown when a severe I/O error has happened.
|
| IOException |
Signals a general, I/O-related error.
|
| IoUtils |
|
| IPAddress |
|
| ISISMTTObjectIdentifiers |
ISISMT -- Industrial Signature Interoperability Specification
|
| IslamicCalendar |
IslamicCalendar is a subclass of Calendar
that that implements the Islamic civil and religious calendars.
|
| IslamicCalendar.CalculationType |
enumeration of available calendar calculation types
|
| ISO10126d2Padding |
A padder that adds ISO10126-2 padding to a block.
|
| ISO7816d4Padding |
A padder that adds the padding according to the scheme referenced in
ISO 7814-4 - scheme 2 from ISO 9797-1.
|
| IssuerAndSerialNumber |
|
| IssuerAndSerialNumber |
|
| IssuerSerial |
|
| IssuingDistributionPoint |
CRL's Issuing Distribution Point Extension (OID = 2.5.29.28).
|
| IssuingDistributionPoint |
IssuingDistributionPoint ::= SEQUENCE {
distributionPoint [0] DistributionPointName OPTIONAL,
onlyContainsUserCerts [1] BOOLEAN DEFAULT FALSE,
onlyContainsCACerts [2] BOOLEAN DEFAULT FALSE,
onlySomeReasons [3] ReasonFlags OPTIONAL,
indirectCRL [4] BOOLEAN DEFAULT FALSE,
onlyContainsAttributeCerts [5] BOOLEAN DEFAULT FALSE }
|
| Iterable<T> |
Instances of classes that implement this interface can be used with
the enhanced for loop.
|
| Iterable<T> |
Utility class to allow use of Iterable feature in JDK 1.5+
|
| IterableComparator<T> |
TODO: Move to com.ibm.icu.dev.somewhere.
2015-sep-03: Not used in ICU but used in CLDR and in UnicodeTools.
|
| Iterator<E> |
An iterator over a sequence of objects, such as a collection.
|
| IterCollationIterator |
UCharIterator-based collation element and character iterator.
|
| IvAlgorithmParameters |
|
| IvParameterSpec |
The algorithm parameter specification for an initialization vector.
|
| JapaneseCalendar |
JapaneseCalendar is a subclass of GregorianCalendar
that numbers years and eras based on the reigns of the Japanese emperors.
|
| JarEntry |
Represents a single file in a JAR archive together with the manifest
attributes and digital signatures associated with it.
|
| JarException |
This runtime exception is thrown when a problem occurs while reading a JAR
file.
|
| JarFile |
JarFile is used to read jar entries and their associated data from
jar files.
|
| JarHandler |
|
| JarInputStream |
The input stream from which the JAR file to be read may be fetched.
|
| JarOutputStream |
The JarOutputStream is used to write data in the JarFile
format to an arbitrary output stream
|
| JarURLConnection |
This class establishes a connection to a jar: URL using the
JAR protocol.
|
| JarURLConnectionImpl |
This subclass extends URLConnection.
|
| JarUtils |
|
| JavaApiConverter |
Helper methods that convert between Java and OkHttp representations.
|
| JavaTimeZone |
JavaTimeZone inherits com.ibm.icu.util.TimeZone and wraps java.util.TimeZone.
|
| JcaJceHelper |
Factory interface for instantiating JCA/JCE primitives.
|
| JcaJceUtils |
General JCA/JCE utility methods.
|
| JCEDHPrivateKey |
|
| JCEDHPublicKey |
|
| JCEECPrivateKey |
|
| JCEECPublicKey |
|
| JCERSAPrivateCrtKey |
A provider representation for a RSA private key, with CRT factors included.
|
| JCERSAPrivateKey |
|
| JCERSAPublicKey |
|
| JDBCConnection |
|
| JDBCDatabaseMetaData |
|
| JDBCDriver |
|
| JDBCPreparedStatement |
|
| JDBCResultSet |
|
| JDBCResultSetMetaData |
|
| JDBCStatement |
|
| JDKDSAPrivateKey |
|
| JDKDSAPublicKey |
|
| JDKPKCS12StoreParameter |
Deprecated.
|
| JSONArray |
A dense indexed sequence of values.
|
| JSONException |
Thrown to indicate a problem with the JSON API.
|
| JSONObject |
A modifiable set of name/value mappings.
|
| JSONStringer |
|
| JSONTokener |
Parses a JSON ( RFC 4627)
encoded string into the corresponding object.
|
| JSSEProvider |
JSSE Provider implementation.
|
| Key |
Key is the common interface for all keys.
|
| KeyAgreement |
This class provides the functionality for a key exchange protocol.
|
| KeyAgreementSpi |
The Service Provider Interface (SPI) definition for the
KeyAgreement class.
|
| KeyAgreementSpi |
Diffie-Hellman key agreement.
|
| KeyAgreementSpi |
Diffie-Hellman key agreement using elliptic curve keys, ala IEEE P1363
both the simple one, and the simple one with cofactors are supported.
|
| KeyAgreementSpi.DH |
|
| KeyDerivationFunc |
|
| KeyException |
KeyException is the common superclass of all key related exceptions.
|
| KeyFactory |
KeyFactory is an engine class that can be used to translate between
public and private key objects and convert keys between their external
representation, that can be easily transported and their internal
representation.
|
| KeyFactory |
|
| KeyFactorySpi |
KeyFactorySpi is the Service Provider Interface (SPI) definition for
KeyFactory.
|
| KeyFactorySpi |
|
| KeyFactorySpi |
|
| KeyFactorySpi |
|
| KeyFactorySpi |
|
| KeyFactorySpi.EC |
|
| KeyFactorySpi.ECDH |
|
| KeyFactorySpi.ECDHC |
|
| KeyFactorySpi.ECDSA |
|
| KeyFactorySpi.ECMQV |
|
| KeyGenerationParameters |
The base class for parameters to key generators.
|
| KeyGenerator |
This class provides the public API for generating symmetric cryptographic
keys.
|
| KeyGeneratorSpi |
The Service Provider Interface (SPI) definition for the
KeyGenerator class.
|
| KeyManagementException |
KeyManagementException is a general exception, thrown to indicate an
exception during processing an operation concerning key management.
|
| KeyManager |
This is the interface to implement in order to mark a class as a JSSE key
managers so that key managers can be easily grouped.
|
| KeyManagerFactory |
The public API for KeyManagerFactory implementations.
|
| KeyManagerFactoryImpl |
KeyManagerFactory implementation.
|
| KeyManagerFactorySpi |
The Service Provider Interface (SPI) for the
KeyManagerFactory class.
|
| KeyManagerImpl |
KeyManager implementation.
|
| KeyPair |
KeyPair is a container for a public key and a private key.
|
| KeyPairGenerator |
KeyPairGenerator is an engine class which is capable of generating a
private key and its related public key utilizing the algorithm it was
initialized with.
|
| KeyPairGeneratorSpi |
KeyPairGeneratorSpi is the Service Provider Interface (SPI)
definition for KeyPairGenerator.
|
| KeyPairGeneratorSpi |
|
| KeyPairGeneratorSpi |
|
| KeyPairGeneratorSpi |
|
| KeyPairGeneratorSpi |
|
| KeyPairGeneratorSpi.EC |
|
| KeyPairGeneratorSpi.ECDH |
|
| KeyPairGeneratorSpi.ECDHC |
|
| KeyPairGeneratorSpi.ECDSA |
|
| KeyPairGeneratorSpi.ECMQV |
|
| KeyParameter |
|
| KeyPurposeId |
The KeyPurposeId object.
|
| KeyRep |
KeyRep is a standardized representation for serialized Key
objects.
|
| KeyRep.Type |
Type enumerates the supported key types.
|
| KeySpec |
The marker interface for key specifications.
|
| KeyStore |
KeyStore is responsible for maintaining cryptographic keys and their
owners.
|
| KeyStore.Builder |
Builder is used to construct new instances of KeyStore.
|
| KeyStore.CallbackHandlerProtection |
CallbackHandlerProtection is a ProtectionParameter that
encapsulates a CallbackHandler.
|
| KeyStore.Entry |
Entry is the common marker interface for a KeyStore
entry.
|
| KeyStore.LoadStoreParameter |
LoadStoreParameter represents a parameter that specifies how a
KeyStore can be loaded and stored.
|
| KeyStore.PasswordProtection |
PasswordProtection is a ProtectionParameter that protects
a KeyStore using a password.
|
| KeyStore.PrivateKeyEntry |
PrivateKeyEntry represents a KeyStore entry that
holds a private key.
|
| KeyStore.ProtectionParameter |
ProtectionParameter is a marker interface for protection
parameters.
|
| KeyStore.SecretKeyEntry |
SecretKeyEntry represents a KeyStore entry that
holds a secret key.
|
| KeyStore.TrustedCertificateEntry |
TrustedCertificateEntry represents a KeyStore entry that
holds a trusted certificate.
|
| KeyStoreBuilderParameters |
The parameters for KeyManagers.
|
| KeyStoreException |
KeyStoreException is a general KeyStore exception.
|
| KeyStoreSpi |
KeyStoreSpi is the Service Provider Interface (SPI) definition for
KeyStore.
|
| KeyTypeData |
|
| KeyUsage |
Key Usage Extension (OID = 2.5.29.15).
|
| KeyUsage |
The KeyUsage object.
|
| KeyUtil |
|
| KISAObjectIdentifiers |
Korea Information Security Agency (KISA)
({iso(1) member-body(2) kr(410) kisa(200004)})
|
| KnownFailure |
Marks a test case as a known failure.
|
| KnownLogs |
|
| KXmlParser |
An XML pull parser with limited support for parsing internal DTDs.
|
| KXmlSerializer |
|
| LanguageTag |
|
| LastOwnerException |
The exception that is thrown when an attempt is made to remove the
the last Owner from an Owner.
|
| LDAPCertStoreParameters |
The parameters to initialize a LDAP CertStore instance.
|
| LeafNodeImpl |
Provides a straightforward implementation of the corresponding W3C DOM
interface.
|
| Leb128 |
Reads and writes DWARFv3 LEB 128 signed and unsigned integers.
|
| Level |
Level objects are used to indicate the level of logging.
|
| LexicalHandler |
SAX2 extension handler for lexical events.
|
| Libcore |
|
| LineNumberInputStream |
Deprecated.
|
| LineNumberReader |
Wraps an existing Reader and counts the line terminators encountered
while reading the data.
|
| LinkageError |
LinkageError is the superclass of all error classes that occur when
loading and linking class files.
|
| LinkedBlockingDeque<E> |
|
| LinkedBlockingQueue<E> |
|
| LinkedHashMap<K,V> |
LinkedHashMap is an implementation of Map that guarantees iteration order.
|
| LinkedHashSet<E> |
LinkedHashSet is a variant of HashSet.
|
| LinkedList<E> |
LinkedList is an implementation of List, backed by a doubly-linked list.
|
| LinkedTransferQueue<E> |
|
| List<E> |
A List is a collection which maintains an ordering for its elements.
|
| ListFormatter |
Immutable class for formatting a list, using data from CLDR (or supplied
separately).
|
| ListFormatter.Style |
Deprecated.
|
| ListIterator<E> |
An ListIterator is used to sequence over a List of objects.
|
| ListOfTypes |
|
| ListResourceBundle |
ListResourceBundle is the abstract superclass of classes which provide
resources by implementing the getContents() method to return
the list of resources.
|
| Locale |
Locale represents a language/country/variant combination.
|
| Locale.Builder |
A class that helps construct Locale instances.
|
| LocaleData |
A class for accessing miscellaneous data in the locale bundles
|
| LocaleData |
Passes locale-specific from ICU native code to Java.
|
| LocaleData.MeasurementSystem |
Enumeration for representing the measurement systems.
|
| LocaleData.PaperSize |
A class that represents the size of letter head
used in the country
|
| LocaleDisplayNames |
Returns display names of ULocales and components of ULocales.
|
| LocaleDisplayNames.DialectHandling |
|
| LocaleDisplayNames.UiListItem |
Struct-like class used to return information for constructing a UI list, each corresponding to a locale.
|
| LocaleDisplayNamesImpl |
|
| LocaleDisplayNamesImpl.DataTable |
|
| LocaleDisplayNamesImpl.DataTableType |
|
| LocaleExtensions |
|
| LocaleIDParser |
Utility class to parse and normalize locale ids (including POSIX style)
|
| LocaleIDs |
Utilities for mapping between old and new language, country, and other
locale ID related names.
|
| LocaleMatcher |
Provides a way to match the languages (locales) supported by a product to the
languages (locales) acceptable to a user, and get the best match.
|
| LocaleMatcher.LanguageMatcherData |
Deprecated.
|
| LocaleObjectCache<K,V> |
|
| LocalePriorityList |
Provides an immutable list of languages (locales) in priority order.
|
| LocalePriorityList.Builder |
Class used for building LanguagePriorityLists
|
| LocaleSyntaxException |
|
| LocaleUtility |
A class to hold utility functions missing from java.util.Locale.
|
| Locator |
Interface for associating a SAX event with a document location.
|
| Locator2 |
SAX2 extension to augment the entity information provided
though a Locator.
|
| Locator2Impl |
SAX2 extension helper for holding additional Entity information,
implementing the Locator2 interface.
|
| LocatorImpl |
Provide an optional convenience implementation of Locator.
|
| Lock |
Lock implementations provide more extensive locking
operations than can be obtained using synchronized methods
and statements.
|
| LockSupport |
Basic thread blocking primitives for creating locks and other
synchronization classes.
|
| Log |
API for sending log output.
|
| Log.TerribleFailureHandler |
|
| Logger |
Loggers are used to log records to a variety of destinations such as log files or
the console.
|
| LoggingMXBean |
LoggingMXBean is the management interface for the logging sub-system.
|
| LoggingPermission |
Legacy security code; do not use.
|
| LoginException |
Base class for exceptions that are thrown when a login error occurs.
|
| LogManager |
LogManager is used to maintain configuration properties of the
logging framework, and to manage a hierarchical namespace of all named
Logger objects.
|
| LogRecord |
A LogRecord object represents a logging request.
|
| Long |
The wrapper for the primitive type long.
|
| LongBuffer |
A buffer of longs.
|
| LongDigest |
Base class for SHA-384 and SHA-512.
|
| LongSparseArray<E> |
SparseArray mapping longs to Objects.
|
| Looper |
Class used to run a message loop for a thread.
|
| LruCache<K,V> |
A cache that holds strong references to a limited number of values.
|
| LSException |
Parser or write operations may throw an LSException if the
processing is stopped.
|
| LSInput |
This interface represents an input source for data.
|
| LSOutput |
This interface represents an output destination for data.
|
| LSParser |
An interface to an object that is able to build, or augment, a DOM tree
from various input sources.
|
| LSParserFilter |
LSParserFilters provide applications the ability to examine
nodes as they are being constructed while parsing.
|
| LSResourceResolver |
LSResourceResolver provides a way for applications to
redirect references to external resources.
|
| LSSerializer |
A LSSerializer provides an API for serializing (writing) a
DOM document out into XML.
|
| LSSerializerFilter |
LSSerializerFilters provide applications the ability to
examine nodes as they are being serialized and decide what nodes should
be serialized or not.
|
| Mac |
This class provides the public API for Message Authentication Code
(MAC) algorithms.
|
| Mac |
The base interface for implementations of message authentication codes (MACs).
|
| MacData |
|
| MacInputStream |
|
| MacOutputStream |
|
| MacSpi |
The Service-Provider Interface (SPI) definition for the
Mac class.
|
| MainThread |
Denotes that the annotated method should only be called on the main thread.
|
| MalformedHprofException |
|
| MalformedInputException |
A MalformedInputException is thrown when a malformed input is
encountered, for example if a byte sequence is illegal for the given charset.
|
| MalformedParameterizedTypeException |
Indicates that a malformed parameterized type has been encountered by a
reflective method.
|
| MalformedURLException |
This exception is thrown when a program attempts to create an URL from an
incorrect specification.
|
| ManagerFactoryParameters |
The marker interface for key manager factory parameters.
|
| Manifest |
The Manifest class is used to obtain attribute information for a
JarFile and its entries.
|
| Map<K,V> |
A Map is a data structure consisting of a set of keys and values
in which each key is mapped to a single value.
|
| Map.Entry<K,V> |
Map.Entry is a key/value mapping contained in a Map.
|
| MappedByteBuffer |
MappedByteBuffer is a special kind of direct byte buffer which maps a
region of file to memory.
|
| Matcher |
The result of applying a Pattern to a given input.
|
| MatchResult |
Holds the results of a successful match of a Pattern against a
given string.
|
| Math |
Class Math provides basic math constants and operations such as trigonometric
functions, hyperbolic functions, exponential, logarithms, etc.
|
| MathContext |
The MathContext immutable class encapsulates the
settings understood by the operator methods of the BigDecimal
class (and potentially other classes).
|
| MathContext |
Immutable objects describing settings such as rounding mode and digit
precision for the numerical operations provided by class BigDecimal.
|
| MathUtils |
|
| MatrixCursor |
A mutable cursor implementation backed by an array of Objects.
|
| MD5 |
|
| MD5.Digest |
|
| MD5.HashMac |
MD5 HashMac
|
| MD5.KeyGenerator |
|
| MD5.Mappings |
|
| MD5Digest |
implementation of MD5 as outlined in "Handbook of Applied Cryptography", pages 346 - 347.
|
| Measure |
An amount of a specified unit, consisting of a Number and a Unit.
|
| MeasureFormat |
A formatter for Measure objects.
|
| MeasureFormat.FormatWidth |
Formatting width enum.
|
| MeasureUnit |
A unit such as length, mass, volume, currency, etc.
|
| MeasureUnit.Factory |
Deprecated.
|
| MediaType |
An RFC 2045 Media Type,
appropriate to describe the content type of an HTTP request or response body.
|
| Member |
Common interface providing access to reflective information on class members.
|
| Memoable |
|
| Memory |
Unsafe access to memory.
|
| MemoryFile |
MemoryFile is a wrapper for the Linux ashmem driver.
|
| MemoryHandler |
A Handler put the description of log events into a cycled memory
buffer.
|
| MemoryMappedFile |
A memory-mapped file.
|
| MergeCursor |
A convience class that lets you present an array of Cursors as a single linear Cursor.
|
| Message |
Defines a message containing a description and arbitrary data object that can be
sent to a Handler.
|
| MessageDigest |
Uses a one-way hash function to turn an arbitrary number of bytes into a
fixed-length byte sequence.
|
| MessageDigestSpi |
MessageDigestSpi is the Service Provider Interface (SPI) definition
for MessageDigest.
|
| MessageFormat |
.
|
| MessageFormat |
Produces concatenated messages in language-neutral way.
|
| MessageFormat.Field |
Defines constants that are used as attribute keys in the
AttributedCharacterIterator returned
from MessageFormat.formatToCharacterIterator.
|
| MessageFormat.Field |
|
| MessageImprint |
As defined in Time-Stamp Protocol (TSP)
(http://www.ietf.org/rfc/rfc3161.txt)
MessageImprint ::= SEQUENCE {
hashAlgorithm AlgorithmIdentifier,
hashedMessage OCTET STRING
}
|
| MessagePattern |
Parses and represents ICU MessageFormat patterns.
|
| MessagePattern.ApostropheMode |
Mode for when an apostrophe starts quoted literal text for MessageFormat output.
|
| MessagePattern.ArgType |
Argument type constants.
|
| MessagePattern.Part |
A message pattern "part", representing a pattern parsing event.
|
| MessagePattern.Part.Type |
Part type constants.
|
| MessagePatternUtil |
Utilities for working with a MessagePattern.
|
| MessagePatternUtil.ArgNode |
A piece of MessageNode contents representing a message argument and its details.
|
| MessagePatternUtil.ComplexArgStyleNode |
A Node representing details of the argument style of a complex argument.
|
| MessagePatternUtil.MessageContentsNode |
A piece of MessageNode contents.
|
| MessagePatternUtil.MessageContentsNode.Type |
The type of a piece of MessageNode contents.
|
| MessagePatternUtil.MessageNode |
A Node representing a parsed MessageFormat pattern string.
|
| MessagePatternUtil.Node |
|
| MessagePatternUtil.TextNode |
Literal text, a piece of MessageNode contents.
|
| MessagePatternUtil.VariantNode |
A Node representing a nested message (nested inside an argument)
with its selection criterium.
|
| MessageQueue |
Low-level class holding the list of messages to be dispatched by a
Looper.
|
| MessageQueue.IdleHandler |
Callback interface for discovering when a thread is going to block
waiting for more messages.
|
| MessageQueue.OnFileDescriptorEventListener |
A listener which is invoked when file descriptor related events occur.
|
| MessageQueue.OnFileDescriptorEventListener.Events |
|
| Messenger |
Reference to a Handler, which others can use to send messages to it.
|
| Method |
This class represents a method.
|
| MethodId |
|
| MGF1ParameterSpec |
The parameter specification for the Mask Generation Function (MGF1) in
the RSA-PSS Signature and OAEP Padding scheme.
|
| MimeUtils |
Utilities for dealing with MIME types.
|
| MiscObjectIdentifiers |
|
| MissingFormatArgumentException |
A MissingFormatArgumentException will be thrown if there is no
corresponding argument with the specified conversion or an argument index
that refers to a missing argument.
|
| MissingFormatWidthException |
A MissingFormatWidthException will be thrown if the format width is
missing but is required.
|
| MissingResourceException |
A MissingResourceException is thrown by ResourceBundle when a
resource bundle cannot be found or a resource is missing from a resource
bundle.
|
| Mod |
|
| ModifiedUtf8 |
Encoding and decoding methods for Modified UTF-8
|
| Modifier |
This class provides static methods to decode class and member modifiers.
|
| MOE |
|
| MulticastSocket |
This class implements a multicast socket for sending and receiving IP
multicast datagram packets.
|
| MultiComparator<T> |
TODO: Move to com.ibm.icu.dev.somewhere.
2015-sep-03: This is used there, and also in CLDR and in UnicodeTools.
|
| MultipartBuilder |
Fluent API to build RFC
2387-compliant request bodies.
|
| MutableBoolean |
|
| MutableByte |
|
| MutableChar |
|
| MutableDouble |
|
| MutableFloat |
|
| MutableInt |
|
| MutableLong |
|
| MutableShort |
|
| Mutf8 |
Modified UTF-8 as described in the dex file format spec.
|
| Name |
X.501 Name
|
| NameConstraints |
The class encapsulates the ASN.1 DER encoding/decoding work
with the following structure which is a part of X.509 certificate
(as specified in RFC 3280 -
Internet X.509 Public Key Infrastructure.
|
| NameConstraints |
|
| NamedJcaJceHelper |
JcaJceHelper that obtains all algorithms using a specific named provider.
|
| NamedNodeMap |
Objects implementing the NamedNodeMap interface are used to
represent collections of nodes that can be accessed by name.
|
| NamedRunnable |
Runnable implementation which always sets its thread name.
|
| NameList |
The NameList interface provides the abstraction of an ordered
collection of parallel pairs of name and namespace values (which could be
null values), without defining or constraining how this collection is
implemented.
|
| NamespaceContext |
Interface for read only XML Namespace context processing.
|
| NamespaceSupport |
Encapsulate Namespace logic for use by applications using SAX,
or internally by SAX drivers.
|
| Nat |
|
| Nat192 |
|
| Nat224 |
|
| Nat256 |
|
| Nat384 |
|
| Nat512 |
|
| NativeBreakIterator |
|
| NativeCollation |
Package static class for declaring all native methods for collation use.
|
| NativeConstants |
|
| NativeConverter |
|
| NativeCrypto |
Provides the Java side of our JNI glue for OpenSSL.
|
| NativeCrypto.SSLHandshakeCallbacks |
A collection of callbacks from the native OpenSSL code that are
related to the SSL handshake initiated by SSL_do_handshake.
|
| NativeDecimalFormat |
|
| NativeRef |
Used to hold onto native OpenSSL references and run finalization on those
objects.
|
| NativeRef.EC_GROUP |
|
| NativeRef.EC_POINT |
|
| NativeRef.EVP_AEAD_CTX |
|
| NativeRef.EVP_CIPHER_CTX |
|
| NativeRef.EVP_MD_CTX |
|
| NativeRef.EVP_PKEY |
|
| NativeRef.HMAC_CTX |
|
| NativeTestTarget |
Methods used to test calling into native code.
|
| NavigableMap<K,V> |
A SortedMap extended with navigation methods returning the
closest matches for given search targets.
|
| NavigableSet<E> |
A SortedSet extended with navigation methods reporting
closest matches for given search targets.
|
| NClob |
|
| NegativeArraySizeException |
Thrown when an attempt is made to create an array with a size of less than
zero.
|
| NetlinkSocketAddress |
Netlink socket address.
|
| NetPermission |
Legacy security code; do not use.
|
| NetscapeCertRequest |
Handles NetScape certificate request (KEYGEN), these are constructed as:
|
| NetscapeCertType |
The NetscapeCertType object.
|
| NetscapeRevocationURL |
|
| Network |
Services specific to the host device's network interface.
|
| NetworkEventDispatcher |
A singleton used to dispatch network events to registered listeners.
|
| NetworkEventListener |
A base class for objects interested in network events.
|
| NetworkInterface |
This class is used to represent a network interface of the local device.
|
| NetworkOnMainThreadException |
The exception that is thrown when an application attempts
to perform a networking operation on its main thread.
|
| NetworkSecurityPolicy |
Network security policy for this process/application.
|
| NioBufferIterator |
Iterates over big- or little-endian bytes on the native heap.
|
| NioUtils |
|
| NISTNamedCurves |
Utility class for fetching curves using their NIST names as published in FIPS-PUB 186-3
|
| NISTObjectIdentifiers |
NIST:
iso/itu(2) joint-assign(16) us(840) organization(1) gov(101) csor(3)
|
| NoClassDefFoundError |
Thrown when the VM is unable to locate a class which it has been
asked to load.
|
| NoConnectionPendingException |
|
| Node |
The Node interface is the primary datatype for the entire
Document Object Model.
|
| NodeChangeEvent |
This is the event class to indicate that one child of the preference node has
been added or deleted.
|
| NodeChangeListener |
This interface is used to handle preference node change events.
|
| NodeFilter |
Filters are objects that know how to "filter out" nodes.
|
| NodeImpl |
A straightforward implementation of the corresponding W3C DOM node.
|
| NodeIterator |
NodeIterators are used to step through a set of nodes, e.g.
|
| NodeList |
The NodeList interface provides the abstraction of an ordered
collection of nodes, without defining or constraining how this collection
is implemented.
|
| NodeListImpl |
Provides a straightforward implementation of the corresponding W3C DOM
interface.
|
| NonNull |
Denotes that a parameter, field or method return value can never be null.
|
| NonReadableChannelException |
A NonReadableChannelException is thrown when attempting to read from
a channel that is not open for reading.
|
| NonWritableChannelException |
A NonWritableChannelException is thrown when attempting to write to a
channel that is not open for writing.
|
| Norm2AllModes |
|
| Norm2AllModes.ComposeNormalizer2 |
|
| Norm2AllModes.DecomposeNormalizer2 |
|
| Norm2AllModes.FCDNormalizer2 |
|
| Norm2AllModes.NoopNormalizer2 |
|
| Norm2AllModes.Normalizer2WithImpl |
|
| Normalizer |
Old Unicode normalization API.
|
| Normalizer |
|
| Normalizer.Form |
The normalization forms supported by the Normalizer.
|
| Normalizer.Mode |
Deprecated.
|
| Normalizer.QuickCheckResult |
Result values for quickCheck().
|
| Normalizer2 |
Unicode normalization functionality for standard Unicode normalization or
for using custom mapping tables.
|
| Normalizer2.Mode |
Constants for normalization modes.
|
| Normalizer2Impl |
|
| Normalizer2Impl.Hangul |
|
| Normalizer2Impl.ReorderingBuffer |
Writable buffer that takes care of canonical ordering.
|
| Normalizer2Impl.UTF16Plus |
|
| NoRouteToHostException |
The NoRouteToHostException will be thrown while attempting to connect
to a remote host but the host cannot be reached for instance because of a
badly configured router or a blocking firewall.
|
| NoSuchAlgorithmException |
NoSuchAlgorithmException indicates that a requested algorithm could
not be found.
|
| NoSuchElementException |
Thrown when trying to retrieve an element
past the end of an Enumeration or Iterator.
|
| NoSuchFieldError |
Thrown when the VM notices that a program tries to reference,
on a class or object, a field that does not exist.
|
| NoSuchFieldException |
Thrown when the VM notices that a program tries to reference,
on a class or object, a field that does not exist.
|
| NoSuchMethodError |
Thrown when the VM notices that a program tries to reference,
on a class or object, a method that does not exist.
|
| NoSuchMethodException |
Thrown when the VM notices that a program tries to reference,
on a class or object, a method that does not exist.
|
| NoSuchPaddingException |
The exception that is thrown when the requested padding mechanism is not
supported.
|
| NoSuchProviderException |
NoSuchProviderException indicates that a requested security provider
could not be found.
|
| NoSuchStoreException |
|
| NotActiveException |
Signals that a serialization-related method has been invoked in the wrong
place.
|
| Notation |
This interface represents a notation declared in the DTD.
|
| NotationImpl |
Provides a straightforward implementation of the corresponding W3C DOM
interface.
|
| NotOwnerException |
The exception that is thrown when an action that requires ownership is
attempted by a principal that is not an owner of the object for which
ownership is required.
|
| NotSerializableException |
Signals that an object that is not serializable has been passed into the
ObjectOutput.writeObject() method.
|
| NotYetBoundException |
A NotYetBoundException is thrown if the server socket channel is not
bound before an I/O operation is made.
|
| NotYetConnectedException |
A NotYetConnectedException is thrown if the socket channel is not
connected before an I/O operation is invoked.
|
| NTTObjectIdentifiers |
From RFC 3657
Use of the Camellia Encryption Algorithm
in Cryptographic Message Syntax (CMS)
|
| Nullable |
Denotes that a parameter, field or method return value can be null.
|
| NullCipher |
This class provides an identity cipher that does not transform the input data
in any way.
|
| NullCipherSpi |
CipherSpi implementation for javax.crypto.NullCipher
|
| NullDigest |
|
| NullPointerException |
Thrown when a program tries to access a field or method of an object or an
element of an array when there is no instance or array to use, that is if the
object or array points to null.
|
| Number |
|
| NumberFormat |
.
NumberFormat is the abstract base class for all number
formats.
|
| NumberFormat |
The abstract base class for all number formats.
|
| NumberFormat.Field |
The instances of this inner class are used as attribute keys and values
in AttributedCharacterIterator that
NumberFormat.formatToCharacterIterator() method returns.
|
| NumberFormat.Field |
|
| NumberFormat.NumberFormatFactory |
A NumberFormatFactory is used to register new number formats.
|
| NumberFormat.SimpleNumberFormatFactory |
A NumberFormatFactory that supports a single locale.
|
| NumberFormatException |
Thrown when an invalid value is passed to a string-to-number conversion
method.
|
| NumberingSystem |
NumberingSystem is the base class for all number
systems.
|
| NumericShaper |
The Class NumericShaper provides methods to convert latin character codes
to unicode character codes.
|
| OAEPEncoding |
Optimal Asymmetric Encryption Padding (OAEP) - see PKCS 1 V 2.
|
| OAEPParameterSpec |
The algorithm parameter specification for the OAEP Padding algorithm.
|
| Object |
The root class of the Java class hierarchy.
|
| ObjectDigestInfo |
ObjectDigestInfo ASN.1 structure used in v2 attribute certificates.
|
| ObjectIdentifier |
Instance of this class represents ObjectIdentifier (OID).
|
| ObjectIdentifier |
Instance of this class represents ObjectIdentifier (OID).
|
| ObjectInput |
Defines an interface for classes that allow reading serialized objects.
|
| ObjectInputStream |
A specialized InputStream that is able to read (deserialize) Java
objects as well as primitive data types (int, byte, char etc.).
|
| ObjectInputStream.GetField |
GetField is an inner class that provides access to the persistent fields
read from the source stream.
|
| ObjectInputValidation |
A callback interface for post-deserialization checks on objects.
|
| ObjectOutput |
Defines an interface for classes that allow writing serialized objects.
|
| ObjectOutputStream |
A specialized OutputStream that is able to write (serialize) Java
objects as well as primitive data types (int, byte, char etc.).
|
| ObjectOutputStream.PutField |
PutField is an inner class to provide access to the persistent fields
that are written to the target stream.
|
| Objects |
Utility methods for objects.
|
| Objects |
|
| ObjectStreamClass |
Represents a descriptor for identifying a class during serialization and
deserialization.
|
| ObjectStreamConstants |
A helper interface with constants used by the serialization implementation.
|
| ObjectStreamException |
Signals some sort of problem during either serialization or deserialization
of objects.
|
| ObjectStreamField |
Describes a field for the purpose of serialization.
|
| Observable<T> |
Provides methods for registering or unregistering arbitrary observers in an ArrayList.
|
| Observable |
Observable is used to notify a group of Observer objects when a change
occurs.
|
| Observer |
Observer is the interface to be implemented by objects that
receive notification of updates on an Observable object.
|
| OFBBlockCipher |
implements a Output-FeedBack (OFB) mode on top of a simple cipher.
|
| OIDTokenizer |
class for breaking up an OID into it's component tokens, ala
java.util.StringTokenizer.
|
| OIWObjectIdentifiers |
OIW organization's OIDs:
|
| OkCacheContainer |
|
| OkHeaders |
Headers and utilities for internal use by OkHttp.
|
| OkHostnameVerifier |
A HostnameVerifier consistent with RFC 2818.
|
| OkHttpClient |
Configures and creates HTTP connections.
|
| Okio |
Essential APIs for working with Okio.
|
| OkUrlFactory |
|
| OlsonTimeZone |
A time zone based on the Olson tz database.
|
| OpcodeInfo |
Information about Dalvik opcodes.
|
| Opcodes |
A list of all normal (not implementation-specific) Dalvik opcodes.
|
| OpenSSLBIOInputStream |
Provides an interface to OpenSSL's BIO system directly from a Java
InputStream.
|
| OpenSSLBIOSink |
|
| OpenSSLBIOSource |
|
| OpenSSLCipher |
|
| OpenSSLCipher.EVP_AEAD |
|
| OpenSSLCipher.EVP_AEAD.AES |
|
| OpenSSLCipher.EVP_AEAD.AES.GCM |
|
| OpenSSLCipher.EVP_CIPHER |
|
| OpenSSLCipher.EVP_CIPHER.AES |
|
| OpenSSLCipher.EVP_CIPHER.AES.CBC |
|
| OpenSSLCipher.EVP_CIPHER.AES.CBC.NoPadding |
|
| OpenSSLCipher.EVP_CIPHER.AES.CBC.PKCS5Padding |
|
| OpenSSLCipher.EVP_CIPHER.AES.CTR |
|
| OpenSSLCipher.EVP_CIPHER.AES.ECB |
|
| OpenSSLCipher.EVP_CIPHER.AES.ECB.NoPadding |
|
| OpenSSLCipher.EVP_CIPHER.AES.ECB.PKCS5Padding |
|
| OpenSSLCipher.EVP_CIPHER.ARC4 |
|
| OpenSSLCipher.EVP_CIPHER.DESEDE |
|
| OpenSSLCipher.EVP_CIPHER.DESEDE.CBC |
|
| OpenSSLCipher.EVP_CIPHER.DESEDE.CBC.NoPadding |
|
| OpenSSLCipher.EVP_CIPHER.DESEDE.CBC.PKCS5Padding |
|
| OpenSSLCipher.Mode |
Modes that a block cipher may support.
|
| OpenSSLCipher.Padding |
Paddings that a block cipher may support.
|
| OpenSSLCipherRSA |
|
| OpenSSLCipherRSA.PKCS1 |
|
| OpenSSLCipherRSA.Raw |
|
| OpenSSLContextImpl |
OpenSSL-backed SSLContext service provider interface.
|
| OpenSSLContextImpl.SSLv3 |
|
| OpenSSLContextImpl.TLSv1 |
|
| OpenSSLContextImpl.TLSv11 |
|
| OpenSSLContextImpl.TLSv12 |
|
| OpenSSLDigest |
Implements the BouncyCastle Digest interface using OpenSSL's EVP API.
|
| OpenSSLDigest.MD5 |
|
| OpenSSLDigest.SHA1 |
|
| OpenSSLDigest.SHA224 |
|
| OpenSSLDigest.SHA256 |
|
| OpenSSLDigest.SHA384 |
|
| OpenSSLDigest.SHA512 |
|
| OpenSSLECDHKeyAgreement |
Elliptic Curve Diffie-Hellman key agreement backed by the OpenSSL engine.
|
| OpenSSLECGroupContext |
|
| OpenSSLECKeyFactory |
|
| OpenSSLECKeyPairGenerator |
|
| OpenSSLECPrivateKey |
|
| OpenSSLECPublicKey |
|
| OpenSSLEngine |
|
| OpenSSLEngineImpl |
Implements the SSLEngine API using OpenSSL's non-blocking interfaces.
|
| OpenSSLKey |
|
| OpenSSLKeyHolder |
|
| OpenSSLMac |
|
| OpenSSLMac.HmacMD5 |
|
| OpenSSLMac.HmacSHA1 |
|
| OpenSSLMac.HmacSHA224 |
|
| OpenSSLMac.HmacSHA256 |
|
| OpenSSLMac.HmacSHA384 |
|
| OpenSSLMac.HmacSHA512 |
|
| OpenSSLMessageDigestJDK |
Implements the JDK MessageDigest interface using OpenSSL's EVP API.
|
| OpenSSLMessageDigestJDK.MD5 |
|
| OpenSSLMessageDigestJDK.SHA1 |
|
| OpenSSLMessageDigestJDK.SHA224 |
|
| OpenSSLMessageDigestJDK.SHA256 |
|
| OpenSSLMessageDigestJDK.SHA384 |
|
| OpenSSLMessageDigestJDK.SHA512 |
|
| OpenSSLPBEParametersGenerator |
Generator for PBE derived keys and ivs as usd by OpenSSL.
|
| OpenSSLProvider |
Provider that goes through OpenSSL for operations.
|
| OpenSSLRandom |
|
| OpenSSLRSAKeyFactory |
|
| OpenSSLRSAKeyPairGenerator |
|
| OpenSSLRSAPrivateCrtKey |
|
| OpenSSLRSAPrivateKey |
|
| OpenSSLRSAPublicKey |
|
| OpenSSLServerSocketFactoryImpl |
|
| OpenSSLServerSocketImpl |
OpenSSL-based implementation of server sockets.
|
| OpenSSLSessionImpl |
Implementation of the class OpenSSLSessionImpl
based on OpenSSL.
|
| OpenSSLSignature |
Implements the subset of the JDK Signature interface needed for
signature verification using OpenSSL.
|
| OpenSSLSignature.MD5RSA |
|
| OpenSSLSignature.SHA1ECDSA |
|
| OpenSSLSignature.SHA1RSA |
|
| OpenSSLSignature.SHA224ECDSA |
|
| OpenSSLSignature.SHA224RSA |
|
| OpenSSLSignature.SHA256ECDSA |
|
| OpenSSLSignature.SHA256RSA |
|
| OpenSSLSignature.SHA384ECDSA |
|
| OpenSSLSignature.SHA384RSA |
|
| OpenSSLSignature.SHA512ECDSA |
|
| OpenSSLSignature.SHA512RSA |
|
| OpenSSLSignatureRawRSA |
Implements the JDK Signature interface needed for RAW RSA signature
generation and verification using OpenSSL.
|
| OpenSSLSocketFactoryImpl |
|
| OpenSSLSocketImpl |
Implementation of the class OpenSSLSocketImpl based on OpenSSL.
|
| OpenSSLSocketImplWrapper |
This class wraps the SSL functionality over an existing connected socket.
|
| OpenSSLX509Certificate |
|
| OpenSSLX509CertificateFactory |
|
| OpenSSLX509CertPath |
|
| OpenSSLX509CRL |
|
| OpenSSLX509CRLEntry |
|
| OperationApplicationException |
Thrown when an application of a ContentProviderOperation fails due the specified
constraints.
|
| OperationCanceledException |
An exception type that is thrown when an operation in progress is canceled.
|
| OptionalDataException |
Signals that the ObjectInputStream class encountered a primitive type
( int, char etc.) instead of an object instance in the input
stream.
|
| ORAddress |
The class encapsulates the ASN.1 DER encoding/decoding work
with the ORAddress structure which is a part of X.509 certificate:
(as specified in RFC 3280 -
Internet X.509 Public Key Infrastructure.
|
| Os |
Access to low-level system functionality.
|
| Os |
|
| OsConstants |
Constants and helper functions for use with Os.
|
| OtherName |
The class encapsulates the ASN.1 DER encoding/decoding work
with OtherName structure which is a subpart of GeneralName
(as specified in RFC 3280 -
Internet X.509 Public Key Infrastructure.
|
| OutOfMemoryError |
Thrown when a request for memory is made that can not be satisfied using the
available platform resources.
|
| Output<T> |
Simple struct-like class for output parameters.
|
| OutputInt |
Deprecated.
|
| OutputKeys |
Provides string constants that can be used to set
output properties for a Transformer, or to retrieve
output properties from a Transformer or Templates object.
|
| OutputLengthException |
|
| OutputStream |
A writable sink for bytes.
|
| OutputStreamWriter |
A class for turning a character stream into a byte stream.
|
| OverlappingFileLockException |
An OverlappingFileLockException is thrown when attempting to acquire
a lock that overlaps an existing or pending lock held by this process.
|
| OverlayBundle |
Deprecated.
|
| Override |
Annotation type used to mark methods that override a method declaration in a
superclass.
|
| Owner |
The interface to manage owners of objects that require ownership.
|
| Pack |
Deprecated.
|
| Pack |
|
| Pack200 |
|
| Pack200.Packer |
The interface defining the API for converting a JAR file to an output
stream in the Pack200 format.
|
| Pack200.Unpacker |
The interface defining the API for converting a packed stream in the
Pack200 format to a JAR file.
|
| Package |
Contains information about a Java package.
|
| PackageInfo |
Overall information about the contents of a package.
|
| PackageManager |
Class for retrieving various kinds of information related to the application
packages that are currently installed on the device.
|
| PackageManager.NameNotFoundException |
This exception is thrown when a given package, application, or component
name cannot be found.
|
| PackageManager.OnPermissionsChangedListener |
Listener for changes in permissions granted to a UID.
|
| PackageManager.PermissionResult |
|
| PackageManagerImpl |
|
| PacketSocketAddress |
Packet socket address.
|
| PaddedBufferedBlockCipher |
A wrapper class that allows block ciphers to be used to process data in
a piecemeal fashion with padding.
|
| Pair<F,S> |
Container to ease passing around a tuple of two objects.
|
| Pair<F,S> |
A pair of objects: first and second.
|
| ParameterizedType |
This interface represents a parameterized type such as
'Set<String>'.
|
| ParameterizedTypeImpl |
|
| ParameterMetaData |
An interface used to get information about the types and properties of
parameters in a PreparedStatement.
|
| ParametersWithIV |
|
| ParametersWithRandom |
|
| Parcel |
Container for a message (data and object references) that can
be sent through an IBinder.
|
| Parcelable |
Interface for classes whose instances can be written to
and restored from a Parcel.
|
| Parcelable.ClassLoaderCreator<T> |
Specialization of Parcelable.Creator that allows you to receive the
ClassLoader the object is being created in.
|
| Parcelable.Creator<T> |
Interface that must be implemented and provided as a public CREATOR
field that generates instances of your Parcelable class from a Parcel.
|
| ParcelableParcel |
Parcelable containing a raw Parcel of data.
|
| ParcelFileDescriptor |
|
| ParcelFileDescriptor.AutoCloseInputStream |
An InputStream you can create on a ParcelFileDescriptor, which will
take care of calling ParcelFileDescriptor.close() for you when the stream is closed.
|
| ParcelFileDescriptor.AutoCloseOutputStream |
An OutputStream you can create on a ParcelFileDescriptor, which will
take care of calling ParcelFileDescriptor.close() for you when the stream is closed.
|
| ParcelFileDescriptor.FileDescriptorDetachedException |
Exception that indicates that the file descriptor was detached.
|
| ParcelFileDescriptor.OnCloseListener |
Callback indicating that a ParcelFileDescriptor has been closed.
|
| ParseException |
Thrown when the string being parsed is not in the correct form.
|
| ParsePosition |
Tracks the current position in a parsed string.
|
| Parser |
Deprecated.
|
| ParserAdapter |
Adapt a SAX1 Parser as a SAX2 XMLReader.
|
| ParserConfigurationException |
Indicates a serious configuration error.
|
| ParserFactory |
Deprecated.
|
| ParseStatus |
|
| PasswordAuthentication |
This immutable class is a data structure that encapsulates username and
password which is used by the Authenticator class.
|
| PasswordCallback |
Used in conjunction with a CallbackHandler to retrieve a password
when needed.
|
| PathClassLoader |
Provides a simple ClassLoader implementation that operates on a list
of files and directories in the local file system, but does not attempt to
load classes from the network.
|
| Pattern |
Patterns are compiled regular expressions.
|
| PatternProps |
Implements the immutable Unicode properties Pattern_Syntax and Pattern_White_Space.
|
| PatternSyntaxException |
Encapsulates a syntax error that occurred during the compilation of a
Pattern.
|
| PatternTokenizer |
A simple parsing class for patterns and rules.
|
| PBE |
|
| PBE.Util |
uses the appropriate mixer to generate the key and IV if necessary.
|
| PBEKey |
The interface to a password-based-encryption key.
|
| PBEKeySpec |
The key specification for a password based encryption key.
|
| PBEParameter |
|
| PBEParametersGenerator |
super class for all Password Based Encryption (PBE) parameter generator classes.
|
| PBEParameterSpec |
The algorithm parameter specification for a password based encryption
algorithm.
|
| PBEPKCS12 |
|
| PBEPKCS12.AlgParams |
|
| PBEPKCS12.Mappings |
|
| PBES2Algorithms |
Deprecated.
|
| PBES2Parameters |
|
| PBESecretKeyFactory |
|
| PBKDF2KeySpec |
Extension of PBEKeySpec which takes into account the PRF algorithm setting available in PKCS#5 PBKDF2.
|
| PBKDF2Params |
PBKDF2-params ::= SEQUENCE {
salt CHOICE {
specified OCTET STRING,
otherSource AlgorithmIdentifier {{PBKDF2-SaltSources}}
},
iterationCount INTEGER (1..MAX),
keyLength INTEGER (1..MAX) OPTIONAL,
prf AlgorithmIdentifier {{PBKDF2-PRFs}} DEFAULT algid-hmacWithSHA1 }
|
| PemGenerationException |
Exception thrown on failure to generate a PEM object.
|
| PemHeader |
Class representing a PEM header (name, value) pair.
|
| PemObject |
A generic PEM object - type, header properties, and byte content.
|
| PemObjectGenerator |
Base interface for generators of PEM objects.
|
| PemObjectParser |
Base interface for parsers to convert PEM objects into specific objects.
|
| PemReader |
A generic PEM reader, based on the format outlined in RFC 1421
|
| PEMUtil |
|
| PemWriter |
A generic PEM writer, based on RFC 1421
|
| Period |
Represents an approximate duration in multiple TimeUnits.
|
| PeriodBuilder |
Constructs a Period given a base time and a duration in milliseconds.
|
| PeriodBuilderFactory |
|
| PeriodFormatter |
Formats a Period, such as '2 hours 23 minutes'.
|
| PeriodFormatterData |
PeriodFormatterData provides locale-specific data used to format
relative dates and times, and convenience api to access it.
|
| PeriodFormatterDataService |
Abstract service for PeriodFormatterData, which defines the localization data
used by period formatters.
|
| PeriodFormatterFactory |
Abstract factory interface used to create PeriodFormatters.
|
| PeriodFormatterService |
Provider of Factory instances for building PeriodBuilders, PeriodFormatters,
and DurationFormatters.
|
| Permission |
Legacy security code; do not use.
|
| Permission |
Legacy security code; do not use.
|
| PermissionCollection |
Legacy security code; do not use.
|
| Permissions |
Legacy security code; do not use.
|
| PersianCalendar |
Deprecated.
|
| PersistableBundle |
A mapping from String values to various types that can be saved to persistent and later
restored.
|
| Pfx |
the infamous Pfx from PKCS12
|
| PhantomReference<T> |
Implements a phantom reference, which is the weakest of the three types of
references.
|
| Phaser |
|
| PinEntryException |
|
| PinFailureLogger |
|
| Ping |
A locally-originated ping.
|
| PinListEntry |
This class represents a single entry in the pin file.
|
| Pipe |
A pipe contains two channels, forming a unidirectional pipe.
|
| Pipe.SinkChannel |
Writable sink channel used to write to a pipe.
|
| Pipe.SourceChannel |
Readable source channel used to read from a pipe.
|
| PipedInputStream |
Receives information from a communications pipe.
|
| PipedOutputStream |
Places information on a communications pipe.
|
| PipedReader |
Receives information on a communications pipe.
|
| PipedWriter |
Places information on a communications pipe.
|
| PKCS10CertificationRequest |
Deprecated.
|
| PKCS12 |
|
| PKCS12.Mappings |
|
| PKCS12BagAttributeCarrier |
allow us to set attributes on objects that can go into a PKCS12 store.
|
| PKCS12BagAttributeCarrierImpl |
|
| PKCS12KeyStoreSpi |
|
| PKCS12KeyStoreSpi.BCPKCS12KeyStore |
|
| PKCS12ParametersGenerator |
Generator for PBE derived keys and ivs as defined by PKCS 12 V1.0.
|
| PKCS12PBEParams |
|
| PKCS12StoreParameter |
LoadStoreParameter to allow for additional config with PKCS12 files.
|
| PKCS12StoreParameter |
Deprecated.
|
| PKCS1Encoding |
this does your basic PKCS 1 v1.5 padding - whether or not you should be using this
depends on your application - see PKCS1 Version 2 for details.
|
| PKCS5S1ParametersGenerator |
Generator for PBE derived keys and ivs as defined by PKCS 5 V2.0 Scheme 1.
|
| PKCS5S2ParametersGenerator |
Generator for PBE derived keys and ivs as defined by PKCS 5 V2.0 Scheme 2.
|
| PKCS7Padding |
A padder that adds PKCS7/PKCS5 padding to a block.
|
| PKCS8EncodedKeySpec |
The key specification for an encoded private key in ASN.1 format as defined
in the PKCS#8 standard.
|
| PKCSObjectIdentifiers |
pkcs-1 OBJECT IDENTIFIER ::=
|
| PKIFailureInfo |
Corresponds to PKIFailureInfo structure.
|
| PKIStatus |
Corresponds to PKIStatus structure.
|
| PKIStatusInfo |
As defined in Time-Stamp Protocol (TSP)
(http://www.ietf.org/rfc/rfc3161.txt)
PKIStatusInfo ::= SEQUENCE {
status PKIStatus,
statusString PKIFreeText OPTIONAL,
failInfo PKIFailureInfo OPTIONAL
}
|
| PKIXAttrCertChecker |
|
| PKIXBuilderParameters |
The parameter specification for a PKIX CertPathBuilder
algorithm used to build
certificate chains validated with the PKIX certification path validation.
|
| PKIXCertPath |
CertPath implementation for X.509 certificates.
|
| PKIXCertPathBuilderResult |
|
| PKIXCertPathBuilderSpi |
Implements the PKIX CertPathBuilding algorithm for BouncyCastle.
|
| PKIXCertPathChecker |
The class specifying the interface to extend the certification path
validation algorithm by checks to perform on an X509Certificate.
|
| PKIXCertPathValidatorResult |
The implementation of the result of the PKIX certification path validation.
|
| PKIXCertPathValidatorSpi |
CertPathValidatorSpi implementation for X.509 Certificate validation � la RFC
3280.
|
| PKIXCertStore<T extends Certificate> |
|
| PKIXCertStoreSelector<T extends Certificate> |
This class is a Selector implementation for certificates.
|
| PKIXCertStoreSelector.Builder |
|
| PKIXCRLStore<T extends CRL> |
|
| PKIXCRLStoreSelector<T extends CRL> |
This class is a Selector implementation for X.509 certificate revocation
lists.
|
| PKIXCRLStoreSelector.Builder |
|
| PKIXExtendedBuilderParameters |
This class contains extended parameters for PKIX certification path builders.
|
| PKIXExtendedBuilderParameters.Builder |
|
| PKIXExtendedParameters |
This class extends the PKIXParameters with a validity model parameter.
|
| PKIXExtendedParameters.Builder |
|
| PKIXNameConstraintValidator |
|
| PKIXNameConstraintValidatorException |
|
| PKIXParameters |
This class implements the parameters for the PKIX CertPathValidator.
|
| PKIXPolicyNode |
|
| PlainDatagramSocketImpl |
|
| PlainServerSocketImpl |
|
| PlainSocketImpl |
|
| Platform |
Access to proprietary Android APIs.
|
| PluralFormat |
PluralFormat supports the creation of internationalized
messages with plural inflection.
|
| PluralRanges |
Deprecated.
|
| PluralRules |
Defines rules for mapping non-negative numeric values onto a small set of keywords.
|
| PluralRules.Factory |
Deprecated.
|
| PluralRules.FixedDecimal |
Deprecated.
|
| PluralRules.FixedDecimalRange |
Deprecated.
|
| PluralRules.FixedDecimalSamples |
Deprecated.
|
| PluralRules.KeywordStatus |
Status of the keyword for the rules, given a set of explicit values.
|
| PluralRules.PluralType |
Type of plurals and PluralRules.
|
| PluralRules.SampleType |
Deprecated.
|
| PluralRules.StandardPluralCategories |
Deprecated.
|
| PluralRulesLoader |
Loader for plural rules data.
|
| PluralSamples |
Deprecated.
|
| Policy |
Legacy security code; do not use.
|
| Policy.Parameters |
Legacy security code; do not use.
|
| PolicyConstraints |
The class encapsulates the ASN.1 DER encoding/decoding work
with PolicyConstraints structure which is a part of X.509 certificate
(as specified in RFC 3280 -
Internet X.509 Public Key Infrastructure.
|
| PolicyConstraints |
PKIX RFC 5280
|
| PolicyInformation |
The class encapsulates the ASN.1 DER encoding/decoding work
with PolicyInformation structure which is a subpart of certificatePolicies
(as specified in RFC 3280 -
Internet X.509 Public Key Infrastructure.
|
| PolicyInformation |
|
| PolicyNode |
The interface to a valid policy tree node for the PKIX certification path
validation algorithm.
|
| PolicyQualifierInfo |
This class implements a policy qualifier as defined by the ASN.1
PolicyQualifierInfo structure.
|
| PolicyQualifierInfo |
/**
The class encapsulates the ASN.1 DER decoding work
with PolicyQualifierInfo structure
(as specified in RFC 3280 -
Internet X.509 Public Key Infrastructure.
|
| PolicySpi |
Represents the Service Provider Interface (SPI) for java.security.Policy
class.
|
| Polynomial |
|
| PolynomialExtensionField |
|
| PooledConnection |
An interface which provides facilities for handling connections to a database
which are pooled.
|
| PortUnreachableException |
This PortUnreachableException will be thrown if an
ICMP_Port_Unreachable message has been received.
|
| Posix |
|
| PotentialDeadlockError |
Is thrown when the VM identifies a potential deadlock.
|
| PreCompInfo |
Interface for classes storing precomputation data for multiplication
algorithms.
|
| Preconditions |
Simple static methods to be called at the start of your own methods to verify
correct arguments and state.
|
| PreferenceChangeEvent |
This is the event class to indicate that a preference has been added, deleted
or updated.
|
| PreferenceChangeListener |
This interface is used to handle preferences change events.
|
| Preferences |
An instance of the class Preferences represents one node in a
preference tree, which provides a mechanism to store and access configuration
data in a hierarchical way.
|
| PreferencesFactory |
This interface is used by the Preferences class as factory class to
create Preferences instances.
|
| PrefixPrinter |
PrefixPrinter is a Printer which prefixes all lines with a given
prefix.
|
| PreparedStatement |
An interface for a precompiled SQL Statement.
|
| Principal |
Principals are objects which have identities.
|
| PrincipalUtil |
a utility class that will extract X509Principal objects from X.509 certificates.
|
| Printer |
Simple interface for printing text, allowing redirection to various
targets.
|
| PrintStream |
Wraps an existing OutputStream and provides convenience methods for
writing common data types in a human readable format.
|
| PrintWriter |
Wraps either an existing OutputStream or an existing Writer
and provides convenience methods for printing common data types in a human
readable format.
|
| PriorityBlockingQueue<E> |
|
| PriorityQueue<E> |
A PriorityQueue holds elements on a priority heap, which orders the elements
according to their natural order or according to the comparator specified at
construction time.
|
| PrivateCredentialPermission |
Legacy security code; do not use.
|
| PrivateKey |
PrivateKey is the common interface for private keys.
|
| PrivateKeyFactory |
Factory for creating private key objects from PKCS8 PrivateKeyInfo objects.
|
| PrivateKeyInfo |
|
| PrivateKeyUsagePeriod |
The class encapsulates the ASN.1 DER encoding/decoding work
with the following certificate extension (OID: 2.5.29.16)
(as specified in RFC 3280 -
Internet X.509 Public Key Infrastructure.
|
| PrivilegedAction<T> |
Legacy security code; do not use.
|
| PrivilegedActionException |
Legacy security code; do not use.
|
| PrivilegedExceptionAction<T> |
Legacy security code; do not use.
|
| Process |
Tools for managing OS processes.
|
| Process |
Represents an external process.
|
| ProcessBuilder |
Creates operating system processes.
|
| ProcessingInstruction |
The ProcessingInstruction interface represents a "processing
instruction", used in XML as a way to keep processor-specific information
in the text of the document.
|
| ProcessingInstructionImpl |
Provides a straightforward implementation of the corresponding W3C DOM
interface.
|
| Profile |
Callback interface for SQLite's profile function.
|
| ProgressHandler |
Callback interface for SQLite's user defined progress handler.
|
| Properties |
A Properties object is a Hashtable where the keys and values
must be Strings.
|
| PropertyChangeEvent |
An event that indicates that a constraint or a boundary of a property has
changed.
|
| PropertyChangeListener |
A PropertyChangeListener can subscribe with a event source.
|
| PropertyChangeListenerProxy |
The implementation of this listener proxy just delegates the received events
to its listener.
|
| PropertyChangeSupport |
Manages a list of listeners to be notified when a property changes.
|
| PropertyPermission |
Legacy security code; do not use.
|
| PropertyResourceBundle |
PropertyResourceBundle loads resources from an InputStream.
|
| PropsVectors |
Unicode Properties Vectors associated with code point ranges.
|
| PropsVectors.CompactHandler |
|
| ProtectionDomain |
Legacy security code; do not use.
|
| Protocol |
Protocols that OkHttp implements for ALPN
selection.
|
| ProtocolException |
Signals that either a connection attempt to a socket of the wrong type, the
application of an unsupported operation or that a general error in the
underlying protocol has occurred.
|
| ProtoId |
|
| Provider |
Provider is the abstract superclass for all security providers in the
Java security infrastructure.
|
| Provider.Service |
Service represents a service in the Java Security infrastructure.
|
| ProviderConfiguration |
|
| ProviderConfigurationPermission |
A permission class to define what can be done with the ConfigurableProvider interface.
|
| ProviderException |
ProviderException is a general exception, thrown by security
Providers.
|
| ProviderJcaJceHelper |
|
| Proxy |
Proxy defines methods for creating dynamic proxy classes and instances.
|
| Proxy |
This class represents proxy server settings.
|
| Proxy.Type |
Enum class for the proxy type.
|
| ProxySelector |
Selects the proxy server to use, if any, when connecting to a given URL.
|
| PSKKeyManager |
Provider of key material for pre-shared key (PSK) key exchange used in TLS-PSK cipher suites.
|
| PSource |
The source of the label L as specified in PKCS #1.
|
| PSource.PSpecified |
The explicit specification of the parameter P used in the
source algorithm.
|
| PSSParameterSpec |
The parameter specification for the RSA-PSS Signature scheme.
|
| PublicKey |
PublicKey is the common interface for public keys.
|
| PublicKeyFactory |
Factory to create asymmetric public key parameters for asymmetric ciphers from range of
ASN.1 encoded SubjectPublicKeyInfo objects.
|
| Punycode |
Ported code from ICU punycode.c
|
| PushbackInputStream |
Wraps an existing InputStream and adds functionality to "push back"
bytes that have been read, so that they can be read again.
|
| PushbackReader |
Wraps an existing Reader and adds functionality to "push back"
characters that have been read, so that they can be read again.
|
| PushObserver |
|
| PVecToTrieCompactHandler |
|
| QName |
|
| Queue<E> |
A collection designed for holding elements prior to processing.
|
| Random |
This class provides methods that return pseudo-random values.
|
| RandomAccess |
RandomAccess is implemented by List implementations that support fast
(usually constant time) random access.
|
| RandomAccessFile |
Allows reading from and writing to a file in a random-access manner.
|
| RandomDSAKCalculator |
|
| RangeDateRule |
Note: The Holiday framework is a technology preview.
|
| RangeValueIterator |
Interface for enabling iteration over sets of <int index, int value>,
where index is the sorted integer index in ascending order and value, its
associated integer value.
|
| RangeValueIterator.Element |
Return result wrapper for com.ibm.icu.util.RangeValueIterator.
|
| RawCollationKey |
Simple class wrapper to store the internal byte representation of a
CollationKey.
|
| RawRes |
Denotes that an integer parameter, field or method return value is expected
to be a raw resource reference.
|
| RbnfLenientScanner |
Deprecated.
|
| RbnfLenientScannerProvider |
Deprecated.
|
| RbnfScannerProviderImpl |
Deprecated.
|
| RC2 |
|
| RC2.Mappings |
|
| RC2.PBEWithMD5AndRC2 |
PBEWithMD5AndRC2
|
| RC2.PBEWithMD5KeyFactory |
PBEWithMD5AndRC2
|
| RC2.PBEWithSHA1AndRC2 |
PBEWithSHA1AndRC2
|
| RC2.PBEWithSHA1KeyFactory |
PBEWithSHA1AndRC2
|
| RC2.PBEWithSHAAnd128BitKeyFactory |
PBEWithSHAAnd128BitRC2-CBC
|
| RC2.PBEWithSHAAnd128BitRC2 |
PBEWithSHAAnd128BitRC2-CBC
|
| RC2.PBEWithSHAAnd40BitKeyFactory |
PBEWithSHAAnd40BitRC2-CBC
|
| RC2.PBEWithSHAAnd40BitRC2 |
PBEWithSHAAnd40BitRC2-CBC
|
| RC2Engine |
an implementation of RC2 as described in RFC 2268
"A Description of the RC2(r) Encryption Algorithm" R.
|
| RC2Parameters |
|
| RC2ParameterSpec |
The algorithm parameter specification for the RC2 algorithm.
|
| RC4Engine |
|
| RC5ParameterSpec |
The algorithm parameter specification for the RC5 algorithm.
|
| RDN |
|
| Readable |
Represents a sequence of characters that can be incrementally read (copied)
into a CharBuffer.
|
| ReadableByteChannel |
A ReadableByteChannel is a type of Channel that can read
bytes.
|
| Reader |
The base class for all readers.
|
| ReadOnlyBufferException |
A ReadOnlyBufferException is thrown when some write operation is
called on a read-only buffer.
|
| ReadWriteLock |
A ReadWriteLock maintains a pair of associated locks, one for read-only operations and one for writing.
|
| RealResponseBody |
|
| ReasonCode |
CRL Entry's Reason Code Extension (OID = 2.5.29.21).
|
| ReasonFlags |
The class encapsulates the ASN.1 DER encoding/decoding work
with the following part of X.509 CRL
(as specified in RFC 3280 -
Internet X.509 Public Key Infrastructure.
|
| ReasonFlags |
The ReasonFlags object.
|
| RecursiveAction |
|
| RecursiveTask<V> |
|
| ReentrantLock |
A reentrant mutual exclusion Lock with the same basic
behavior and semantics as the implicit monitor lock accessed using
synchronized methods and statements, but with extended
capabilities.
|
| ReentrantReadWriteLock |
|
| ReentrantReadWriteLock.ReadLock |
|
| ReentrantReadWriteLock.WriteLock |
|
| Ref |
This interface represents an SQL Ref - a data object containing a cursor
or pointer to a result table.
|
| Reference<T> |
Provides an abstract class which describes behavior common to all reference
objects.
|
| ReferenceQueue<T> |
The ReferenceQueue is the container on which reference objects are
enqueued when the garbage collector detects the reachability type specified
for the referent.
|
| ReflectiveOperationException |
Superclass of exceptions related to reflection.
|
| ReflectPermission |
Legacy security code; do not use.
|
| Region |
Region is the class representing a Unicode Region Code, also known as a
Unicode Region Subtag, which is defined based upon the BCP 47 standard.
|
| Region.RegionType |
RegionType is an enumeration defining the different types of regions.
|
| RejectedExecutionException |
Exception thrown by an Executor when a task cannot be
accepted for execution.
|
| RejectedExecutionHandler |
|
| Relation<K,V> |
A Relation is a set of mappings from keys to values.
|
| RelativeDateFormat |
|
| RelativeDateFormat.URelativeString |
|
| RelativeDateTimeFormatter |
Formats simple relative dates.
|
| RelativeDateTimeFormatter |
Exposes icu4j's RelativeDateTimeFormatter.
|
| RelativeDateTimeFormatter.AbsoluteUnit |
Represents an absolute unit.
|
| RelativeDateTimeFormatter.Direction |
Represents a direction for an absolute unit e.g "Next Tuesday"
or "Last Tuesday"
|
| RelativeDateTimeFormatter.RelativeUnit |
Represents the unit for formatting a relative date. e.g "in 5 days"
or "in 3 months"
|
| RelativeDateTimeFormatter.Style |
The formatting style
|
| RemoteException |
Parent exception for all Binder remote-invocation errors
|
| Replaceable |
Replaceable is an interface representing a
string of characters that supports the replacement of a range of
itself with a new string of characters.
|
| ReplaceableString |
ReplaceableString is an adapter class that implements the
Replaceable API around an ordinary StringBuffer.
|
| ReplaceableUCharacterIterator |
DLF docs must define behavior when Replaceable is mutated underneath
the iterator.
|
| Request |
An HTTP request.
|
| Request.Builder |
|
| RequestBody |
|
| RequestException |
Indicates a problem with interpreting a request.
|
| RequestLine |
|
| ResourceBasedPeriodFormatterDataService |
A PeriodFormatterDataService that serves PeriodFormatterData objects based on
data files stored as resources in this directory.
|
| ResourceBundle |
ResourceBundle is an abstract class which is the superclass of classes which
provide Locale-specific resources.
|
| ResourceBundle.Control |
ResourceBundle.Control is a static utility class defines ResourceBundle
load access methods, its default access order is as the same as before.
|
| ResourceBundleWrapper |
just a wrapper for Java ListResourceBundles and
|
| ResourceReader |
A reader for text resource data in the current package or the package
of a given class object.
|
| Resources |
Class for accessing an application's resources.
|
| Resources.NotFoundException |
This exception is thrown by the resource APIs when a requested resource
can not be found.
|
| Response |
An HTTP response.
|
| Response.Builder |
|
| ResponseBody |
|
| ResponseCache |
Caches URLConnection responses.
|
| ResponseUtils |
|
| Result |
An object that implements this interface contains the information
needed to build a transformation result tree.
|
| ResultSet |
An interface for an object which represents a database table entry, returned
as the result of the query to the database.
|
| ResultSetMetaData |
Provides information about the columns returned in a ResultSet.
|
| Retention |
Defines a meta-annotation for determining the scope of retention for an
annotation.
|
| RetentionPolicy |
Defines an enumeration for annotation retention policies.
|
| RetryableSink |
An HTTP request body that's completely buffered in memory.
|
| RFC3394WrapEngine |
an implementation of the AES Key Wrapper from the NIST Key Wrap
Specification as described in RFC 3394.
|
| RFC4519Style |
|
| RoundingMode |
Specifies the rounding behavior for operations whose results cannot be
represented exactly.
|
| Route |
The concrete route used by a connection to reach an abstract origin server.
|
| RouteDatabase |
A blacklist of failed routes to avoid when creating a new connection to a
target address.
|
| RouteException |
An exception thrown to indicate a problem connecting via a single Route.
|
| RouteSelector |
Selects routes to connect to an origin server.
|
| Row<C0,C1,C2,C3,C4> |
|
| Row.R2<C0,C1> |
|
| Row.R3<C0,C1,C2> |
|
| Row.R4<C0,C1,C2,C3> |
|
| Row.R5<C0,C1,C2,C3,C4> |
|
| RowId |
Maps SQL's ROWID type into Java.
|
| RowIdLifetime |
An enumeration to describe the life-time of RowID.
|
| RowSet |
An interface which provides means to access data which
persists on a database.
|
| RowSetEvent |
An event which is sent when specific events happen to a RowSet
object.
|
| RowSetInternal |
An interface provided by a RowSet object to let either a
RowSetReader or a RowSetWriter access its internal state, thereby
providing facilities to read and update the state of the RowSet.
|
| RowSetListener |
An interface used to send notification of events occurring in the context of
a RowSet.
|
| RowSetMetaData |
An interface which provides facilities for getting information about the
columns in a RowSet.
|
| RowSetReader |
An interface which provides functionality for a disconnected RowSet
to get data from a database into its rows.
|
| RowSetWriter |
An interface which provides functionality for a disconnected RowSet
to put data updates back to the data source from which the RowSet was
originally populated.
|
| RSA |
|
| RSA.Mappings |
|
| RSABlindedEngine |
this does your basic RSA algorithm with blinding
|
| RSADigestSigner |
|
| RSAESOAEPparams |
|
| RSAKey |
The base interface for PKCS#1 RSA public and private keys.
|
| RSAKeyGenerationParameters |
|
| RSAKeyGenParameterSpec |
The parameter specification for generating an RSA key pair.
|
| RSAKeyPairGenerator |
an RSA key pair generator.
|
| RSAKeyParameters |
|
| RSAMultiPrimePrivateCrtKey |
The interface for a Multi-Prime RSA private key.
|
| RSAMultiPrimePrivateCrtKeySpec |
The key specification of a RSA multi-prime private key with the Chinese
Remainder Theorem (CRT) information values used.
|
| RSAOtherPrimeInfo |
The additional prime information specified as triplet of primes, a prime
exponent, and a Chinese Remainder Theorem (CRT) coefficient.
|
| RSAPrivateCrtKey |
The interface for a PKCS#1 RSA private key using CRT information values.
|
| RSAPrivateCrtKeyParameters |
|
| RSAPrivateCrtKeySpec |
The key specification of a RSA private key using Chinese Remainder Theorem
(CRT) values.
|
| RSAPrivateKey |
The interface for an PKCS#1 RSA private key.
|
| RSAPrivateKey |
|
| RSAPrivateKeySpec |
The key specification of a RSA private key.
|
| RSAPrivateKeyStructure |
Deprecated.
|
| RSAPublicKey |
The interface for a PKCS#1 RSA public key.
|
| RSAPublicKey |
|
| RSAPublicKeySpec |
The key specification of a RSA public key.
|
| RSAPublicKeyStructure |
Deprecated.
|
| RSASSAPSSparams |
|
| RSAUtil |
utility class for converting java.security RSA objects into their
org.bouncycastle.crypto counterparts.
|
| RuleBasedBreakIterator |
Rule Based Break Iterator
This is a port of the C++ class RuleBasedBreakIterator from ICU4C.
|
| RuleBasedCollator |
RuleBasedCollator is a concrete subclass of Collator.
|
| RuleBasedCollator |
|
| RuleBasedCollatorICU |
|
| RuleBasedNumberFormat |
A class that formats numbers according to a set of rules.
|
| RuleBasedTimeZone |
RuleBasedTimeZone is a concrete subclass of TimeZone that allows users to define
custom historic time transition rules.
|
| RuleBasedTransliterator |
Deprecated.
|
| RuleCharacterIterator |
An iterator that returns 32-bit code points.
|
| Runnable |
Represents a command that can be executed.
|
| RunnableFuture<V> |
|
| RunnableScheduledFuture<V> |
|
| Runtime |
Allows Java applications to interface with the environment in which they are
running.
|
| RuntimeCryptoException |
the foundation class for the exceptions thrown by the crypto packages.
|
| RuntimeException |
RuntimeException is the superclass of all classes that represent
exceptional conditions which occur as a result of executing an application in
the VM.
|
| RuntimePermission |
Legacy security code; do not use.
|
| SafeBag |
|
| SafeVarargs |
Claims to the compiler that the annotation target does nothing potentially unsafe
to its varargs argument.
|
| SamplingProfiler |
A sampling profiler.
|
| SamplingProfiler.ThreadSet |
A ThreadSet specifies the set of threads to sample.
|
| Savepoint |
A savepoint is an instant during the current transaction that can be utilized
by a rollback via the Connection.rollback() command.
|
| SAXException |
Encapsulate a general SAX error or warning.
|
| SAXNotRecognizedException |
Exception class for an unrecognized identifier.
|
| SAXNotSupportedException |
Exception class for an unsupported operation.
|
| SAXParseException |
Encapsulate an XML parse error or warning.
|
| SAXParser |
Defines the API that wraps an XMLReader
implementation class.
|
| SAXParserFactory |
Defines a factory API that enables applications to configure and
obtain a SAX based parser to parse XML documents.
|
| SAXParserFactoryImpl |
Provides a straightforward SAXParserFactory implementation based on
Expat.
|
| SAXResult |
Acts as an holder for a transformation Result.
|
| SAXSource |
Acts as an holder for SAX-style Source.
|
| SAXTransformerFactory |
This class extends TransformerFactory to provide SAX-specific
factory methods.
|
| ScaleXPointMap |
|
| Scanner |
A parser that parses a text string of primitive types and strings with the
help of regular expressions.
|
| ScatteringByteChannel |
The interface for channels that can read data into a set of buffers in a
single operation.
|
| ScheduledExecutorService |
An ExecutorService that can schedule commands to run after a given
delay, or to execute periodically.
|
| ScheduledFuture<V> |
A delayed result-bearing action that can be cancelled.
|
| ScheduledThreadPoolExecutor |
A ThreadPoolExecutor that can additionally schedule
commands to run after a given delay, or to execute periodically.
|
| Schema |
Immutable in-memory representation of grammar.
|
| SchemaFactory |
Factory that creates Schema objects. Entry-point to
the validation API.
|
| SchemaFactoryLoader |
This class was removed from JAXP 1.3 before it was finalized but
was mistakenly included in Java 5.
|
| ScientificNumberFormatter |
A formatter that formats numbers in user-friendly scientific notation.
|
| SdkConstant |
Indicates a constant field value should be exported to be used in the SDK tools.
|
| SdkConstant.SdkConstantType |
|
| SealedObject |
A SealedObject is a wrapper around a serializable object
instance and encrypts it using a cryptographic cipher.
|
| SearchIterator |
SearchIterator is an abstract base class that provides
methods to search for a pattern within a text string.
|
| SearchIterator.ElementComparisonType |
Option to control how collation elements are compared.
|
| SECNamedCurves |
|
| SECObjectIdentifiers |
Certicom object identifiers
|
| SecP192K1Curve |
|
| SecP192K1Field |
|
| SecP192K1FieldElement |
|
| SecP192K1Point |
|
| SecP192R1Curve |
|
| SecP192R1Field |
|
| SecP192R1FieldElement |
|
| SecP192R1Point |
|
| SecP224K1Curve |
|
| SecP224K1Field |
|
| SecP224K1FieldElement |
|
| SecP224K1Point |
|
| SecP224R1Curve |
|
| SecP224R1Field |
|
| SecP224R1FieldElement |
|
| SecP224R1Point |
|
| SecP256K1Curve |
|
| SecP256K1Field |
|
| SecP256K1FieldElement |
|
| SecP256K1Point |
|
| SecP256R1Curve |
|
| SecP256R1Field |
|
| SecP256R1FieldElement |
|
| SecP256R1Point |
|
| SecP384R1Curve |
|
| SecP384R1Field |
|
| SecP384R1FieldElement |
|
| SecP384R1Point |
|
| SecP521R1Curve |
|
| SecP521R1Field |
|
| SecP521R1FieldElement |
|
| SecP521R1Point |
|
| SecretKey |
A cryptographic secret (symmetric) key.
|
| SecretKeyFactory |
The public API for SecretKeyFactory implementations.
|
| SecretKeyFactorySpi |
The Service Provider Interface (SPI) definition for the
SecretKeyFactory class.
|
| SecretKeySpec |
A key specification for a SecretKey and also a secret key
implementation that is provider-independent.
|
| SecretKeyUtil |
|
| SecureCacheResponse |
A secure cache response represents data which is originally retrieved over a
secure connection.
|
| SecureClassLoader |
SecureClassLoader represents a ClassLoader which associates
the classes it loads with a code source and provide mechanisms to allow the
relevant permissions to be retrieved.
|
| SecureRandom |
This class generates cryptographically secure pseudo-random numbers.
|
| SecureRandomSpi |
SecureRandomSpi is the Service Provider Interface ( SPI) definition
for SecureRandom.
|
| Security |
Security is the central class in the Java Security API.
|
| SecurityAccess |
This interface provides access to package visible api in java.security
|
| SecurityException |
Thrown when a security manager check fails.
|
| SecurityManager |
Legacy security code; do not use.
|
| SecurityPermission |
Legacy security code; do not use.
|
| SelectableChannel |
A channel that can be used with a Selector.
|
| SelectFormat |
SelectFormat supports the creation of internationalized
messages by selecting phrases based on keywords.
|
| SelectionKey |
A SelectionKey represents the relationship between a channel and a
selector for which the channel is registered.
|
| Selector |
|
| Selector<T> |
|
| SelectorProvider |
|
| SelectorProviderImpl |
|
| Semaphore |
A counting semaphore.
|
| SequenceInputStream |
|
| Serializable |
|
| SerializablePermission |
Legacy security code; do not use.
|
| Serialization |
|
| SerializationException |
|
| ServerSessionContext |
Caches server sessions.
|
| ServerSocket |
This class represents a server-side socket that waits for incoming client
connections.
|
| ServerSocketChannel |
A ServerSocketChannel is a partial abstraction of a selectable,
stream-oriented listening socket.
|
| ServerSocketFactory |
This abstract class defines methods to create server sockets.
|
| ServiceConfigurationError |
|
| ServiceLoader<S> |
A service-provider loader.
|
| Services |
This class contains information about all registered providers and preferred
implementations for all "serviceName.algName".
|
| Set<E> |
A Set is a data structure which does not allow duplicate elements.
|
| Settings |
Settings describe characteristics of the sending peer, which are used by the receiving peer.
|
| SHA1 |
|
| SHA1.BasePBKDF2WithHmacSHA1 |
|
| SHA1.Digest |
|
| SHA1.HashMac |
SHA1 HMac
|
| SHA1.KeyGenerator |
|
| SHA1.Mappings |
|
| SHA1.PBEWithMacKeyFactory |
PBEWithHmacSHA
|
| SHA1.PBKDF2WithHmacSHA18BIT |
|
| SHA1.PBKDF2WithHmacSHA1UTF8 |
|
| SHA1.SHA1Mac |
SHA1 HMac
|
| SHA1Digest |
implementation of SHA-1 as outlined in "Handbook of Applied Cryptography", pages 346 - 349.
|
| SHA224 |
|
| SHA224.Digest |
|
| SHA224.HashMac |
|
| SHA224.KeyGenerator |
|
| SHA224.Mappings |
|
| SHA224Digest |
SHA-224 as described in RFC 3874
|
| SHA256 |
|
| SHA256.Digest |
|
| SHA256.HashMac |
|
| SHA256.KeyGenerator |
HMACSHA256
|
| SHA256.Mappings |
|
| SHA256Digest |
FIPS 180-2 implementation of SHA-256.
|
| SHA384 |
|
| SHA384.Digest |
|
| SHA384.HashMac |
|
| SHA384.KeyGenerator |
HMACSHA384
|
| SHA384.Mappings |
|
| SHA384Digest |
FIPS 180-2 implementation of SHA-384.
|
| SHA512 |
|
| SHA512.Digest |
|
| SHA512.HashMac |
|
| SHA512.KeyGenerator |
HMACSHA512
|
| SHA512.Mappings |
|
| SHA512Digest |
FIPS 180-2 implementation of SHA-512.
|
| SharedObject |
Base class for shared, reference-counted, auto-deleted objects.
|
| SharedObject.Reference<T extends SharedObject> |
Similar to a smart pointer, basically a port of the static methods of C++ SharedObject.
|
| Shell |
SQLite command line shell.
|
| Short |
The wrapper for the primitive type short.
|
| ShortBuffer |
A buffer of shorts.
|
| ShortBufferException |
The exception that is thrown when the result of an operation is attempted to
store in a user provided buffer that is too small.
|
| SICBlockCipher |
Implements the Segmented Integer Counter (SIC) mode on top of a simple
block cipher.
|
| Signature |
Signature is an engine class which is capable of creating and
verifying digital signatures, using different algorithms that have been
registered with the Security class.
|
| SignatureException |
SignatureException is a general Signature exception.
|
| SignatureSpi |
SignatureSpi is the Service Provider Interface ( SPI)
definition for Signature.
|
| SignatureSpi |
|
| SignatureSpi.ecDSA |
|
| SignatureSpi.ecDSA224 |
|
| SignatureSpi.ecDSA256 |
|
| SignatureSpi.ecDSA384 |
|
| SignatureSpi.ecDSA512 |
|
| SignatureSpi.ecDSAnone |
|
| SignedCertificateTimestamp |
SignedCertificateTimestamp structure, as defined by RFC6962 Section 3.2.
|
| SignedCertificateTimestamp.Origin |
|
| SignedCertificateTimestamp.SignatureType |
|
| SignedCertificateTimestamp.Version |
|
| SignedData |
As defined in PKCS #7: Cryptographic Message Syntax Standard
(http://www.ietf.org/rfc/rfc2315.txt)
SignedData ::= SEQUENCE {
version Version,
digestAlgorithms DigestAlgorithmIdentifiers,
contentInfo ContentInfo,
certificates
[0] IMPLICIT ExtendedCertificatesAndCertificates OPTIONAL,
crls
[1] IMPLICIT CertificateRevocationLists OPTIONAL,
signerInfos SignerInfos }
|
| SignedData |
|
| SignedData |
a PKCS#7 signed data object.
|
| SignedObject |
A SignedObject instance acts as a container for another object.
|
| Signer |
Deprecated.
|
| Signer |
Generic signer interface for hash based and message recovery signers.
|
| SignerIdentifier |
|
| SignerInfo |
As defined in PKCS #7: Cryptographic Message Syntax Standard
(http://www.ietf.org/rfc/rfc2315.txt)
SignerInfo ::= SEQUENCE {
version Version,
issuerAndSerialNumber IssuerAndSerialNumber,
digestAlgorithm DigestAlgorithmIdentifier,
authenticatedAttributes
[0] IMPLICIT Attributes OPTIONAL,
digestEncryptionAlgorithm
DigestEncryptionAlgorithmIdentifier,
encryptedDigest EncryptedDigest,
unauthenticatedAttributes
[1] IMPLICIT Attributes OPTIONAL
}
|
| SignerInfo |
|
| SignerWithRecovery |
Signer with message recovery.
|
| SimpleCache<K,V> |
|
| SimpleDateFormat |
.
|
| SimpleDateFormat |
Formats and parses dates in a locale-sensitive manner.
|
| SimpleDateRule |
Note: The Holiday framework is a technology preview.
|
| SimpleFilteredSentenceBreakIterator |
|
| SimpleFilteredSentenceBreakIterator.Builder |
|
| SimpleFormatter |
SimpleFormatter can be used to print a summary of the information
contained in a LogRecord object in a human readable format.
|
| SimpleHoliday |
Note: The Holiday framework is a technology preview.
|
| SimplePatternFormatter |
Compiled version of a pattern such as "{1} was born in {0}".
|
| SimpleTimeZone |
.
|
| SimpleTimeZone |
SimpleTimeZone is a concrete subclass of TimeZone
that represents a time zone for use with a Gregorian calendar.
|
| Sink |
Receives a stream of bytes.
|
| Size |
Immutable class for describing width and height dimensions in pixels.
|
| SizeF |
Immutable class for describing width and height dimensions in some arbitrary
unit.
|
| SizeOf |
|
| SizeOf |
|
| SkippingCipher |
Ciphers producing a key stream which can be reset to particular points in the stream implement this.
|
| SkippingStreamCipher |
General interface for a stream cipher that supports skipping.
|
| Slog |
|
| SneakyThrow |
Provides a hacky method that always throws t even if t is a checked exception.
|
| Socket |
Provides a client-side TCP socket.
|
| SocketAddress |
This abstract class represents a protocol-independent base for
socket-endpoint representing classes.
|
| SocketChannel |
A SocketChannel is a selectable channel that provides a partial
abstraction of stream connecting socket.
|
| SocketException |
This SocketException may be thrown during socket creation or setting
options, and is the superclass of all other socket related exceptions.
|
| SocketFactory |
This abstract class defines methods to create sockets.
|
| SocketHandler |
A handler that writes log messages to a socket connection.
|
| SocketImpl |
This class is the base of all streaming socket implementation classes.
|
| SocketImplFactory |
This interface defines a factory for socket implementations.
|
| SocketOptions |
Defines an interface for socket implementations to get and set socket
options.
|
| SocketPermission |
Legacy security code; do not use.
|
| SocketTagger |
Callbacks for socket assignment and reassignment.
|
| SocketTimeoutException |
This exception is thrown when a timeout expired on a socket read or
accept operation.
|
| SocketUtils |
|
| SoftCache<K,V,D> |
Generic, thread-safe cache implementation, storing SoftReferences to cached instances.
|
| SoftReference<T> |
A reference that is cleared when its referent is not strongly reachable and
there is memory pressure.
|
| SortedMap<K,V> |
A map that has its keys ordered.
|
| SortedSet<E> |
SortedSet is a Set which iterates over its elements in a sorted order.
|
| SortedSetRelation |
Computationally efficient determination of the relationship between
two SortedSets.
|
| Source |
An object that implements this interface contains the information
needed to act as source input (XML source or transformation instructions).
|
| Source |
Supplies a stream of bytes.
|
| SourceLocator |
This interface is primarily for the purposes of reporting where
an error occurred in the XML source or transformation instructions.
|
| SparseArray<E> |
SparseArrays map integers to Objects.
|
| SparseBooleanArray |
SparseBooleanArrays map integers to booleans.
|
| SparseIntArray |
SparseIntArrays map integers to integers.
|
| Spdy3 |
Read and write spdy/3.1 frames.
|
| Splitter |
Used to make String.split fast (and to help Pattern.split too).
|
| SpoofChecker |
Unicode Security and Spoofing Detection.
|
| SpoofChecker.Builder |
SpoofChecker Builder.
|
| SpoofChecker.CheckResult |
A struct-like class to hold the results of a Spoof Check operation.
|
| SpoofChecker.RestrictionLevel |
Constants from UAX 31 for use in setRestrictionLevel.
|
| SQLClientInfoException |
An exception, which is subclass of SQLException, is thrown when one or more
client info properties could not be set on a Connection.
|
| SQLData |
An interface for the custom mapping of an SQL User Defined Type (UDT)
to a Java class.
|
| SQLDataException |
An exception, which is subclass of SQLException, is thrown when various data
errors arise.
|
| SQLException |
An exception that indicates there was an error with SQL parsing or execution.
|
| SQLException |
An exception that indicates a failed JDBC operation.
|
| SQLFeatureNotSupportedException |
An exception, which is subclass of SQLNonTransientException, is thrown when
various the JDBC driver does not support an optional JDBC feature.
|
| SQLInput |
The SQLInput interface defines operations which apply to a type of
input stream which carries a series of values representing an instance of
an SQL structured type or SQL distinct type.
|
| SQLIntegrityConstraintViolationException |
An exception, which is subclass of SQLNonTransientException, is thrown when
various the an integrity constraint (foreign key, primary key or unique key)
has been violated.
|
| SQLInvalidAuthorizationSpecException |
An exception, which is subclass of SQLNonTransientException, is thrown when
the authorization credentials presented during connection establishment are
not valid.
|
| SQLiteAbortException |
An exception that indicates that the SQLite program was aborted.
|
| SQLiteAccessPermException |
This exception class is used when sqlite can't access the database file
due to lack of permissions on the file.
|
| SQLiteBindOrColumnIndexOutOfRangeException |
Thrown if the the bind or column parameter index is out of range
|
| SQLiteBlobTooBigException |
|
| SQLiteCantOpenDatabaseException |
|
| SQLiteClosable |
An object created from a SQLiteDatabase that can be closed.
|
| SQLiteConnection |
Represents a SQLite database connection.
|
| SQLiteConnectionPool |
Maintains a pool of active SQLite database connections.
|
| SQLiteConstraintException |
An exception that indicates that an integrity constraint was violated.
|
| SQLiteCursor |
A Cursor implementation that exposes results from a query on a
SQLiteDatabase.
|
| SQLiteCursorDriver |
A driver for SQLiteCursors that is used to create them and gets notified
by the cursors it creates on significant events in their lifetimes.
|
| SQLiteCustomFunction |
Describes a custom SQL function.
|
| SQLiteDatabase |
Exposes methods to manage a SQLite database.
|
| SQLiteDatabase.CursorFactory |
Used to allow returning sub-classes of Cursor when calling query.
|
| SQLiteDatabase.CustomFunction |
A callback interface for a custom sqlite3 function.
|
| SQLiteDatabaseConfiguration |
Describes how to configure a database.
|
| SQLiteDatabaseCorruptException |
An exception that indicates that the SQLite database file is corrupt.
|
| SQLiteDatabaseLockedException |
Thrown if the database engine was unable to acquire the
database locks it needs to do its job.
|
| SQLiteDatatypeMismatchException |
|
| SQLiteDebug |
Provides debugging info about all SQLite databases running in the current process.
|
| SQLiteDebug.DbStats |
contains statistics about a database
|
| SQLiteDebug.PagerStats |
Contains statistics about the active pagers in the current process.
|
| SQLiteDirectCursorDriver |
A cursor driver that uses the given query directly.
|
| SQLiteDiskIOException |
An exception that indicates that an IO error occured while accessing the
SQLite database file.
|
| SQLiteDoneException |
An exception that indicates that the SQLite program is done.
|
| SQLiteException |
A SQLite exception that indicates there was an error with SQL parsing or execution.
|
| SQLiteFullException |
An exception that indicates that the SQLite database is full.
|
| SQLiteGlobal |
Provides access to SQLite functions that affect all database connection,
such as memory management.
|
| SQLiteMisuseException |
This error can occur if the application creates a SQLiteStatement object and allows multiple
threads in the application use it at the same time.
|
| SQLiteOutOfMemoryException |
|
| SQLiteProgram |
A base class for compiled SQLite programs.
|
| SQLiteQuery |
Represents a query that reads the resulting rows into a SQLiteQuery.
|
| SQLiteQueryBuilder |
This is a convience class that helps build SQL queries to be sent to
SQLiteDatabase objects.
|
| SQLiteReadOnlyDatabaseException |
|
| SQLiteSession |
Provides a single client the ability to use a database.
|
| SQLiteStatement |
Represents a statement that can be executed against a database.
|
| SQLiteStatementInfo |
Describes a SQLite statement.
|
| SQLiteTableLockedException |
|
| SQLiteTransactionListener |
A listener for transaction events.
|
| SQLNonTransientConnectionException |
An exception, which is subclass of SQLException, is thrown when the
connection operation that failed will not succeed when the operation is
retried without the cause of the failure being corrected.
|
| SQLNonTransientException |
|
| SQLOutput |
The interface for an output stream used to write attributes of an SQL User
Defined Type (UDT) to the database.
|
| SQLPermission |
Legacy security code; do not use.
|
| SQLRecoverableException |
|
| SQLSyntaxErrorException |
|
| SQLTimeoutException |
|
| SQLTransactionRollbackException |
|
| SQLTransientConnectionException |
|
| SQLTransientException |
|
| SQLWarning |
An exception class that holds information about Database access warnings.
|
| SQLXML |
Maps SQL's XML type into Java.
|
| SSLClientSessionCache |
|
| SSLContext |
The public API for secure socket protocol implementations.
|
| SSLContextSpi |
The Service Provider Interface (SPI) for the SSLContext class.
|
| SSLEngine |
The abstract implementation of secure communications using SSL, TLS, or other
protocols.
|
| SSLEngineResult |
The result object describing the state of the SSLEngine produced
by the wrap() and unwrap() operations.
|
| SSLEngineResult.HandshakeStatus |
The enum describing the state of the current handshake.
|
| SSLEngineResult.Status |
The enum describing the result of the SSLEngine
operation.
|
| SSLException |
The base class for all SSL related exceptions.
|
| SSLHandshakeException |
The exception that is thrown when a handshake could not be completed
successfully.
|
| SSLKeyException |
The exception that is thrown when an invalid SSL key is encountered.
|
| SSLNullSession |
|
| SSLParameters |
SSL handshake parameters that include protocols, cipher suites, and
client authentication requirements.
|
| SSLParametersImpl |
The instances of this class encapsulate all the info
about enabled cipher suites and protocols,
as well as the information about client/server mode of
ssl socket, whether it require/want client authentication or not,
and controls whether new SSL sessions may be established by this
socket or not.
|
| SSLParametersImpl.AliasChooser |
|
| SSLParametersImpl.PSKCallbacks |
For abstracting the PSKKeyManager calls between those taking an SSLSocket and
those taking an SSLEngine.
|
| SSLPeerUnverifiedException |
The exception that is thrown when the identity of a peer has not been
verified.
|
| SSLPermission |
Legacy security code; do not use.
|
| SSLProtocolException |
The exception that is thrown when an error in the operation of the SSL
protocol is encountered.
|
| SSLRecordProtocol |
This class contains some SSL constants.
|
| SSLServerSessionCache |
|
| SSLServerSocket |
The extension of ServerSocket which provides secure server sockets
based on protocols like SSL, TLS, or others.
|
| SSLServerSocketFactory |
The factory for SSL server sockets.
|
| SSLSession |
The interface representing an SSL session.
|
| SSLSessionBindingEvent |
|
| SSLSessionBindingListener |
The interface to be implemented by any object that requires notification when
data objects are bound to (or unbound from) an SSLSession.
|
| SSLSessionContext |
A collection of SSLSessions.
|
| SSLSocket |
The extension of Socket providing secure protocols like SSL (Secure
Sockets Layer) or TLS (Transport Layer Security).
|
| SSLSocketFactory |
The abstract factory implementation to create SSLSockets.
|
| Stack<E> |
Stack is a Last-In/First-Out(LIFO) data structure which represents a
stack of objects.
|
| StackOverflowError |
Thrown when the depth of the stack of the running program exceeds some
platform or VM specific limit.
|
| StackTraceElement |
A representation of a single stack frame.
|
| StaleDataException |
This exception is thrown when a Cursor contains stale data and must be
requeried before being used again.
|
| StandardCharsets |
Convenient access to the most important built-in charsets.
|
| Statement |
Interface used for executing static SQL statements to retrieve query results.
|
| StatementEvent |
A statement event that a PreparedStatement is closed
|
| StatementEventListener |
An object that registers to be notified of events that occur on
PreparedStatements that are in the Statement pool.
|
| StatusLine |
An HTTP response status line like "HTTP/1.1 200 OK".
|
| Stmt |
Class to represent compiled SQLite3 statement.
|
| Store<T> |
|
| StoreException |
|
| StreamBlockCipher |
A parent class for block cipher modes that do not require block aligned data to be processed, but can function in
a streaming mode.
|
| StreamCipher |
the interface stream ciphers conform to.
|
| StreamCorruptedException |
Signals that the ObjectInputStream.readObject() method could not
read an object due to missing information (for example, a cyclic reference
that doesn't match a previous instance, or a missing class descriptor for the
object to be loaded).
|
| StreamHandler |
A StreamHandler object writes log messages to an output stream, that
is, objects of the class OutputStream.
|
| StreamOverflowException |
Exception thrown when too much data is written to an InputStream
|
| StreamResult |
Acts as an holder for a transformation result,
which may be XML, plain Text, HTML, or some other form of markup.
|
| Streams |
|
| Streams |
Utility methods to assist with stream processing.
|
| StreamSource |
Acts as an holder for a transformation Source in the form
of a stream of XML markup.
|
| StreamTokenizer |
Parses a stream into a set of defined tokens, one at a time.
|
| StrictJarFile |
A subset of the JarFile API implemented as a thin wrapper over
system/core/libziparchive.
|
| StrictLineReader |
|
| StrictMath |
Class StrictMath provides basic math constants and operations such as
trigonometric functions, hyperbolic functions, exponential, logarithms, etc.
|
| String |
An immutable sequence of UTF-16 chars.
|
| StringBuffer |
|
| StringBufferInputStream |
Deprecated.
|
| StringBuilder |
|
| StringCharacterIterator |
Deprecated.
|
| StringCharacterIterator |
|
| StringEncoder |
String encoder/decoder for SQLite.
|
| StringFactory |
Class used to generate strings instead of calling String.<init>.
|
| StringIndexOutOfBoundsException |
Thrown when the a string is indexed with a value less than zero, or greater
than or equal to the size of the array.
|
| StringList |
|
| StringPool |
A pool of string instances.
|
| StringPrep |
StringPrep API implements the StingPrep framework as described by
RFC 3454.
|
| StringPrepDataReader |
|
| StringPrepParseException |
Exception that signals an error has occurred while parsing the
input to StringPrep or IDNA.
|
| StringRange |
|
| StringRange.Adder |
|
| StringReader |
A specialized Reader that reads characters from a String in
a sequential manner.
|
| Strings |
|
| StringSearch |
|
| StringTokenIterator |
|
| StringTokenizer |
.
|
| StringTokenizer |
|
| StringTransform |
Provide a base class for Transforms that focuses just on the transformation of the text.
|
| StringTrieBuilder |
Base class for string trie builder classes.
|
| StringTrieBuilder.Option |
Build options for BytesTrieBuilder and CharsTrieBuilder.
|
| StringUCharacterIterator |
Used by Collation.
|
| StringWriter |
A specialized Writer that writes characters to a StringBuffer
in a sequential manner, appending them in the process.
|
| Struct |
An interface which provides facilities for manipulating an SQL structured type
as a Java object.
|
| StructAddrinfo |
Information returned/taken by getaddrinfo(3).
|
| StructFlock |
Information returned/taken by fcntl(2) F_GETFL and F_SETFL.
|
| StructGroupReq |
Corresponds to C's struct group_req.
|
| StructGroupSourceReq |
Corresponds to C's struct group_source_req.
|
| StructLinger |
|
| StructPasswd |
|
| StructPollfd |
|
| StructStat |
|
| StructStatVfs |
|
| StructTimeval |
|
| StructUcred |
Corresponds to C's struct ucred.
|
| StructUtsname |
|
| Subject |
The central class of the javax.security.auth package representing an
authenticated user or entity (both referred to as "subject").
|
| SubjectDomainCombiner |
Legacy security code; do not use.
|
| SubjectKeyIdentifier |
Subject Key Identifier Extension (OID = 2.5.29.14).
|
| SubjectKeyIdentifier |
The SubjectKeyIdentifier object.
|
| SubjectPublicKeyInfo |
The class encapsulates the ASN.1 DER encoding/decoding work
with the following structure which is a part of X.509 certificate
(as specified in RFC 3280 -
Internet X.509 Public Key Infrastructure.
|
| SubjectPublicKeyInfo |
The object that contains the public key stored in a certficate.
|
| SuppressWarnings |
Annotation type used to indicate that the compiler should not issue the
specified warnings for the marked program element.
|
| SymbolTable |
An interface that defines both lookup protocol and parsing of
symbolic names.
|
| SyncFailedException |
|
| SynchronousQueue<E> |
A blocking queue in which each insert
operation must wait for a corresponding remove operation by another
thread, and vice versa.
|
| System |
Provides access to system-related information and resources including
standard input and output.
|
| SystemApi |
Indicates an API is exposed for use by bundled system applications.
|
| SystemClock |
Core timekeeping facilities.
|
| SystemScope |
|
| TableOfContents |
The file header and map.
|
| TableOfContents.Section |
|
| TableResult |
Class representing an SQLite result set as
returned by the
Database.get_table
convenience method.
|
| TableResultX |
|
| Tables1kGCMExponentiator |
|
| Tables8kGCMMultiplier |
|
| TailoredSet |
Finds the set of characters and strings that sort differently in the tailoring
from the base data.
|
| TaiwanCalendar |
TaiwanCalendar is a subclass of GregorianCalendar
that numbers years since 1912.
|
| Target |
Defines a meta-annotation for determining what ElementTypes an
annotation can be applied to.
|
| TBCPadding |
A padder that adds Trailing-Bit-Compliment padding to a block.
|
| TBSCertificate |
The class encapsulates the ASN.1 DER encoding/decoding work
with TBSCertificate structure which is the part of X.509 certificate
(as specified in RFC 3280 -
Internet X.509 Public Key Infrastructure.
|
| TBSCertificate |
The TBSCertificate object.
|
| TBSCertificateStructure |
The TBSCertificate object.
|
| TBSCertList |
The class encapsulates the ASN.1 DER encoding/decoding work
with TBSCertList structure which is the part of X.509 CRL
(as specified in RFC 3280 -
Internet X.509 Public Key Infrastructure.
|
| TBSCertList |
PKIX RFC-2459 - TBSCertList object.
|
| TBSCertList.CRLEntry |
|
| TBSCertList.RevokedCertificate |
|
| TeeInputStream |
An input stream which copies anything read through it to another stream.
|
| TeeOutputStream |
An output stream which copies anything written into it to another stream.
|
| TeleTrusTObjectIdentifiers |
TeleTrusT:
{ iso(1) identifier-organization(3) teleTrust(36) algorithm(3)
|
| Templates |
An object that implements this interface is the runtime representation of processed
transformation instructions.
|
| TemplatesHandler |
A SAX ContentHandler that may be used to process SAX
parse events (parsing transformation instructions) into a Templates object.
|
| TemporaryDirectory |
Obsolete, for binary compatibility only.
|
| TestTarget |
Deprecated.
|
| TestTargetClass |
Deprecated.
|
| Text |
The Text interface inherits from CharacterData
and represents the textual content (termed character data in XML) of an Element or Attr.
|
| TextAttribute |
The TextAttribute class defines attribute keys and attribute values
for text rendering.
|
| TextImpl |
Provides a straightforward implementation of the corresponding W3C DOM
interface.
|
| TextTrieMap<V> |
TextTrieMap is a trie implementation for supporting
fast prefix match for the key.
|
| TextTrieMap.CharIterator |
|
| TextTrieMap.ResultHandler<V> |
Callback handler for processing prefix matches used by
find method.
|
| Thread |
A Thread is a concurrent unit of execution.
|
| Thread.State |
A representation of a thread's state.
|
| Thread.UncaughtExceptionHandler |
Implemented by objects that want to handle cases where a thread is being
terminated by an uncaught exception.
|
| ThreadDeath |
ThreadDeath is thrown when a thread stops executing.
|
| ThreadFactory |
An object that creates new threads on demand.
|
| ThreadGroup |
ThreadGroup is a means of organizing threads into a hierarchical structure.
|
| ThreadLocal<T> |
Implements a thread-local storage, that is, a variable for which each thread
has its own value.
|
| ThreadLocalRandom |
A random number generator isolated to the current thread.
|
| ThreadPoolExecutor |
An ExecutorService that executes each submitted task using
one of possibly several pooled threads, normally configured
using Executors factory methods.
|
| ThreadPoolExecutor.AbortPolicy |
A handler for rejected tasks that throws a
RejectedExecutionException.
|
| ThreadPoolExecutor.CallerRunsPolicy |
A handler for rejected tasks that runs the rejected task
directly in the calling thread of the execute method,
unless the executor has been shut down, in which case the task
is discarded.
|
| ThreadPoolExecutor.DiscardOldestPolicy |
A handler for rejected tasks that discards the oldest unhandled
request and then retries execute, unless the executor
is shut down, in which case the task is discarded.
|
| ThreadPoolExecutor.DiscardPolicy |
A handler for rejected tasks that silently discards the
rejected task.
|
| ThreadSampler |
The ThreadSampler interfaces allows a profiler to choose
between portable and VM specific implementations of thread
sampling.
|
| Throwable |
The superclass of all classes which can be thrown by the VM.
|
| Time |
Java representation of an SQL TIME value.
|
| Time |
Class represents the work with the following X.509 structure:
(as specified in RFC 3280 -
Internet X.509 Public Key Infrastructure.
|
| Time |
RFC 5652:
Dual-mode timestamp format producing either UTCTIme or GeneralizedTime.
|
| Time |
|
| TimeArrayTimeZoneRule |
TimeArrayTimeZoneRule represents a time zone rule whose start times are
defined by an array of milliseconds since the standard base time.
|
| Timeout |
A policy on how much time to spend on a task before giving up.
|
| TimeoutException |
Exception thrown when a blocking operation times out.
|
| Timer |
Class to schedule tasks in a separate thread.
|
| TimerTask |
A task to be scheduled in a Timer.
|
| Timestamp |
Timestamp represents a signed time stamp.
|
| Timestamp |
A Java representation of the SQL TIMESTAMP type.
|
| TimeStampReq |
As defined in Time-Stamp Protocol (TSP)
(http://www.ietf.org/rfc/rfc3161.txt)
TimeStampReq ::= SEQUENCE {
version INTEGER { v1(1) },
messageImprint MessageImprint,
--a hash algorithm OID and the hash value of the data to be
--time-stamped
reqPolicy TSAPolicyId OPTIONAL,
nonce INTEGER OPTIONAL,
certReq BOOLEAN DEFAULT FALSE,
extensions [0] IMPLICIT Extensions OPTIONAL
}
TSAPolicyId ::= OBJECT IDENTIFIER
|
| TimeStampResp |
As defined in Time-Stamp Protocol (TSP)
(http://www.ietf.org/rfc/rfc3161.txt)
TimeStampResp ::= SEQUENCE {
status PKIStatusInfo,
timeStampToken TimeStampToken OPTIONAL
}
|
| TimeUnit |
'Enum' for individual time units.
|
| TimeUnit |
Measurement unit for time units.
|
| TimeUnit |
A TimeUnit represents time durations at a given unit of
granularity and provides utility methods to convert across units,
and to perform timing and delay operations in these units.
|
| TimeUnitAmount |
Express a duration as a time unit and number.
|
| TimeUnitConstants |
Easy access to time units for Java 1.4, which doesn't have static imports.
|
| TimeUnitFormat |
Deprecated.
|
| TimeUtils |
A class containing utility methods related to time zones.
|
| TimeZone |
.
|
| TimeZone |
|
| TimeZone.SystemTimeZoneType |
|
| TimeZoneAdapter |
TimeZoneAdapter wraps a com.ibm.icu.util.TimeZone
subclass and inherits from java.util.TimeZone.
|
| TimeZoneFormat |
TimeZoneFormat supports time zone display name formatting and parsing.
|
| TimeZoneFormat.GMTOffsetPatternType |
Offset pattern type enum.
|
| TimeZoneFormat.ParseOption |
Parse option enum, used for specifying optional parse behavior.
|
| TimeZoneFormat.Style |
Time zone display format style enum used by format/parse APIs in TimeZoneFormat.
|
| TimeZoneFormat.TimeType |
Time type enum used for receiving time type (standard time, daylight time or unknown)
in TimeZoneFormat APIs.
|
| TimeZoneGenericNames |
This class interact with TimeZoneNames and LocaleDisplayNames
to format and parse time zone's generic display names.
|
| TimeZoneGenericNames.GenericMatchInfo |
|
| TimeZoneGenericNames.GenericNameType |
Generic name type enum
|
| TimeZoneGenericNames.Pattern |
Format pattern enum used for composing location and partial location names
|
| TimezoneGetter |
This class provides a way to add an implementation specific way to
access the current timezone.
|
| TimeZoneNames |
|
| TimeZoneNames |
Provides access to ICU's time zone name data.
|
| TimeZoneNames.Factory |
Deprecated.
|
| TimeZoneNames.MatchInfo |
|
| TimeZoneNames.NameType |
Time zone display name types
|
| TimeZoneNames.ZoneStringsCache |
|
| TimeZoneNamesFactoryImpl |
The implementation class of TimeZoneNames.Factory
|
| TimeZoneNamesImpl |
The standard ICU implementation of TimeZoneNames
|
| TimeZoneRule |
TimeZoneRule is an abstract class representing a rule for time zone.
|
| TimeZoneTransition |
TimeZoneTransition is a class representing a time zone transition.
|
| TlsVersion |
Versions of TLS that can be offered when negotiating a secure socket.
|
| TokenIterator |
An iterator class that returns successive string tokens from some
source.
|
| TooManyListenersException |
A TooManyListenersException is thrown when an attempt is made to add
more than one listener to an event source which only supports a single
listener.
|
| Trace |
Callback interface for SQLite's trace function.
|
| TransferQueue<E> |
A BlockingQueue in which producers may wait for consumers
to receive elements.
|
| Transform<S,D> |
Provide an interface for Transforms that focuses just on the transformation of the text.
|
| Transformer |
An instance of this abstract class can transform a
source tree into a result tree.
|
| TransformerConfigurationException |
Indicates a serious configuration error.
|
| TransformerException |
This class specifies an exceptional condition that occurred
during the transformation process.
|
| TransformerFactory |
|
| TransformerFactoryConfigurationError |
Thrown when a problem with configuration with the Transformer Factories
exists.
|
| TransformerHandler |
A TransformerHandler
listens for SAX ContentHandler parse events and transforms
them to a Result.
|
| Transliterator |
Transliterator is an abstract class that transliterates text from one format to another.
|
| Transliterator |
Exposes icu4c's Transliterator.
|
| Transliterator.Factory |
The factory interface for transliterators.
|
| Transliterator.Position |
Position structure for incremental transliteration.
|
| Transport |
|
| TreeMap<K,V> |
A map whose entries are sorted by their keys.
|
| TreeSet<E> |
TreeSet is an implementation of SortedSet.
|
| Trie |
A trie is a kind of compressed, serializable table of values
associated with Unicode code points (0..0x10ffff).
|
| Trie.DataManipulate |
Character data in com.ibm.impl.Trie have different user-specified format
for different purposes.
|
| Trie2 |
This is the interface and common implementation of a Unicode Trie2.
|
| Trie2_16 |
|
| Trie2_32 |
|
| Trie2.CharSequenceValues |
Struct-like class for holding the results returned by a UTrie2 CharSequence iterator.
|
| Trie2.Range |
When iterating over the contents of a Trie2, Elements of this type are produced.
|
| Trie2.ValueMapper |
When iterating over the contents of a Trie2, an instance of TrieValueMapper may
be used to remap the values from the Trie2.
|
| Trie2Writable |
|
| TrieBuilder |
Builder class to manipulate and generate a trie.
|
| TrieBuilder.DataManipulate |
Character data in com.ibm.impl.Trie have different user-specified format
for different purposes.
|
| TrieIterator |
Class enabling iteration of the values in a Trie.
|
| TrustAnchor |
This class represents a trust anchor for validation of X.509 certification
path.
|
| TrustedCertificateIndex |
Indexes TrustAnchor instances so they can be found in O(1)
time instead of O(N).
|
| TrustedCertificateKeyStoreSpi |
A KeyStoreSpi wrapper for the TrustedCertificateStore.
|
| TrustedCertificateStore |
A source for trusted root certificate authority (CA) certificates
supporting an immutable system CA directory along with mutable
directories allowing the user addition of custom CAs and user
removal of system CAs.
|
| TrustManager |
The marker interface for JSSE trust managers.
|
| TrustManagerFactory |
The factory for TrustManagers based on KeyStore or provider
specific implementation.
|
| TrustManagerFactoryImpl |
TrustManagerFactory service provider interface implementation.
|
| TrustManagerFactorySpi |
The Service Provider Interface (SPI) for the
TrustManagerFactory class.
|
| TrustManagerImpl |
TrustManager implementation.
|
| TSTInfo |
As defined in Time-Stamp Protocol (TSP)
(http://www.ietf.org/rfc/rfc3161.txt)
TSTInfo ::= SEQUENCE {
version INTEGER { v1(1) },
policy TSAPolicyId,
messageImprint MessageImprint,
-- MUST have the same value as the similar field in
-- TimeStampReq
serialNumber INTEGER,
-- Time-Stamping users MUST be ready to accommodate integers
-- up to 160 bits.
|
| Twofish |
|
| Twofish.Mappings |
|
| Twofish.PBEWithSHA |
PBEWithSHAAndTwofish-CBC
|
| Twofish.PBEWithSHAKeyFactory |
PBEWithSHAAndTwofish-CBC
|
| TwofishEngine |
A class that provides Twofish encryption operations.
|
| Type |
Common interface implemented by all Java types.
|
| TypedValue |
Container for a dynamically typed data value.
|
| TypeInfo |
The TypeInfo interface represents a type referenced from
Element or Attr nodes, specified in the schemas
associated with the document.
|
| TypeInfoProvider |
This class provides access to the type information determined
by ValidatorHandler.
|
| TypeList |
|
| TypeNotPresentException |
Thrown when a program tries to access a class, interface, enum or annotation
type through a string that contains the type's name and the type cannot be
found.
|
| Types |
A class which defines constants used to identify generic SQL types, also
called JDBC types.
|
| Types |
|
| TypeVariable<D extends GenericDeclaration> |
This interface represents a type variables such as 'T' in
'public interface Comparable<T>', the bounded 'T' in
'public interface A<T extends Number>' or the multiple bounded
'T' in 'public interface B<T extends Number & Cloneable>'.
|
| TypeVariableImpl<D extends GenericDeclaration> |
|
| TZDBTimeZoneNames |
Yet another TimeZoneNames implementation based on the tz database.
|
| UBiDiProps |
|
| UCaseProps |
|
| UCaseProps.ContextIterator |
Iterator for string case mappings, which need to look at the
context (surrounding text) of a given character for conditional mappings.
|
| UCharacter |
.
|
| UCharacter.BidiPairedBracketType |
Bidi Paired Bracket Type constants.
|
| UCharacter.DecompositionType |
Decomposition Type constants.
|
| UCharacter.EastAsianWidth |
East Asian Width constants.
|
| UCharacter.GraphemeClusterBreak |
Grapheme Cluster Break constants.
|
| UCharacter.HangulSyllableType |
Hangul Syllable Type constants.
|
| UCharacter.JoiningGroup |
Joining Group constants.
|
| UCharacter.JoiningType |
Joining Type constants.
|
| UCharacter.LineBreak |
Line Break constants.
|
| UCharacter.NumericType |
Numeric Type constants.
|
| UCharacter.SentenceBreak |
Sentence Break constants.
|
| UCharacter.UnicodeBlock |
.
A family of character subsets representing the character blocks in the
Unicode specification, generated from Unicode Data file Blocks.txt.
|
| UCharacter.WordBreak |
Word Break constants.
|
| UCharacterCategory |
Enumerated Unicode category types from the UnicodeData.txt file.
|
| UCharacterDirection |
Enumerated Unicode character linguistic direction constants.
|
| UCharacterEnums |
A container for the different 'enumerated types' used by UCharacter.
|
| UCharacterEnums.ECharacterCategory |
'Enum' for the CharacterCategory constants.
|
| UCharacterEnums.ECharacterDirection |
'Enum' for the CharacterDirection constants.
|
| UCharacterIterator |
Abstract class that defines an API for iteration on text objects.This is an
interface for forward and backward iteration and random access into a text
object.
|
| UCharacterIteratorWrapper |
This class is a wrapper around UCharacterIterator and implements the
CharacterIterator protocol
|
| UCharacterName |
Internal class to manage character names.
|
| UCharacterNameChoice |
Internal class containing selector constants for the unicode character names.
|
| UCharacterProperty |
Internal class used for Unicode character property database.
|
| UCharacterUtility |
Internal character utility class for simple data type conversion and String
parsing functions.
|
| UCharArrayIterator |
|
| UFieldPosition |
Deprecated.
|
| UFormat |
An abstract class that extends Format to provide
additional ICU protocol, specifically, the getLocale()
API.
|
| UForwardCharacterIterator |
Interface that defines an API for forward-only iteration
on text objects.
|
| ULocale |
.
A class analogous to Locale that provides additional
support for ICU protocol.
|
| ULocale.Builder |
Builder is used to build instances of ULocale
from values configured by the setters.
|
| ULocale.Category |
Enum for locale categories.
|
| ULocale.Minimize |
Deprecated.
|
| ULocale.Type |
Opaque selector enum for getLocale().
|
| UndeclaredThrowableException |
This class provides a wrapper for an undeclared, checked exception thrown by
an InvocationHandler.
|
| UnicodeCompressor |
|
| UnicodeDecompressor |
|
| UnicodeFilter |
UnicodeFilter defines a protocol for selecting a
subset of the full range (U+0000 to U+FFFF) of Unicode characters.
|
| UnicodeLocaleExtension |
|
| UnicodeMatcher |
UnicodeMatcher defines a protocol for objects that can
match a range of characters in a Replaceable string.
|
| UnicodeRegex |
Contains utilities to supplement the JDK Regex, since it doesn't handle
Unicode well.
|
| UnicodeSet |
A mutable set of Unicode characters and multicharacter strings.
|
| UnicodeSet.ComparisonStyle |
|
| UnicodeSet.EntryRange |
A struct-like class used for iteration through ranges, for faster iteration than by String.
|
| UnicodeSet.SpanCondition |
Argument values for whether span() and similar functions continue while the current character is contained vs.
|
| UnicodeSet.XSymbolTable |
Internal class for customizing UnicodeSet parsing of properties.
|
| UnicodeSetIterator |
UnicodeSetIterator iterates over the contents of a UnicodeSet.
|
| UnicodeSetSpanner |
A helper class used to count, replace, and trim CharSequences based on UnicodeSet matches.
|
| UnicodeSetSpanner.CountMethod |
Options for replaceFrom and countIn to control how to treat each matched span.
|
| UnicodeSetSpanner.TrimOption |
Options for the trim() method
|
| UnicodeSetStringSpan |
|
| UniversalTimeScale |
There are quite a few different conventions for binary datetime, depending on different
platforms and protocols.
|
| UnixSocketAddress |
A UNIX-domain (AF_UNIX / AF_LOCAL) socket address.
|
| UnknownError |
Thrown when the VM must throw an error which does not match any
known exceptional condition.
|
| UnknownFormatConversionException |
An UnknownFormatConversionException will be thrown if the format
conversion is unknown.
|
| UnknownFormatFlagsException |
An UnknownFormatFlagsException will be thrown if there is
an unknown flag.
|
| UnknownHostException |
Thrown when a hostname can not be resolved.
|
| UnknownServiceException |
Is thrown if no appropriate ContentHandler could be found for a
particular service requested by the URL connection.
|
| UnmappableCharacterException |
An UnmappableCharacterException is thrown when an unmappable
character for the given charset is encountered.
|
| UnrecoverableEntryException |
UnrecoverableEntryException indicates, that a KeyStore.Entry
cannot be recovered from a KeyStore.
|
| UnrecoverableKeyException |
UnrecoverableKeyException indicates, that a key cannot be recovered
from a KeyStore.
|
| UnresolvedAddressException |
An UnresolvedAddressException is thrown when trying to use an
unresolved network address in a network operation.
|
| UnresolvedPermission |
Legacy security code; do not use.
|
| Unsafe |
The package name notwithstanding, this class is the quasi-standard
way for Java code to gain access to and use functionality which,
when unsupervised, would allow one to break the pointer/type safety
of Java.
|
| UnsafeArrayList<T> |
An array-backed list that exposes its array.
|
| UnsatisfiedLinkError |
Thrown when an attempt is made to invoke a native for which an implementation
could not be found.
|
| Unsigned |
Unsigned arithmetic over Java's signed types.
|
| UnsupportedAddressTypeException |
An UnsupportedAddressTypeException is thrown when connecting or
binding to an unsupported address type.
|
| UnsupportedCallbackException |
|
| UnsupportedCharsetException |
An UnsupportedCharsetException is thrown when an unsupported charset
name is encountered.
|
| UnsupportedClassVersionError |
Thrown when an attempt is made to load a class with a format version that is
not supported by the VM.
|
| UnsupportedEncodingException |
Thrown when a program asks for a particular character converter that is
unavailable.
|
| UnsupportedOperationException |
Thrown when an unsupported operation is attempted.
|
| UProperty |
Selection constants for Unicode properties.
|
| UProperty.NameChoice |
Selector constants for UCharacter.getPropertyName() and
UCharacter.getPropertyValueName().
|
| UPropertyAliases |
Wrapper for the pnames.icu binary data file.
|
| UResourceBundle |
.
|
| UResourceBundleIterator |
Class for enabling iteration over UResourceBundle objects.
|
| UResourceTypeMismatchException |
Exception thrown when the requested resource type
is not the same type as the available resource
|
| URI |
A Uniform Resource Identifier that identifies an abstract or physical
resource, as specified by RFC
2396.
|
| UriCodec |
Encodes and decodes “application/x-www-form-urlencoded” content.
|
| URIResolver |
An object that implements this interface that can be called by the processor
to turn a URI used in document(), xsl:import, or xsl:include into a Source object.
|
| URISyntaxException |
A URISyntaxException will be thrown if some information could not be parsed
while creating a URI.
|
| URL |
A Uniform Resource Locator that identifies the location of an Internet
resource as specified by RFC
1738.
|
| URLClassLoader |
This class loader is responsible for loading classes and resources from a
list of URLs which can refer to either directories or JAR files.
|
| URLConnection |
A connection to a URL for reading or writing.
|
| URLDecoder |
This class is used to decode a string which is encoded in the
application/x-www-form-urlencoded MIME content type.
|
| URLEncoder |
This class is used to encode a string using the format required by
application/x-www-form-urlencoded MIME content type.
|
| URLHandler |
|
| URLHandler.URLVisitor |
|
| URLStreamHandler |
The abstract class URLStreamHandler is the base for all classes which
can handle the communication with a URL object over a particular protocol
type.
|
| URLStreamHandlerFactory |
Defines a factory which creates an URLStreamHandler for a specified
protocol.
|
| UrlUtils |
|
| UScript |
Constants for ISO 15924 script codes, and related functions.
|
| UScript.ScriptUsage |
Script usage constants.
|
| UScriptRun |
Deprecated.
|
| UserDataHandler |
When associating an object to a key on a node using
Node.setUserData() the application can provide a handler
that gets called when the node the object is associated to is being
cloned, imported, or renamed.
|
| USerializedSet |
Simple class for handling serialized USet/UnicodeSet structures
without object creation.
|
| UTF16 |
Standalone utility class providing UTF16 character conversions and indexing conversions.
|
| UTF16.StringComparator |
UTF16 string comparator class.
|
| UTF16CollationIterator |
UTF-16 collation element and character iterator.
|
| UTFDataFormatException |
Signals that an incorrectly encoded UTF-8 string has been encountered, most
likely while reading some DataInputStream.
|
| Util |
Junk drawer of utility methods.
|
| Utility |
|
| UtilityExtensions |
|
| Utils |
|
| Utils.ChineseDigits |
|
| UTS46 |
UTS #46 (IDNA2008) implementation.
|
| UUID |
UUID is an immutable representation of a 128-bit universally unique
identifier (UUID).
|
| UVector32 |
|
| UVector64 |
|
| V1TBSCertificateGenerator |
Generator for Version 1 TBSCertificateStructures.
|
| V2Form |
|
| V3TBSCertificateGenerator |
Generator for Version 3 TBSCertificateStructures.
|
| Validator |
A processor that checks an XML document against Schema.
|
| ValidatorHandler |
Streaming validator that works on SAX stream.
|
| Validity |
The class encapsulates the ASN.1 DER encoding/decoding work
with Validity structure which is the part of X.509 certificate
(as specified in RFC 3280 -
Internet X.509 Public Key Infrastructure.
|
| ValueIterator |
Interface for enabling iteration over sets of <int, Object>, where
int is the sorted integer index in ascending order, and Object its
associated value.
|
| ValueIterator.Element |
The return result container of each iteration.
|
| Variant |
A version and dialect of the framed socket protocol.
|
| Vector<E> |
Vector is an implementation of List, backed by an array and synchronized.
|
| VerifiedSCT |
Verification result for a single SCT.
|
| VerifiedSCT.Status |
|
| VerifyError |
Thrown when the VM notices that an attempt is made to load a
class which does not pass the class verification phase.
|
| VerisignCzagExtension |
|
| Version |
|
| VersionInfo |
Class to store version numbers of the form major.minor.milli.micro.
|
| VirtualMachineError |
VirtualMachineError is the superclass of all error classes that occur
during the operation of the VM.
|
| Vm |
Class to represent compiled SQLite VM.
|
| VMDebug |
Provides access to some VM-specific debug features.
|
| VMRuntime |
Provides an interface to VM-global, Dalvik-specific features.
|
| VMStack |
Provides a limited interface to the Dalvik VM stack.
|
| Void |
Placeholder class for the Java keyword void.
|
| VTimeZone |
VTimeZone is a class implementing RFC2445 VTIMEZONE.
|
| WeakHashMap<K,V> |
WeakHashMap is an implementation of Map with keys which are WeakReferences.
|
| WeakReference<T> |
Implements a weak reference, which is the middle of the three types of
references.
|
| WildcardType |
A pattern type, such as the upper bounded wildcard
? extends Closeable or the lower bounded wildcard ? super String.
|
| WildcardTypeImpl |
|
| WNafL2RMultiplier |
Class implementing the WNAF (Window Non-Adjacent Form) multiplication
algorithm.
|
| WNafPreCompInfo |
Class holding precomputation data for the WNAF (Window Non-Adjacent Form)
algorithm.
|
| WNafUtil |
|
| WorkerThread |
Denotes that the annotated method should only be called on a worker thread.
|
| WrappedX509Certificate |
|
| Wrapper |
This class is an actual usage of the wrapper pattern for JDBC classes.
|
| Wrapper |
|
| WritableByteChannel |
A WritableByteChannel is a type of Channel that can write
bytes.
|
| WriteAbortedException |
|
| Writer |
The base class for all writers.
|
| WTauNafMultiplier |
Class implementing the WTNAF (Window
τ-adic Non-Adjacent Form) algorithm.
|
| WTauNafPreCompInfo |
Class holding precomputation data for the WTNAF (Window
τ-adic Non-Adjacent Form) algorithm.
|
| X500Name |
Name ::= CHOICE {
RDNSequence }
RDNSequence ::= SEQUENCE OF RelativeDistinguishedName
RelativeDistinguishedName ::= SET SIZE (1..MAX) OF AttributeTypeAndValue
AttributeTypeAndValue ::= SEQUENCE {
type OBJECT IDENTIFIER,
value ANY }
|
| X500NameBuilder |
|
| X500NameStyle |
It turns out that the number of standard ways the fields in a DN should be
encoded into their ASN.1 counterparts is rapidly approaching the
number of machines on the internet.
|
| X500NameTokenizer |
class for breaking up an X500 Name into it's component tokens, ala
java.util.StringTokenizer.
|
| X500Principal |
Represents an X.500 principal, which holds the distinguished name of some
network entity.
|
| X509 |
For some reason the class path project thinks that such a KeyFactory will exist.
|
| X509.Mappings |
|
| X509Attribute |
Class for carrying the values in an X.509 Attribute.
|
| X509AttributeCertificate |
Deprecated.
|
| X509Certificate |
Abstract base class for X.509 certificates.
|
| X509Certificate |
Abstract base class for X.509 certificates.
|
| X509CertificateObject |
|
| X509CertificateStructure |
Deprecated.
|
| X509CertSelector |
A certificate selector (CertSelector for selecting
X509Certificates that match the specified criteria.
|
| X509CertStoreSelector |
Deprecated.
|
| X509CollectionStoreParameters |
This class contains a collection for collection based X509Stores.
|
| X509CRL |
Abstract base class for X.509 certificate revocation lists (CRL).
|
| X509CRLEntry |
Abstract base class for entries in a certificate revocation list (CRL).
|
| X509CRLEntryObject |
The following extensions are listed in RFC 2459 as relevant to CRL Entries
ReasonCode Hode Instruction Code Invalidity Date Certificate Issuer
(critical)
|
| X509CRLObject |
The following extensions are listed in RFC 2459 as relevant to CRLs
Authority Key Identifier
Issuer Alternative Name
CRL Number
Delta CRL Indicator (critical)
Issuing Distribution Point (critical)
|
| X509CRLSelector |
A CRL selector (CRLSelector for selecting
X509CRLs that match the specified criteria.
|
| X509CRLStoreSelector |
This class is a Selector implementation for X.509 certificate revocation
lists.
|
| X509DefaultEntryConverter |
The default converter for X509 DN entries when going from their
string value to ASN.1 strings.
|
| X509EncodedKeySpec |
The key specification of an X.509 encoded key in ASN.1 format.
|
| X509ExtendedKeyManager |
The abstract extension for the X509KeyManager interface.
|
| X509Extension |
The interface specifying an X.509 Certificate or CRL extension.
|
| X509Extension |
Deprecated.
|
| X509Extensions |
Deprecated.
|
| X509ExtensionsGenerator |
Deprecated.
|
| X509ExtensionUtil |
|
| X509KeyManager |
A Key Manager for X509 certificate-based key pairs.
|
| X509Name |
Deprecated.
|
| X509NameEntryConverter |
It turns out that the number of standard ways the fields in a DN should be
encoded into their ASN.1 counterparts is rapidly approaching the
number of machines on the internet.
|
| X509NameTokenizer |
Deprecated.
|
| X509ObjectIdentifiers |
|
| X509Principal |
Deprecated.
|
| X509PublicKey |
|
| X509PublicKey |
A simple but useless key class that holds X.509 public key information when
the appropriate KeyFactory for the key algorithm is not available.
|
| X509StoreParameters |
|
| X509StoreSpi |
|
| X509TrustManager |
The trust manager for X509 certificates to be used to perform authentication
for secure sockets.
|
| X509V1CertificateGenerator |
Deprecated.
|
| X509V2AttributeCertificate |
Deprecated.
|
| X509V3CertificateGenerator |
Deprecated.
|
| X923Padding |
A padder that adds X9.23 padding to a block - if a SecureRandom is
passed in random padding is assumed, otherwise padding with zeros is used.
|
| X962NamedCurves |
table of the current named curves defined in X.962 EC-DSA.
|
| X962Parameters |
|
| X9Curve |
ASN.1 def for Elliptic-Curve Curve structure.
|
| X9ECParameters |
ASN.1 def for Elliptic-Curve ECParameters structure.
|
| X9ECParametersHolder |
|
| X9ECPoint |
class for describing an ECPoint as a DER object.
|
| X9FieldElement |
class for processing an FieldElement as a DER object.
|
| X9FieldID |
ASN.1 def for Elliptic-Curve Field ID structure.
|
| X9IntegerConverter |
|
| X9ObjectIdentifiers |
X9.62
|
| Xml |
XML utility methods.
|
| Xml.Encoding |
Supported character encodings.
|
| XMLConstants |
Utility class to contain basic XML values as constants.
|
| XMLFilter |
Interface for an XML filter.
|
| XMLFilterImpl |
Base class for deriving an XML filter.
|
| XMLFormatter |
Formatter to convert a LogRecord into an XML string.
|
| XMLGregorianCalendar |
Representation for W3C XML Schema 1.0 date/time datatypes.
|
| XmlPullParser |
XML Pull Parser is an interface that defines parsing functionality provided
in XMLPULL V1 API (visit this website to
learn more about API and its implementations).
|
| XmlPullParserException |
This exception is thrown to signal XML Pull Parser related faults.
|
| XmlPullParserFactory |
This class is used to create implementations of XML Pull Parser defined in XMPULL V1 API.
|
| XMLReader |
Interface for reading an XML document using callbacks.
|
| XMLReaderAdapter |
Adapt a SAX2 XMLReader as a SAX1 Parser.
|
| XMLReaderFactory |
Factory for creating an XML reader.
|
| XMLRecordReader |
|
| XMLRecordWriter |
|
| XmlSerializer |
Define an interface to serialization of XML Infoset.
|
| XmlUtils |
| XmlUtils.ReadMapCallback |
|
| XmlUtils.WriteMapCallback |
|
| XPath |
XPath provides access to the XPath evaluation environment and expressions.
|
| XPathConstants |
XPath constants.
|
| XPathException |
XPathException represents a generic XPath exception.
|
| XPathExpression |
XPathExpression provides access to compiled XPath expressions.
|
| XPathExpressionException |
XPathExpressionException represents an error in an XPath expression.
|
| XPathFactory |
An XPathFactory instance can be used to create
XPath objects.
|
| XPathFactoryConfigurationException |
XPathFactoryConfigurationException represents a configuration error in a XPathFactory environment.
|
| XPathFunction |
XPathFunction provides access to XPath functions.
|
| XPathFunctionException |
XPathFunctionException represents an error with an XPath function.
|
| XPathFunctionResolver |
XPathFunctionResolver provides access to the set of user defined XPathFunctions.
|
| XPathVariableResolver |
XPathVariableResolver provides access to the set of user defined XPath variables.
|
| YMDDateFormatter |
A DateFormatter that formats the requested date fields.
|
| ZeroBytePadding |
A padder that adds NULL byte padding to a block.
|
| Zip64 |
|
| ZipEntry |
An entry within a zip file.
|
| ZipError |
Thrown when an unrecoverable zip error has occurred.
|
| ZipException |
This runtime exception is thrown by ZipFile and
ZipInputStream when the file or stream is not a valid zip file.
|
| ZipFile |
This class provides random read access to a zip file.
|
| ZipFile.RAFStream |
Wrap a stream around a RandomAccessFile.
|
| ZipFile.ZipInflaterInputStream |
|
| ZipInputStream |
Used to read (decompress) the data from zip files.
|
| ZipOutputStream |
Used to write (compress) data into zip files.
|
| ZoneInfo |
Our concrete TimeZone implementation, backed by zoneinfo data.
|
| ZoneInfo.WallTime |
A class that represents a "wall time".
|
| ZoneInfoDB |
A class used to initialize the time zone database.
|
| ZoneInfoDB.TzData |
|
| ZoneInfoDB.TzDataDefault |
|
| ZoneMeta |
This class, not to be instantiated, implements the meta-data
missing from the underlying core JDK implementation of time zones.
|
| ZygoteHooks |
Provides hooks for the zygote to call back into the runtime to perform
parent or child specific initialization..
|