Uses of Interface
java.io.Serializable
| Package | Description |
|---|---|
| com.squareup.okhttp | |
| dalvik.annotation | |
| dalvik.system | |
| java.awt.font | |
| java.beans | |
| java.io | |
| java.lang | |
| java.lang.annotation | |
| java.lang.reflect | |
| java.math | |
| java.net | |
| java.nio | |
| java.nio.channels | |
| java.nio.charset | |
| java.security |
Extensible cryptographic service provider infrastructure (SPI) for using
and defining services such as
Certificates,
Keys, KeyStores, MessageDigests, and Signatures. |
| java.security.acl |
This package provides the classes and the interfaces needed to build Access Control Lists.
|
| java.security.cert |
This package provides all the classes and all the interfaces needed to generate, administer and verify
X.509 certificates.
|
| java.security.interfaces |
This package provides the interfaces needed to generate:
(1) Keys for the RSA asymmetric encryption algorithm using the PKCS#1 standard;
(2) Keys for the Digital Signature Algorithm (DSA) specified by FIPS-186;
(3) Keys for a generic Elliptic Curve asymmetric encryption algorithm.
|
| java.security.spec |
This package provides the classes and interfaces needed to specify keys and parameters for
encryption and signing algorithms.
|
| java.sql | |
| java.text | |
| java.util | |
| java.util.concurrent |
Utility classes commonly useful in concurrent programming.
|
| java.util.concurrent.atomic |
A small toolkit of classes that support lock-free thread-safe
programming on single variables.
|
| java.util.concurrent.locks |
Interfaces and classes providing a framework for locking and waiting
for conditions that is distinct from built-in synchronization and
monitors.
|
| java.util.jar | |
| java.util.logging | |
| java.util.prefs | |
| java.util.regex | |
| java.util.zip | |
| javax.crypto |
This package provides the classes and interfaces for cryptographic applications implementing algorithms for encryption, decryption, or
key agreement.
|
| javax.crypto.interfaces |
This package provides the interfaces needed to implement the
Diffie-Hellman (DH) key agreement's algorithm as specified by PKCS#3.
|
| javax.crypto.spec |
This package provides the classes and interfaces needed to specify keys
and parameter for encryption.
|
| javax.net.ssl |
This package provides classes and interfaces needed to use the Secure
Sockets Layer (SSL) protocol and the successor Transport Layer
Security (TLS) protocol.
|
| javax.security.auth | |
| javax.security.auth.callback |
This package provides classes and interfaces needed to interact with the
application in order to execute the authentication and authorization
processes.
|
| javax.security.auth.login |
This package provides a pluggable and stackable authentication system based on
ideas and concepts from the Unix-PAM module.
|
| javax.security.auth.x500 |
This package provides classes needed to store X.500 principals and their
credentials.
|
| javax.security.cert |
This package is provided only for compatibility reasons.
|
| javax.sql | |
| javax.xml.datatype | |
| javax.xml.namespace | |
| javax.xml.parsers | |
| javax.xml.transform | |
| javax.xml.xpath | |
| libcore.io | |
| libcore.reflect | |
| libcore.util | |
| org.apache.commons.codec |
A small set of interfaces used by
the various implementations in the sub-packages.
|
| org.apache.commons.logging |
Simple wrapper API around multiple logging APIs.
|
| org.apache.commons.logging.impl |
Concrete implementations of commons-logging wrapper APIs.
|
| org.apache.harmony.security | |
| org.apache.harmony.security.asn1 | |
| org.apache.harmony.security.provider.cert | |
| org.apache.harmony.security.provider.crypto | |
| org.apache.harmony.security.x501 | |
| org.apache.harmony.security.x509 | |
| org.apache.harmony.security.x509.tsp | |
| org.apache.http |
The core interfaces and classes of the HTTP components.
|
| org.apache.http.auth |
The API for client-side HTTP authentication against a server,
commonly referred to as HttpAuth.
|
| org.apache.http.client |
The API for client-side HTTP communication and
entry point to the HttpClient module.
|
| org.apache.http.conn |
The client-side connection management and handling API
at the heart of what is referred to as HttpConn.
|
| org.apache.http.conn.routing |
The client-side route representation and tracking API, part of HttpConn.
|
| org.apache.http.cookie |
The API for client-side state management via cookies,
commonly referred to as HttpCookie.
|
| org.apache.http.entity |
Representations for HTTP message entities.
|
| org.apache.http.impl.auth | |
| org.apache.http.impl.client | |
| org.apache.http.impl.cookie | |
| org.apache.http.params |
The parameterization framework for HTTP components.
|
| org.apache.xalan.processor |
Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot
(a TRaX Templates object).
|
| org.apache.xalan.templates |
Implements the
Templates interface,
and defines a set of classes that represent an XSLT stylesheet. |
| org.apache.xalan.transformer |
In charge of run-time transformations and the production of result trees.
|
| org.apache.xml.dtm | |
| org.apache.xml.dtm.ref | |
| org.apache.xml.serializer.utils | |
| org.apache.xml.utils |
Implementation of Xalan utility classes.
|
| org.apache.xpath |
Implementation of XPath; for the most part, only classes meant for public use are
found at this root level of the XPath packages.
|
| org.apache.xpath.axes |
Implementation of XPath LocationPath support -- primary classes are
LocPathIterator and UnionPathIterator.
|
| org.apache.xpath.domapi | |
| org.apache.xpath.functions |
Implements XPath functions -- each function is derived from Function,
FunctionOneArg, Function2Args, etc, with number-of-arguments checking being
applied mainly at compile time -- this package only implements XPath functions,
XSLT functions are found in the "templates" package.
|
| org.apache.xpath.objects |
Implementation of XPath polymorphic type objects -- this package will grow
as XPath objects are expanded to support XML Schema data types.
|
| org.apache.xpath.operations |
Support for XPath operations, such as +, -, string(), etc.
|
| org.apache.xpath.patterns |
Implementation of XPath nodeTest support, and XSLT pattern matching support.
|
| org.bouncycastle.asn1 | |
| org.bouncycastle.cert | |
| org.bouncycastle.cms | |
| org.bouncycastle.crypto | |
| org.bouncycastle.jcajce.provider.asymmetric.dh | |
| org.bouncycastle.jcajce.provider.asymmetric.dsa | |
| org.bouncycastle.jcajce.provider.asymmetric.ec | |
| org.bouncycastle.jcajce.provider.asymmetric.rsa | |
| org.bouncycastle.jcajce.provider.asymmetric.util | |
| org.bouncycastle.jcajce.provider.asymmetric.x509 | |
| org.bouncycastle.jcajce.provider.config | |
| org.bouncycastle.jcajce.provider.symmetric.util | |
| org.bouncycastle.jce.exception | |
| org.bouncycastle.jce.interfaces | |
| org.bouncycastle.jce.provider | |
| org.bouncycastle.jce.spec | |
| org.bouncycastle.operator | |
| org.bouncycastle.util | |
| org.bouncycastle.util.encoders | |
| org.bouncycastle.util.io | |
| org.bouncycastle.util.io.pem | |
| org.bouncycastle.x509 | |
| org.conscrypt | |
| org.json | |
| org.robovm.rt.bro | |
| org.w3c.dom | |
| org.w3c.dom.ls | |
| org.xml.sax | |
| org.xmlpull.v1 | |
| SQLite |
-
Uses of Serializable in com.squareup.okhttp
Classes in com.squareup.okhttp that implement Serializable Modifier and Type Class Description classResponseSourceThe source of an HTTP response. -
Uses of Serializable in dalvik.annotation
Classes in dalvik.annotation that implement Serializable Modifier and Type Class Description classTestLevelDefines an enumeration of possible states a test case can be in. -
Uses of Serializable in dalvik.system
Classes in dalvik.system that implement Serializable Modifier and Type Class Description static classBlockGuard.BlockGuardPolicyException -
Uses of Serializable in java.awt.font
Classes in java.awt.font that implement Serializable Modifier and Type Class Description classNumericShaperThe Class NumericShaper provides methods to convert latin character codes to unicode character codes.classTextAttributeThe TextAttribute class defines attribute keys and attribute values for text rendering. -
Uses of Serializable in java.beans
Classes in java.beans that implement Serializable Modifier and Type Class Description classIndexedPropertyChangeEventA type ofPropertyChangeEventthat indicates that an indexed property has changed.classPropertyChangeEventAn event that indicates that a constraint or a boundary of a property has changed.classPropertyChangeSupportManages a list of listeners to be notified when a property changes. -
Uses of Serializable in java.io
Subinterfaces of Serializable in java.io Modifier and Type Interface Description interfaceExternalizableDefines an interface for classes that want to be serializable, but have their own binary representation.Classes in java.io that implement Serializable Modifier and Type Class Description classCharConversionExceptionThe top level class for character conversion exceptions.classEOFExceptionThrown when a program encounters the end of a file or stream during an input operation.classFileAn "abstract" representation of a file system entity identified by a pathname.classFileNotFoundExceptionThrown when a file specified by a program cannot be found.classFilePermissionLegacy security code; do not use.classInterruptedIOExceptionSignals that a blocking I/O operation has been interrupted.classInvalidClassExceptionSignals a problem during the serialization or or deserialization of an object.classInvalidObjectExceptionSignals that, during deserialization, the validation of an object has failed.classIOErrorThis error is thrown when a severe I/O error has happened.classIOExceptionSignals a general, I/O-related error.classNotActiveExceptionSignals that a serialization-related method has been invoked in the wrong place.classNotSerializableExceptionSignals that an object that is not serializable has been passed into theObjectOutput.writeObject()method.classObjectStreamClassRepresents a descriptor for identifying a class during serialization and deserialization.classObjectStreamExceptionSignals some sort of problem during either serialization or deserialization of objects.classOptionalDataExceptionSignals that theObjectInputStreamclass encountered a primitive type (int,charetc.) instead of an object instance in the input stream.classSerializablePermissionLegacy security code; do not use.classStreamCorruptedExceptionSignals that theObjectInputStream.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).classSyncFailedExceptionSignals that theFileDescriptor.sync()method has failed to complete.classUnsupportedEncodingExceptionThrown when a program asks for a particular character converter that is unavailable.classUTFDataFormatExceptionSignals that an incorrectly encoded UTF-8 string has been encountered, most likely while reading someDataInputStream.classWriteAbortedExceptionSignals that theObjectInputStream.readObject()method has detected an exception marker in the input stream. -
Uses of Serializable in java.lang
Classes in java.lang that implement Serializable Modifier and Type Class Description classAbstractMethodErrorThrown by the VM when an abstract method is called.classArithmeticExceptionThrown when the an invalid arithmetic operation is attempted.classArrayIndexOutOfBoundsExceptionThrown when the an array is indexed with a value less than zero, or greater than or equal to the size of the array.classArrayStoreExceptionThrown when a program attempts to store an element of an incompatible type in an array.classAssertionErrorThrown when an assertion has failed.classBooleanThe wrapper for the primitive typeboolean.classByteThe wrapper for the primitive typebyte.classCharacterThe wrapper for the primitive typechar.classClass<T>The in-memory representation of a Java class.classClassCastExceptionThrown when a program attempts to cast a an object to a type with which it is not compatible.classClassCircularityErrorThrown when the VM notices that an attempt is made to load a class which would directly or indirectly inherit from one of its subclasses.classClassFormatErrorThrown 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.classClassNotFoundExceptionThrown when a class loader is unable to find a class.classCloneNotSupportedExceptionThrown when a program attempts to clone an object which does not support theCloneableinterface.classDoubleThe wrapper for the primitive typedouble.classEnum<E extends Enum<E>>The superclass of all enumerated types.classEnumConstantNotPresentExceptionThrown if anenumconstant does not exist for a particular name.classErrorErroris the superclass of all classes that represent unrecoverable errors.classExceptionExceptionis the superclass of all classes that represent recoverable exceptions.classExceptionInInitializerErrorThrown when an exception occurs during class initialization.classFloatThe wrapper for the primitive typefloat.classIllegalAccessErrorThrown when the VM notices that a program tries access a field which is not accessible from where it is referenced.classIllegalAccessExceptionThrown when a program attempts to access a field or method which is not accessible from the location where the reference is made.classIllegalArgumentExceptionThrown when a method is invoked with an argument which it can not reasonably deal with.classIllegalMonitorStateExceptionThrown 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.classIllegalStateExceptionThrown when an action is attempted at a time when the VM is not in the correct state.classIllegalThreadStateExceptionThrown when an operation is attempted which is not possible given the state that the executing thread is in.classIncompatibleClassChangeErrorIncompatibleClassChangeErroris the superclass of all classes which represent errors that occur when inconsistent class files are loaded into the same running image.classIndexOutOfBoundsExceptionThrown when a program attempts to access a value in an indexable collection using a value which is outside of the range of valid indices.classInstantiationErrorThrown when the VM notices that a program tries to create a new instance of a class which has no visible constructors from the location wherenewis invoked.classInstantiationExceptionThrown when a program attempts to access a constructor which is not accessible from the location where the reference is made.classIntegerThe wrapper for the primitive typeint.classInternalErrorThrown when the VM notices that it has gotten into an undefined state.classInterruptedExceptionThrown when a waiting thread is activated before the condition it was waiting for has been satisfied.classLinkageErrorLinkageErroris the superclass of all error classes that occur when loading and linking class files.classLongThe wrapper for the primitive typelong.classNegativeArraySizeExceptionThrown when an attempt is made to create an array with a size of less than zero.classNoClassDefFoundErrorThrown when the VM is unable to locate a class which it has been asked to load.classNoSuchFieldErrorThrown when the VM notices that a program tries to reference, on a class or object, a field that does not exist.classNoSuchFieldExceptionThrown when the VM notices that a program tries to reference, on a class or object, a field that does not exist.classNoSuchMethodErrorThrown when the VM notices that a program tries to reference, on a class or object, a method that does not exist.classNoSuchMethodExceptionThrown when the VM notices that a program tries to reference, on a class or object, a method that does not exist.classNullPointerExceptionThrown 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 tonull.classNumberclassNumberFormatExceptionThrown when an invalid value is passed to a string-to-number conversion method.classOutOfMemoryErrorThrown when a request for memory is made that can not be satisfied using the available platform resources.classReflectiveOperationExceptionSuperclass of exceptions related to reflection.classRuntimeExceptionRuntimeExceptionis the superclass of all classes that represent exceptional conditions which occur as a result of executing an application in the VM.classRuntimePermissionLegacy security code; do not use.classSecurityExceptionThrown when a security manager check fails.classShortThe wrapper for the primitive typeshort.classStackOverflowErrorThrown when the depth of the stack of the running program exceeds some platform or VM specific limit.classStackTraceElementA representation of a single stack frame.classStringAn immutable sequence of characters/code units (chars).classStringBufferA modifiablesequence of charactersfor use in creating strings, where all accesses are synchronized.classStringBuilderA modifiablesequence of charactersfor use in creating strings.classStringIndexOutOfBoundsExceptionThrown when the a string is indexed with a value less than zero, or greater than or equal to the size of the array.static classThread.StateA representation of a thread's state.classThreadDeathThreadDeath is thrown when a thread stops executing.classThrowableThe superclass of all classes which can be thrown by the VM.classTypeNotPresentExceptionThrown 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.classUnknownErrorThrown when the VM must throw an error which does not match any known exceptional condition.classUnsatisfiedLinkErrorThrown when an attempt is made to invoke a native for which an implementation could not be found.classUnsupportedClassVersionErrorThrown when an attempt is made to load a class with a format version that is not supported by the VM.classUnsupportedOperationExceptionThrown when an unsupported operation is attempted.classVerifyErrorThrown when the VM notices that an attempt is made to load a class which does not pass the class verification phase.classVirtualMachineErrorVirtualMachineErroris the superclass of all error classes that occur during the operation of the VM. -
Uses of Serializable in java.lang.annotation
Classes in java.lang.annotation that implement Serializable Modifier and Type Class Description classAnnotationFormatErrorIndicates that an annotation in the binary representation of a class is syntactically incorrect and the annotation parser is unable to process it.classAnnotationTypeMismatchExceptionIndicates that an annotation type has changed since it was compiled or serialized.classElementTypeDefines an enumeration for Java program elements.classIncompleteAnnotationExceptionIndicates that an element of an annotation type was accessed that was added after the type was compiled or serialized.classRetentionPolicyDefines an enumeration for annotation retention policies. -
Uses of Serializable in java.lang.reflect
Classes in java.lang.reflect that implement Serializable Modifier and Type Class Description classGenericSignatureFormatErrorIndicates that a malformed signature has been encountered via a reflective method.classInvocationTargetExceptionThis class provides a wrapper for an exception thrown by aMethodorConstructorinvocation.classMalformedParameterizedTypeExceptionIndicates that a malformed parameterized type has been encountered by a reflective method.classProxyProxydefines methods for creating dynamic proxy classes and instances.classReflectPermissionLegacy security code; do not use.classUndeclaredThrowableExceptionThis class provides a wrapper for an undeclared, checked exception thrown by an InvocationHandler. -
Uses of Serializable in java.math
Classes in java.math that implement Serializable Modifier and Type Class Description classBigDecimalAn immutable arbitrary-precision signed decimal.classBigIntegerAn immutable arbitrary-precision signed integer.classMathContextImmutable objects describing settings such as rounding mode and digit precision for the numerical operations provided by classBigDecimal.classRoundingModeSpecifies the rounding behavior for operations whose results cannot be represented exactly. -
Uses of Serializable in java.net
Classes in java.net that implement Serializable Modifier and Type Class Description static classAuthenticator.RequestorTypeEnumeration class for the origin of the authentication request.classBindExceptionABindExceptionis thrown when a process cannot bind a local address/port, either because it is already bound or reserved by the OS.classConnectExceptionAConnectExceptionis thrown if a connection cannot be established to a remote host on a specific port.classHttpRetryExceptionIf a HTTP request has to be retried, this exception will be thrown if the request cannot be retried automatically.classInet4AddressAn IPv4 address.classInet6AddressAn IPv6 address.classInetAddressAn Internet Protocol (IP) address.classInetSocketAddressThis class represents a socket endpoint described by a IP address and a port number.classInetUnixAddressAn AF_UNIX address.classMalformedURLExceptionThis exception is thrown when a program attempts to create an URL from an incorrect specification.classNetPermissionLegacy security code; do not use.classNoRouteToHostExceptionTheNoRouteToHostExceptionwill 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.classPortUnreachableExceptionThisPortUnreachableExceptionwill be thrown if anICMP_Port_Unreachablemessage has been received.classProtocolExceptionSignals 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.static classProxy.TypeEnumclass for the proxy type.classSocketAddressThis abstract class represents a protocol-independent base for socket-endpoint representing classes.classSocketExceptionThisSocketExceptionmay be thrown during socket creation or setting options, and is the superclass of all other socket related exceptions.classSocketPermissionLegacy security code; do not use.classSocketTimeoutExceptionThis exception is thrown when a timeout expired on a socketreadoracceptoperation.classUnknownHostExceptionThrown when a hostname can not be resolved.classUnknownServiceExceptionIs thrown if no appropriateContentHandlercould be found for a particular service requested by the URL connection.classURIA Uniform Resource Identifier that identifies an abstract or physical resource, as specified by RFC 2396.classURISyntaxExceptionAURISyntaxExceptionwill be thrown if some information could not be parsed while creating a URI.classURLA Uniform Resource Locator that identifies the location of an Internet resource as specified by RFC 1738. -
Uses of Serializable in java.nio
Classes in java.nio that implement Serializable Modifier and Type Class Description classBufferOverflowExceptionABufferOverflowExceptionis thrown when elements are written to a buffer but there is not enough remaining space in the buffer.classBufferUnderflowExceptionABufferUnderflowExceptionis thrown when elements are read from a buffer but there are not enough remaining elements in the buffer.classInvalidMarkExceptionAnInvalidMarkExceptionis thrown whenreset()is called on a buffer, but no mark has been set previously.classReadOnlyBufferExceptionAReadOnlyBufferExceptionis thrown when some write operation is called on a read-only buffer. -
Uses of Serializable in java.nio.channels
Classes in java.nio.channels that implement Serializable Modifier and Type Class Description classAlreadyConnectedExceptionAnAlreadyConnectedExceptionis thrown when an attempt is made to connect a SocketChannel that is already connected.classAsynchronousCloseExceptionAnAsynchronousCloseExceptionis thrown when the underlying channel for an I/O operation is closed by another thread.classCancelledKeyExceptionACancelledKeyExceptionis thrown when an invalid selection key is used.classClosedByInterruptExceptionAClosedByInterruptExceptionis thrown when a thread is interrupted in a blocking I/O operation.classClosedChannelExceptionAClosedChannelExceptionis thrown when a channel is closed for the type of operation attempted.classClosedSelectorExceptionAClosedSelectorExceptionis thrown when aselectoris closed and an I/O operation is attempted.classConnectionPendingExceptionAConnectionPendingExceptionis thrown when an attempt is made to connect aSocketChannelthat has a non-blocking connection already underway.classFileLockInterruptionExceptionAFileLockInterruptionExceptionis thrown when a thread is interrupted while waiting to acquire a file lock.classIllegalBlockingModeExceptionAnIllegalBlockingModeExceptionis thrown when an operation that requires a specific blocking mode is invoked on a channel that is in a different blocking mode.classIllegalSelectorExceptionAnIllegalSelectorExceptionis thrown when a call is made to register a channel on a selector that has been created by a different provider.classNoConnectionPendingExceptionANoConnectionPendingExceptionis thrown ifSocketChannel'sfinishConnectmethod is called before theSocketChannel'sSocketChannel.connect(java.net.SocketAddress)connect} method completed without error.classNonReadableChannelExceptionANonReadableChannelExceptionis thrown when attempting to read from a channel that is not open for reading.classNonWritableChannelExceptionANonWritableChannelExceptionis thrown when attempting to write to a channel that is not open for writing.classNotYetBoundExceptionANotYetBoundExceptionis thrown if the server socket channel is not bound before an I/O operation is made.classNotYetConnectedExceptionANotYetConnectedExceptionis thrown if the socket channel is not connected before an I/O operation is invoked.classOverlappingFileLockExceptionAnOverlappingFileLockExceptionis thrown when attempting to acquire a lock that overlaps an existing or pending lock held by this process.classUnresolvedAddressExceptionAnUnresolvedAddressExceptionis thrown when trying to use an unresolved network address in a network operation.classUnsupportedAddressTypeExceptionAnUnsupportedAddressTypeExceptionis thrown when connecting or binding to an unsupported address type. -
Uses of Serializable in java.nio.charset
Classes in java.nio.charset that implement Serializable Modifier and Type Class Description classCharacterCodingExceptionACharacterCodingExceptionis thrown when an encoding or decoding error occurs.classCoderMalfunctionErrorACoderMalfunctionErroris thrown when the encoder/decoder is malfunctioning.classIllegalCharsetNameExceptionAnIllegalCharsetNameExceptionis thrown when an illegal charset name is encountered.classMalformedInputExceptionAMalformedInputExceptionis thrown when a malformed input is encountered, for example if a byte sequence is illegal for the given charset.classUnmappableCharacterExceptionAnUnmappableCharacterExceptionis thrown when an unmappable character for the given charset is encountered.classUnsupportedCharsetExceptionAnUnsupportedCharsetExceptionis thrown when an unsupported charset name is encountered. -
Uses of Serializable in java.security
Subinterfaces of Serializable in java.security Modifier and Type Interface Description interfaceKeyKeyis the common interface for all keys.interfacePrivateKeyPrivateKeyis the common interface for private keys.interfacePublicKeyPublicKeyis the common interface for public keys.Classes in java.security that implement Serializable Modifier and Type Class Description classAccessControlExceptionAccessControlExceptionis thrown if the access control infrastructure denies protected access due to missing permissions.classAllPermissionLegacy security code; do not use.classAuthProviderLegacy security code; do not use.classBasicPermissionLegacy security code; do not use.classCodeSignerCodeSignerrepresents a signer of code.classCodeSourceLegacy security code; do not use.classDigestExceptionDigestExceptionis a general message digest exception.classGeneralSecurityExceptionGeneralSecurityExceptionis a general security exception and the superclass for all security specific exceptions.classGuardedObjectGuardedObjectcontrols access to an object, by checking all requests for the object with aGuard.classIdentityDeprecated.classIdentityScopeclassInvalidAlgorithmParameterExceptionInvalidAlgorithmParameterExceptionindicates the occurrence of invalid algorithm parameters.classInvalidKeyExceptionInvalidKeyExceptionindicates exceptional conditions, caused by an invalid key.classInvalidParameterExceptionInvalidParameterExceptionindicates exceptional conditions, caused by invalid parameters.classKeyExceptionKeyExceptionis the common superclass of all key related exceptions.classKeyManagementExceptionKeyManagementExceptionis a general exception, thrown to indicate an exception during processing an operation concerning key management.classKeyPairKeyPairis a container for a public key and a private key.classKeyRepKeyRepis a standardized representation for serializedKeyobjects.static classKeyRep.TypeTypeenumerates the supported key types.classKeyStoreExceptionKeyStoreExceptionis a generalKeyStoreexception.classNoSuchAlgorithmExceptionNoSuchAlgorithmExceptionindicates that a requested algorithm could not be found.classNoSuchProviderExceptionNoSuchProviderExceptionindicates that a requested security provider could not be found.classPermissionLegacy security code; do not use.classPermissionCollectionLegacy security code; do not use.classPermissionsLegacy security code; do not use.classPrivilegedActionExceptionLegacy security code; do not use.classProviderProvideris the abstract superclass for all security providers in the Java security infrastructure.classProviderExceptionProviderExceptionis a general exception, thrown by securityProviders.classSecureRandomThis class generates cryptographically secure pseudo-random numbers.classSecureRandomSpiSecureRandomSpiis the Service Provider Interface (SPI) definition forSecureRandom.classSecurityPermissionLegacy security code; do not use.classSignatureExceptionSignatureExceptionis a generalSignatureexception.classSignedObjectASignedObjectinstance acts as a container for another object.classSignerDeprecated.Use thejava.security.certpackage andPrincipalinstead.classTimestampTimestamprepresents a signed time stamp.classUnrecoverableEntryExceptionUnrecoverableEntryExceptionindicates, that aKeyStore.Entrycannot be recovered from aKeyStore.classUnrecoverableKeyExceptionUnrecoverableKeyExceptionindicates, that a key cannot be recovered from aKeyStore.classUnresolvedPermissionLegacy security code; do not use.Constructors in java.security with parameters of type Serializable Constructor Description SignedObject(Serializable object, PrivateKey signingKey, Signature signingEngine)Constructs a new instance ofSignedObjectwith the target object, the private key and the engine to compute the signature. -
Uses of Serializable in java.security.acl
Classes in java.security.acl that implement Serializable Modifier and Type Class Description classAclNotFoundExceptionThe exception, that is thrown when a reference to a non-existent Access Control List (ACL) is made.classLastOwnerExceptionThe exception that is thrown when an attempt is made to remove the the lastOwnerfrom anOwner.classNotOwnerExceptionThe 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. -
Uses of Serializable in java.security.cert
Classes in java.security.cert that implement Serializable Modifier and Type Class Description classCertificateAbstract class to represent identity certificates.protected static classCertificate.CertificateRepThe alternateSerializableclass to be used for serialization and deserialization ofCertificateobjects.classCertificateEncodingExceptionThe exception that is thrown when an error occurs while aCertificateis being encoded.classCertificateExceptionThe base class for allCertificaterelated exceptions.classCertificateExpiredExceptionThe exception that is thrown when aCertificatehas expired.classCertificateNotYetValidExceptionThe exception that is thrown when aCertificateis not yet valid or will not yet be valid on a specified date.classCertificateParsingExceptionThe exception that is thrown when aCertificatecan not be parsed.classCertPathAn immutable certificate path that can be validated.protected static classCertPath.CertPathRepThe alternateSerializableclass to be used for serialization and deserialization onCertPathobjects.classCertPathBuilderExceptionThe exception that is thrown when aCertPathBuildermethod fails.classCertPathValidatorExceptionThe exception that is thrown when a certification path (or certificate chain) cannot be validated.classCertStoreExceptionThe exception that is thrown when an access to aCertStorefails.classCRLExceptionThe exception that is thrown if errors occur during handling ofCRLs.classX509CertificateAbstract base class for X.509 certificates. -
Uses of Serializable in java.security.interfaces
Subinterfaces of Serializable in java.security.interfaces Modifier and Type Interface Description interfaceDSAPrivateKeyThe interface for a Digital Signature Algorithm (DSA) private key.interfaceDSAPublicKeyThe interface for a Digital Signature Algorithm (DSA) public key.interfaceECPrivateKeyThe interface for an Elliptic Curve (EC) private key.interfaceECPublicKeyThe interface for an Elliptic Curve (EC) public key.interfaceRSAMultiPrimePrivateCrtKeyThe interface for a Multi-Prime RSA private key.interfaceRSAPrivateCrtKeyThe interface for a PKCS#1 RSA private key using CRT information values.interfaceRSAPrivateKeyThe interface for an PKCS#1 RSA private key.interfaceRSAPublicKeyThe interface for a PKCS#1 RSA public key. -
Uses of Serializable in java.security.spec
Classes in java.security.spec that implement Serializable Modifier and Type Class Description classInvalidKeySpecExceptionThe exception that is thrown when an invalid key specification is encountered.classInvalidParameterSpecExceptionThe exception that is thrown when an invalid parameter specification is encountered. -
Uses of Serializable in java.sql
Classes in java.sql that implement Serializable Modifier and Type Class Description classBatchUpdateExceptionThis exception is thrown if a problem occurs during a batch update operation.classClientInfoStatusAn enumeration to describe the reason why a property cannot be set by calling Connection.setClientInfo.classDataTruncationAn 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).classDateA class which can consume and produce dates in SQLDateformat.classRowIdLifetimeAn enumeration to describe the life-time of RowID.classSQLClientInfoExceptionAn exception, which is subclass of SQLException, is thrown when one or more client info properties could not be set on a Connection.classSQLDataExceptionAn exception, which is subclass of SQLException, is thrown when various data errors arise.classSQLExceptionAn exception that indicates a failed JDBC operation.classSQLFeatureNotSupportedExceptionAn exception, which is subclass of SQLNonTransientException, is thrown when various the JDBC driver does not support an optional JDBC feature.classSQLIntegrityConstraintViolationExceptionAn exception, which is subclass of SQLNonTransientException, is thrown when various the an integrity constraint (foreign key, primary key or unique key) has been violated.classSQLInvalidAuthorizationSpecExceptionAn exception, which is subclass of SQLNonTransientException, is thrown when the authorization credentials presented during connection establishment are not valid.classSQLNonTransientConnectionExceptionAn 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.classSQLNonTransientExceptionclassSQLPermissionLegacy security code; do not use.classSQLRecoverableExceptionclassSQLSyntaxErrorExceptionclassSQLTimeoutExceptionclassSQLTransactionRollbackExceptionclassSQLTransientConnectionExceptionclassSQLTransientExceptionclassSQLWarningAn exception class that holds information about Database access warnings.classTimeJava representation of an SQLTIMEvalue.classTimestampA Java representation of the SQLTIMESTAMPtype. -
Uses of Serializable in java.text
Classes in java.text that implement Serializable Modifier and Type Class Description static classAttributedCharacterIterator.AttributeDefines keys for text attributes.classChoiceFormatReturns a fixed string based on a numeric value.classDateFormatFormats or parses dates and times.static classDateFormat.FieldThe instances of this inner class are used as attribute keys and values inAttributedCharacterIteratorthat theSimpleDateFormat.formatToCharacterIterator(Object)method returns.classDateFormatSymbolsEncapsulates 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.classDecimalFormatA concrete subclass ofNumberFormatthat formats decimal numbers.classDecimalFormatSymbolsEncapsulates the set of symbols (such as the decimal separator, the grouping separator, and so on) needed byDecimalFormatto format numbers.classFormatThe base class for all formats.static classFormat.FieldInner class used to representFormatattributes in theAttributedCharacterIteratorthat theformatToCharacterIterator()method returns inFormatsubclasses.classMessageFormatProduces concatenated messages in language-neutral way.static classMessageFormat.FieldThe instances of this inner class are used as attribute keys inAttributedCharacterIteratorthat theMessageFormat.formatToCharacterIterator(Object)method returns.static classNormalizer.FormThe normalization forms supported by the Normalizer.classNumberFormatThe abstract base class for all number formats.static classNumberFormat.FieldThe instances of this inner class are used as attribute keys and values inAttributedCharacterIteratorthat theFormat.formatToCharacterIterator(Object)method returns.classParseExceptionThrown when the string being parsed is not in the correct form.classSimpleDateFormatFormats and parses dates in a locale-sensitive manner. -
Uses of Serializable in java.util
Classes in java.util that implement Serializable Modifier and Type Class Description static classAbstractMap.SimpleEntry<K,V>A key-value mapping with mutable values.static classAbstractMap.SimpleImmutableEntry<K,V>An immutable key-value mapping.classArrayDeque<E>Resizable-array implementation of theDequeinterface.classArrayList<E>ArrayList is an implementation ofList, backed by an array.classBitSetTheBitSetclass implements a bit array.classCalendarCalendaris an abstract base class for converting between aDateobject and a set of integer fields such asYEAR,MONTH,DAY,HOUR, and so on.classConcurrentModificationExceptionAnConcurrentModificationExceptionis thrown when a Collection is modified and an existing iterator on the Collection is used to modify the Collection as well.classCurrencyA currency corresponding to an ISO 4217 currency code such as "EUR" or "USD".classDateA specific moment in time, with millisecond precision.classDuplicateFormatFlagsExceptionThe unchecked exception will be thrown out if there are duplicate flags given out in the format specifier.classEmptyStackExceptionAnEmptyStackExceptionis thrown if the pop/peek method of a stack is executed on an empty stack.classEnumMap<K extends Enum<K>,V>AnMapspecialized for use withEnumtypes as keys.classEnumSet<E extends Enum<E>>An EnumSet is a specialized Set to be used with enums as keys.classEventObjectEventObjects represent events.classFormatFlagsConversionMismatchExceptionAFormatFlagsConversionMismatchExceptionwill be thrown if a conversion and the flags are incompatible.static classFormatter.BigDecimalLayoutFormThe enumeration giving the available styles for formatting very large decimal numbers.classFormatterClosedExceptionAFormatterClosedExceptionwill be thrown if the formatter has been closed.classGregorianCalendarGregorianCalendaris a concrete subclass ofCalendarand provides the standard calendar used by most of the world.classHashMap<K,V>HashMap is an implementation ofMap.classHashSet<E>HashSet is an implementation of a Set.classHashtable<K,V>Hashtable is a synchronized implementation ofMap.classIdentityHashMap<K,V>IdentityHashMap is a variant on HashMap which tests equality by reference instead of equality by value.classIllegalFormatCodePointExceptionAnIllegalFormatCodePointExceptionwill be thrown if an invalid Unicode code point (defined byCharacter.isValidCodePoint(int)) is passed as a parameter to a Formatter.classIllegalFormatConversionExceptionAnIllegalFormatConversionExceptionwill be thrown when the parameter is incompatible with the corresponding format specifier.classIllegalFormatExceptionAnIllegalFormatExceptionis thrown when a format string that contains either an illegal syntax or format specifier is transferred as a parameter.classIllegalFormatFlagsExceptionAnIllegalFormatFlagsExceptionwill be thrown if the combination of the format flags is illegal.classIllegalFormatPrecisionExceptionAnIllegalFormatPrecisionExceptionwill be thrown if the precision is a negative other than -1 or in other cases where precision is not supported.classIllegalFormatWidthExceptionAnIllegalFormatWidthExceptionwill be thrown if the width is a negative value other than -1 or in other cases where a width is not supported.classInputMismatchExceptionAnInputMismatchExceptionis 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.classInvalidPropertiesFormatExceptionAnInvalidPropertiesFormatExceptionis thrown if loading the XML document defining the properties does not follow thePropertiesspecification.classLinkedHashMap<K,V>LinkedHashMap is an implementation ofMapthat guarantees iteration order.classLinkedHashSet<E>LinkedHashSet is a variant of HashSet.classLinkedList<E>LinkedList is an implementation ofList, backed by a doubly-linked list.classLocaleLocalerepresents a language/country/variant combination.classMissingFormatArgumentExceptionAMissingFormatArgumentExceptionwill be thrown if there is no corresponding argument with the specified conversion or an argument index that refers to a missing argument.classMissingFormatWidthExceptionAMissingFormatWidthExceptionwill be thrown if the format width is missing but is required.classMissingResourceExceptionAMissingResourceExceptionis thrown by ResourceBundle when a resource bundle cannot be found or a resource is missing from a resource bundle.classNoSuchElementExceptionThrown when trying to retrieve an element past the end of an Enumeration or Iterator.classPriorityQueue<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.classPropertiesAPropertiesobject is aHashtablewhere the keys and values must beStrings.classPropertyPermissionLegacy security code; do not use.classRandomThis class provides methods that return pseudo-random values.classServiceConfigurationErrorThrown when a service provider can't be loaded byServiceLoader.classSimpleTimeZoneSimpleTimeZoneis a concrete subclass ofTimeZonethat represents a time zone for use with a Gregorian calendar.classStack<E>Stackis a Last-In/First-Out(LIFO) data structure which represents a stack of objects.classTimeZoneTimeZonerepresents a time zone, primarily used for configuring aCalendarorSimpleDateFormatinstance.classTooManyListenersExceptionATooManyListenersExceptionis thrown when an attempt is made to add more than one listener to an event source which only supports a single listener.classTreeMap<K,V>A map whose entries are sorted by their keys.classTreeSet<E>TreeSet is an implementation of SortedSet.classUnknownFormatConversionExceptionAnUnknownFormatConversionExceptionwill be thrown if the format conversion is unknown.classUnknownFormatFlagsExceptionAnUnknownFormatFlagsExceptionwill be thrown if there is an unknown flag.classUUIDUUID is an immutable representation of a 128-bit universally unique identifier (UUID).classVector<E>Vector is an implementation ofList, backed by an array and synchronized. -
Uses of Serializable in java.util.concurrent
Classes in java.util.concurrent that implement Serializable Modifier and Type Class Description classArrayBlockingQueue<E>A bounded blocking queue backed by an array.classBrokenBarrierExceptionException 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.classCancellationExceptionException indicating that the result of a value-producing task, such as aFutureTask, cannot be retrieved because the task was cancelled.classConcurrentHashMap<K,V>A hash table supporting full concurrency of retrievals and adjustable expected concurrency for updates.classConcurrentLinkedDeque<E>An unbounded concurrent deque based on linked nodes.classConcurrentLinkedQueue<E>An unbounded thread-safe queue based on linked nodes.classConcurrentSkipListMap<K,V>A scalable concurrentConcurrentNavigableMapimplementation.classConcurrentSkipListSet<E>A scalable concurrentNavigableSetimplementation based on aConcurrentSkipListMap.classCopyOnWriteArrayList<E>A thread-safe random-access list.classCopyOnWriteArraySet<E>ASetthat uses an internalCopyOnWriteArrayListfor all of its operations.classCountedCompleter<T>AForkJoinTaskwith a completion action performed when triggered and there are no remaining pending actions.classExecutionExceptionException thrown when attempting to retrieve the result of a task that aborted by throwing an exception.classForkJoinTask<V>Abstract base class for tasks that run within aForkJoinPool.classLinkedBlockingDeque<E>An optionally-bounded blocking deque based on linked nodes.classLinkedBlockingQueue<E>An optionally-bounded blocking queue based on linked nodes.classLinkedTransferQueue<E>An unboundedTransferQueuebased on linked nodes.classPriorityBlockingQueue<E>An unbounded blocking queue that uses the same ordering rules as classPriorityQueueand supplies blocking retrieval operations.classRecursiveActionA recursive resultlessForkJoinTask.classRecursiveTask<V>A recursive result-bearingForkJoinTask.classRejectedExecutionExceptionException thrown by anExecutorwhen a task cannot be accepted for execution.classSemaphoreA counting semaphore.classSynchronousQueue<E>A blocking queue in which each insert operation must wait for a corresponding remove operation by another thread, and vice versa.classThreadLocalRandomA random number generator isolated to the current thread.classTimeoutExceptionException thrown when a blocking operation times out.classTimeUnitATimeUnitrepresents 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. -
Uses of Serializable in java.util.concurrent.atomic
Classes in java.util.concurrent.atomic that implement Serializable Modifier and Type Class Description classAtomicBooleanAbooleanvalue that may be updated atomically.classAtomicIntegerAnintvalue that may be updated atomically.classAtomicIntegerArrayAnintarray in which elements may be updated atomically.classAtomicLongAlongvalue that may be updated atomically.classAtomicLongArrayAlongarray in which elements may be updated atomically.classAtomicReference<V>An object reference that may be updated atomically.classAtomicReferenceArray<E>An array of object references in which elements may be updated atomically. -
Uses of Serializable in java.util.concurrent.locks
Classes in java.util.concurrent.locks that implement Serializable Modifier and Type Class Description classAbstractOwnableSynchronizerA synchronizer that may be exclusively owned by a thread.classAbstractQueuedLongSynchronizerA version ofAbstractQueuedSynchronizerin which synchronization state is maintained as along.classAbstractQueuedLongSynchronizer.ConditionObjectCondition implementation for aAbstractQueuedLongSynchronizerserving as the basis of aLockimplementation.classAbstractQueuedSynchronizerProvides a framework for implementing blocking locks and related synchronizers (semaphores, events, etc) that rely on first-in-first-out (FIFO) wait queues.classAbstractQueuedSynchronizer.ConditionObjectCondition implementation for aAbstractQueuedSynchronizerserving as the basis of aLockimplementation.classReentrantLockA reentrant mutual exclusionLockwith the same basic behavior and semantics as the implicit monitor lock accessed usingsynchronizedmethods and statements, but with extended capabilities.classReentrantReadWriteLockAn implementation ofReadWriteLocksupporting similar semantics toReentrantLock.static classReentrantReadWriteLock.ReadLockThe lock returned by methodReentrantReadWriteLock.readLock().static classReentrantReadWriteLock.WriteLockThe lock returned by methodReentrantReadWriteLock.writeLock(). -
Uses of Serializable in java.util.jar
Classes in java.util.jar that implement Serializable Modifier and Type Class Description classJarExceptionThis runtime exception is thrown when a problem occurs while reading a JAR file. -
Uses of Serializable in java.util.logging
Classes in java.util.logging that implement Serializable Modifier and Type Class Description classLevelLevelobjects are used to indicate the level of logging.classLoggingPermissionLegacy security code; do not use.classLogRecordALogRecordobject represents a logging request. -
Uses of Serializable in java.util.prefs
Classes in java.util.prefs that implement Serializable Modifier and Type Class Description classBackingStoreExceptionAn exception to indicate that an error was encountered while accessing the backing store.classInvalidPreferencesFormatExceptionAn 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 thePreferences).classNodeChangeEventThis is the event class to indicate that one child of the preference node has been added or deleted.classPreferenceChangeEventThis is the event class to indicate that a preference has been added, deleted or updated. -
Uses of Serializable in java.util.regex
Classes in java.util.regex that implement Serializable Modifier and Type Class Description classPatternPatterns are compiled regular expressions.classPatternSyntaxExceptionEncapsulates a syntax error that occurred during the compilation of aPattern. -
Uses of Serializable in java.util.zip
Classes in java.util.zip that implement Serializable Modifier and Type Class Description classDataFormatExceptionDataFormatExceptionis used to indicate an error in the format of a particular data stream which is to be uncompressed.classZipErrorThrown when an unrecoverable zip error has occurred.classZipExceptionThis runtime exception is thrown byZipFileandZipInputStreamwhen the file or stream is not a valid zip file. -
Uses of Serializable in javax.crypto
Subinterfaces of Serializable in javax.crypto Modifier and Type Interface Description interfaceSecretKeyA cryptographic secret (symmetric) key.Classes in javax.crypto that implement Serializable Modifier and Type Class Description classAEADBadTagExceptionThrown by aCipherthat is using an Authenticated Encryption with Additional Data (AEAD) mode such as Galois/Counter Mode (GCM) and the tag failed verification.classBadPaddingExceptionThe 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.classExemptionMechanismExceptionThis is the base class forExemptionMechanismException.classIllegalBlockSizeExceptionThe exception, that is thrown when the data length provided to a block cipher does not match the block size of the cipher.classNoSuchPaddingExceptionThe exception that is thrown when the requested padding mechanism is not supported.classSealedObjectASealedObjectis a wrapper around aserializableobject instance and encrypts it using a cryptographic cipher.classShortBufferExceptionThe exception that is thrown when the result of an operation is attempted to store in a user provided buffer that is too small.Constructors in javax.crypto with parameters of type Serializable Constructor Description SealedObject(Serializable object, Cipher c)Creates a newSealedObjectinstance wrapping the specified object and sealing it using the specified cipher. -
Uses of Serializable in javax.crypto.interfaces
Subinterfaces of Serializable in javax.crypto.interfaces Modifier and Type Interface Description interfaceDHPrivateKeyThe interface for a private key in the Diffie-Hellman key exchange protocol.interfaceDHPublicKeyThe interface for a public key in the Diffie-Hellman key exchange protocol.interfacePBEKeyThe interface to a password-based-encryption key. -
Uses of Serializable in javax.crypto.spec
Classes in javax.crypto.spec that implement Serializable Modifier and Type Class Description classSecretKeySpecA key specification for aSecretKeyand also a secret key implementation that is provider-independent. -
Uses of Serializable in javax.net.ssl
Classes in javax.net.ssl that implement Serializable Modifier and Type Class Description classHandshakeCompletedEventThe event object encapsulating the information about a completed SSL handshake on a SSL connection.static classSSLEngineResult.HandshakeStatusTheenumdescribing the state of the current handshake.static classSSLEngineResult.StatusTheenumdescribing the result of theSSLEngineoperation.classSSLExceptionThe base class for all SSL related exceptions.classSSLHandshakeExceptionThe exception that is thrown when a handshake could not be completed successfully.classSSLKeyExceptionThe exception that is thrown when an invalid SSL key is encountered.classSSLPeerUnverifiedExceptionThe exception that is thrown when the identity of a peer has not been verified.classSSLPermissionLegacy security code; do not use.classSSLProtocolExceptionThe exception that is thrown when an error in the operation of the SSL protocol is encountered.classSSLSessionBindingEventThe event sent to anSSLSessionBindingListenerwhen the listener object is bound (SSLSession.putValue(String, Object)) or unbound (SSLSession.removeValue(String)) to anSSLSession. -
Uses of Serializable in javax.security.auth
Classes in javax.security.auth that implement Serializable Modifier and Type Class Description classAuthPermissionLegacy security code; do not use.classDestroyFailedExceptionSignals that theDestroyable.destroy()method failed.classPrivateCredentialPermissionLegacy security code; do not use.classSubjectThe central class of thejavax.security.authpackage representing an authenticated user or entity (both referred to as "subject"). -
Uses of Serializable in javax.security.auth.callback
Classes in javax.security.auth.callback that implement Serializable Modifier and Type Class Description classPasswordCallbackUsed in conjunction with aCallbackHandlerto retrieve a password when needed.classUnsupportedCallbackExceptionThrown when aCallbackHandlerdoes not support a particularCallback. -
Uses of Serializable in javax.security.auth.login
Classes in javax.security.auth.login that implement Serializable Modifier and Type Class Description classLoginExceptionBase class for exceptions that are thrown when a login error occurs. -
Uses of Serializable in javax.security.auth.x500
Classes in javax.security.auth.x500 that implement Serializable Modifier and Type Class Description classX500PrincipalRepresents an X.500 principal, which holds the distinguished name of some network entity. -
Uses of Serializable in javax.security.cert
Classes in javax.security.cert that implement Serializable Modifier and Type Class Description classCertificateEncodingExceptionThe exception that is thrown when an error occurs while aCertificateis being encoded.classCertificateExceptionThe base class for allCertificaterelated exceptions.classCertificateExpiredExceptionThe exception that is thrown when aCertificatehas expired.classCertificateNotYetValidExceptionThe exception that is thrown when aCertificateis not yet valid.classCertificateParsingExceptionThe exception that is thrown when aCertificatecan not be parsed. -
Uses of Serializable in javax.sql
Classes in javax.sql that implement Serializable Modifier and Type Class Description classConnectionEventSent when specific events happen on aPooledConnectionobject.classRowSetEventAn event which is sent when specific events happen to aRowSetobject.classStatementEventA statement event that a PreparedStatement is closed -
Uses of Serializable in javax.xml.datatype
Classes in javax.xml.datatype that implement Serializable Modifier and Type Class Description classDatatypeConfigurationExceptionIndicates a serious configuration error. -
Uses of Serializable in javax.xml.namespace
Classes in javax.xml.namespace that implement Serializable Modifier and Type Class Description classQNameQNamerepresents a qualified name as defined in the XML specifications: XML Schema Part2: Datatypes specification, Namespaces in XML, Namespaces in XML Errata. -
Uses of Serializable in javax.xml.parsers
Classes in javax.xml.parsers that implement Serializable Modifier and Type Class Description classFactoryConfigurationErrorThrown when a problem with configuration with the Parser Factories exists.classParserConfigurationExceptionIndicates a serious configuration error. -
Uses of Serializable in javax.xml.transform
Classes in javax.xml.transform that implement Serializable Modifier and Type Class Description classTransformerConfigurationExceptionIndicates a serious configuration error.classTransformerExceptionThis class specifies an exceptional condition that occurred during the transformation process.classTransformerFactoryConfigurationErrorThrown when a problem with configuration with the Transformer Factories exists. -
Uses of Serializable in javax.xml.xpath
Classes in javax.xml.xpath that implement Serializable Modifier and Type Class Description classXPathExceptionXPathExceptionrepresents a generic XPath exception.classXPathExpressionExceptionXPathExpressionExceptionrepresents an error in an XPath expression.classXPathFactoryConfigurationExceptionXPathFactoryConfigurationExceptionrepresents a configuration error in aXPathFactoryenvironment.classXPathFunctionExceptionXPathFunctionExceptionrepresents an error with an XPath function. -
Uses of Serializable in libcore.io
Classes in libcore.io that implement Serializable Modifier and Type Class Description classErrnoExceptionA checked exception thrown whenOsmethods fail.classGaiException -
Uses of Serializable in libcore.reflect
Classes in libcore.reflect that implement Serializable Modifier and Type Class Description classAnnotationFactoryThe annotation implementation based on dynamically generated proxy instances.classAnnotationMemberThis class represents member element of an annotation. -
Uses of Serializable in libcore.util
Classes in libcore.util that implement Serializable Modifier and Type Class Description classZoneInfoOur concrete TimeZone implementation, backed by zoneinfo data. -
Uses of Serializable in org.apache.commons.codec
Classes in org.apache.commons.codec that implement Serializable Modifier and Type Class Description classDecoderExceptionThrown when a Decoder has encountered a failure condition during a decode.classEncoderExceptionThrown when there is a failure condition during the encoding process. -
Uses of Serializable in org.apache.commons.logging
Classes in org.apache.commons.logging that implement Serializable Modifier and Type Class Description classLogConfigurationExceptionAn exception that is thrown only if a suitableLogFactoryorLoginstance cannot be created by the corresponding factory methods. -
Uses of Serializable in org.apache.commons.logging.impl
Classes in org.apache.commons.logging.impl that implement Serializable Modifier and Type Class Description classJdk14LoggerImplementation of theorg.apache.commons.logging.Loginterface that wraps the standard JDK logging mechanisms that were introduced in the Merlin release (JDK 1.4).classNoOpLogTrivial implementation of Log that throws away all messages.classSimpleLogSimple implementation of Log that sends all enabled log messages, for all defined loggers, to System.err.classWeakHashtableImplementation ofHashtablethat usesWeakReference's to hold its keys thus allowing them to be reclaimed by the garbage collector. -
Uses of Serializable in org.apache.harmony.security
Classes in org.apache.harmony.security that implement Serializable Modifier and Type Class Description classPrivateKeyImplPrivateKeyImplclassPublicKeyImplPublicKeyImplclassSystemScope -
Uses of Serializable in org.apache.harmony.security.asn1
Classes in org.apache.harmony.security.asn1 that implement Serializable Modifier and Type Class Description classASN1ExceptionThrown by decoder/encoder stream to indicate violation of encoding rules. -
Uses of Serializable in org.apache.harmony.security.provider.cert
Classes in org.apache.harmony.security.provider.cert that implement Serializable Modifier and Type Class Description classDRLCertFactoryclassX509CertImplThis class is an implementation of X509Certificate.classX509CertPathImplThis class is an implementation of X.509 CertPath. -
Uses of Serializable in org.apache.harmony.security.provider.crypto
Classes in org.apache.harmony.security.provider.crypto that implement Serializable Modifier and Type Class Description classCryptoProviderImplementation of Provider for SecureRandom, MessageDigest and Signature using a Secure Hash Algorithm, SHA-1; see SECURE HASH STANDARD, FIPS PUB 180-1 (http://www.itl.nist.gov/fipspubs/fip180-1.htm)
The implementation supports "SHA1PRNG", "SHA-1" and "SHA1withDSA" algorithms described in JavaTM Cryptography Architecture, API Specification & ReferenceclassDSAPrivateKeyImplThe class provides DSAPrivateKey functionality by extending a class implementing PrivateKey and implementing methods defined in both interfaces, DSAKey and DSAPrivateKeyclassDSAPublicKeyImplThe class provides DSAPublicKey functionality by extending a class implementing PublicKey and implementing methods defined in both interfaces, DSAKey and DSAPublicKeyclassSHA1PRNG_SecureRandomImplThis class extends the SecureRandomSpi class implementing all its abstract methods. -
Uses of Serializable in org.apache.harmony.security.x501
Classes in org.apache.harmony.security.x501 that implement Serializable Modifier and Type Class Description classAttributeTypeAndValueComparatorAttributeTypeAndValue comparator -
Uses of Serializable in org.apache.harmony.security.x509
Classes in org.apache.harmony.security.x509 that implement Serializable Modifier and Type Class Description classX509PublicKey -
Uses of Serializable in org.apache.harmony.security.x509.tsp
Classes in org.apache.harmony.security.x509.tsp that implement Serializable Modifier and Type Class Description classPKIFailureInfoCorresponds to PKIFailureInfo structure.classPKIStatusCorresponds to PKIStatus structure. -
Uses of Serializable in org.apache.http
Classes in org.apache.http that implement Serializable Modifier and Type Class Description classConnectionClosedExceptionIndicates that a connection has been closed.classHttpExceptionSignals that an HTTP exception has occurred.classHttpVersionRepresents an HTTP version, as specified in RFC 2616.classMalformedChunkCodingExceptionSignals a malformed chunked stream.classMethodNotSupportedExceptionIndicates that an HTTP method is not supported.classNoHttpResponseExceptionSignals that the target server failed to respond with a valid HTTP response.classParseExceptionIndicates a parse error.classProtocolExceptionSignals that an HTTP protocol violation has occurred.classProtocolVersionRepresents a protocol version, as specified in RFC 2616.classUnsupportedHttpVersionExceptionIndicates an unsupported version of the HTTP protocol. -
Uses of Serializable in org.apache.http.auth
Classes in org.apache.http.auth that implement Serializable Modifier and Type Class Description classAuthenticationExceptionSignals a failure in authentication processclassInvalidCredentialsExceptionAuthentication credentials required to respond to a authentication challenge are invalidclassMalformedChallengeExceptionSignals that authentication challenge is in some way invalid or illegal in the given context -
Uses of Serializable in org.apache.http.client
Classes in org.apache.http.client that implement Serializable Modifier and Type Class Description classCircularRedirectExceptionSignals a circular redirectclassClientProtocolExceptionSignals an error in the HTTP protocol.classHttpResponseExceptionSignals a non 2xx HTTP response.classNonRepeatableRequestExceptionSignals failure to retry the request due to non-repeatable request entity.classRedirectExceptionSignals violation of HTTP specification caused by an invalid redirect -
Uses of Serializable in org.apache.http.conn
Classes in org.apache.http.conn that implement Serializable Modifier and Type Class Description classConnectionPoolTimeoutExceptionA timeout while waiting for an available connection from a connection manager.classConnectTimeoutExceptionA timeout while connecting to an HTTP server or waiting for an available connection from an HttpConnectionManager.classHttpHostConnectExceptionAConnectExceptionthat specifies theHttpHostthat was being connected to. -
Uses of Serializable in org.apache.http.conn.routing
Classes in org.apache.http.conn.routing that implement Serializable Modifier and Type Class Description static classRouteInfo.LayerTypeThe layering type of a route.static classRouteInfo.TunnelTypeThe tunnelling type of a route. -
Uses of Serializable in org.apache.http.cookie
Classes in org.apache.http.cookie that implement Serializable Modifier and Type Class Description classCookieIdentityComparatorThis cookie comparator can be used to compare identity of cookies.classCookiePathComparatorThis cookie comparator ensures that multiple cookies satisfying a common criteria are ordered in the Cookie header such that those with more specific Path attributes precede those with less specific.classMalformedCookieExceptionSignals that a cookie is in some way invalid or illegal in a given context -
Uses of Serializable in org.apache.http.entity
Constructors in org.apache.http.entity with parameters of type Serializable Constructor Description SerializableEntity(Serializable ser, boolean bufferize) -
Uses of Serializable in org.apache.http.impl.auth
Classes in org.apache.http.impl.auth that implement Serializable Modifier and Type Class Description classNTLMEngineExceptionSignals NTLM protocol failure.classUnsupportedDigestAlgorithmExceptionAuthentication credentials required to respond to a authentication challenge are invalid -
Uses of Serializable in org.apache.http.impl.client
Classes in org.apache.http.impl.client that implement Serializable Modifier and Type Class Description classTunnelRefusedException -
Uses of Serializable in org.apache.http.impl.cookie
Classes in org.apache.http.impl.cookie that implement Serializable Modifier and Type Class Description classDateParseExceptionAn exception to indicate an error parsing a date string. -
Uses of Serializable in org.apache.http.params
Classes in org.apache.http.params that implement Serializable Modifier and Type Class Description classBasicHttpParamsThis class represents a collection of HTTP protocol parameters. -
Uses of Serializable in org.apache.xalan.processor
Classes in org.apache.xalan.processor that implement Serializable Modifier and Type Class Description classProcessorCharactersThis class processes character events for a XSLT template element.classProcessorExsltFuncResultThis class processes parse events for an exslt func:result element.classProcessorExsltFunctionThis class processes parse events for an exslt func:function element.classProcessorImportThis class processes parse events for an xsl:import element.classProcessorIncludeTransformerFactory class for xsl:include markup.classProcessorLREProcesses an XSLT literal-result-element, or something that looks like one.classProcessorStylesheetDocThis class processes the xsl:stylesheet element.classProcessorStylesheetElementTransformerFactory for xsl:stylesheet or xsl:transform markup.classProcessorTemplateElemThis class processes parse events for an XSLT template element.classProcessorTextProcess xsl:text.classProcessorUnknownThis class processes an unknown template element.classWhitespaceInfoPathsclassXSLTElementProcessorThis class acts as the superclass for all stylesheet element processors, and deals with things that are common to all elements. -
Uses of Serializable in org.apache.xalan.templates
Classes in org.apache.xalan.templates that implement Serializable Modifier and Type Class Description classAVTClass to hold an Attribute Value Template.classAVTPartClass to hold a part, either a string or XPath, of an Attribute Value Template.classAVTPartSimpleSimple string part of a complex AVT.classAVTPartXPathSimple string part of a complex AVT.classDecimalFormatPropertiesImplement xsl:decimal-format.classElemApplyImportImplement xsl:apply-imports.classElemApplyTemplatesImplement xsl:apply-templates.classElemAttributeImplement xsl:attribute.classElemAttributeSetImplement xsl:attribute-set.classElemCallTemplateImplement xsl:call-template.classElemChooseImplement xsl:choose.classElemCommentImplement xsl:comment.classElemCopyImplement xsl:copy.classElemCopyOfImplement xsl:copy-of.classElemElementImplement xsl:elementclassElemEmptySimple empty elem to push on the stack when nothing else got pushed, so that pop() works correctly.classElemExsltFuncResultHandles the EXSLT result element within an EXSLT function element.classElemExsltFunctionImplement func:function.classElemExtensionCallImplement an extension element.classElemExtensionDeclImplement the declaration of an extension elementclassElemExtensionScriptImplement Script extension elementclassElemFallbackImplement xsl:fallback.classElemForEachImplement xsl:for-each.classElemIfImplement xsl:if.classElemLiteralResultImplement a Literal Result Element.classElemMessageImplement xsl:message.classElemNumberImplement xsl:number.classElemOtherwiseImplement xsl:otherwise.classElemParamImplement xsl:param.classElemPIImplement xsl:processing-instruction.classElemSortImplement xsl:sort.classElemTemplateImplement xsl:template.classElemTemplateElementAn instance of this class represents an element inside an xsl:template class.classElemTextImplement xsl:template.classElemTextLiteralImplement a text literal.classElemUnknownImplement an unknown elementclassElemUseImplement xsl:use.classElemValueOfImplement xsl:value-of.classElemVariableImplement xsl:variable.classElemVariablePsuedoclassElemWhenImplement xsl:when.classElemWithParamImplement xsl:with-param.classFuncDocumentExecute the Doc() function.classFuncFormatNumbExecute the FormatNumber() function.classFuncKeyExecute the Key() function.classKeyDeclarationHolds the attribute declarations for the xsl:keys element.classNamespaceAliasObject to hold an xsl:namespace element.classOutputPropertiesThis class provides information from xsl:output elements.classStylesheetRepresents a stylesheet element.classStylesheetComposedRepresents a stylesheet that has methods that resolve includes and imports.classStylesheetRootThis class represents the root object of the stylesheet tree.classTemplateListEncapsulates a template list, and helps locate individual templates.classWhiteSpaceInfoThis is used as a special "fake" template that can be handled by the TemplateList to do pattern matching on nodes.classXMLNSDeclRepresents an xmlns declarationclassXUnresolvedVariableAn instance of this class holds unto a variable until it is executed.classXUnresolvedVariableSimpleThis is the same as XUnresolvedVariable, but it assumes that the context is already set up. -
Uses of Serializable in org.apache.xalan.transformer
Classes in org.apache.xalan.transformer that implement Serializable Modifier and Type Class Description classCountersTableThis is a table of counters, keyed by ElemNumber objects, each of which has a list of Counter objects.classKeyIteratorThis class implements an optimized iterator for "key()" patterns, matching each node to the match attribute in one or more xsl:key declarations. -
Uses of Serializable in org.apache.xml.dtm
Classes in org.apache.xml.dtm that implement Serializable Modifier and Type Class Description classDTMConfigurationExceptionIndicates a serious configuration error.classDTMDOMExceptionSimple implementation of DOMException.classDTMExceptionThis class specifies an exceptional condition that occured in the DTM module. -
Uses of Serializable in org.apache.xml.dtm.ref
Classes in org.apache.xml.dtm.ref that implement Serializable Modifier and Type Class Description classDTMNamedNodeMap.DTMExceptionSimple implementation of DOMException. -
Uses of Serializable in org.apache.xml.serializer.utils
Classes in org.apache.xml.serializer.utils that implement Serializable Modifier and Type Class Description classWrappedRuntimeExceptionThis class is for throwing important checked exceptions over non-checked methods. -
Uses of Serializable in org.apache.xml.utils
Classes in org.apache.xml.utils that implement Serializable Modifier and Type Class Description classNameSpaceA representation of a namespace.classNodeVectorA very simple table that stores a list of Nodes.classObjectPoolPool of object of a given type to pick from to help memory usageclassQNameClass to represent a qualified name: "The name of an internal XSLT object, specifically a named template (see [7 Named Templates]), a mode (see [6.7 Modes]), an attribute set (see [8.1.4 Named Attribute Sets]), a key (see [14.2 Keys]), a locale (see [14.3 Number Formatting]), a variable or a parameter (see [12 Variables and Parameters]) is specified as a QName.classSAXSourceLocatorClass SAXSourceLocator extends org.xml.sax.helpers.LocatorImpl for the purpose of implementing the SourceLocator interface, and thus can be both a SourceLocator and a SAX Locator.classStopParseExceptionThis is a special exception that is used to stop parsing when search for an element.classStringVectorA very simple table that stores a list of strings, optimized for small lists.classURIA class to represent a Uniform Resource Identifier (URI).static classURI.MalformedURIExceptionMalformedURIExceptions are thrown in the process of building a URI or setting fields on a URI when an operation would result in an invalid URI specification.classWrappedRuntimeExceptionThis class is for throwing important checked exceptions over non-checked methods. -
Uses of Serializable in org.apache.xpath
Classes in org.apache.xpath that implement Serializable Modifier and Type Class Description classExpressionThis abstract class serves as the base for all expression objects.classFoundIndexClass to let us know when it's time to do a search from the parent because of indexing.classNodeSetDTMThe NodeSetDTM class can act as either a NodeVector, NodeList, or NodeIterator.classXPathThe XPath class wraps an expression object and provides general services for execution of that expression.classXPathExceptionThis class implements an exception object that all XPath classes will throw in case of an error.classXPathProcessorExceptionDerived from XPathException in order that XPath processor exceptions may be specifically caught. -
Uses of Serializable in org.apache.xpath.axes
Classes in org.apache.xpath.axes that implement Serializable Modifier and Type Class Description classAttributeIteratorThis class implements an optimized iterator for attribute axes patterns.classAxesWalkerServes as common interface for axes Walkers, and stores common state variables.classBasicTestIteratorBase for iterators that handle predicates.classChildIteratorThis class implements an optimized iterator for "node()" patterns, that is, any children of the context node.classChildTestIteratorThis class implements an optimized iterator for children patterns that have a node test, and possibly a predicate.classDescendantIteratorThis class implements an optimized iterator for descendant, descendant-or-self, or "//foo" patterns.classFilterExprIteratorclassFilterExprIteratorSimpleClass to use for one-step iteration that doesn't have a predicate, and doesn't need to set the context.classFilterExprWalkerWalker for the OP_VARIABLE, or OP_EXTFUNCTION, or OP_FUNCTION, or OP_GROUP, op codes.classIteratorPoolPool of object of a given type to pick from to help memory usageclassLocPathIteratorThis class extends NodeSetDTM, which implements NodeIterator, and fetches nodes one at a time in document order based on a XPathclassMatchPatternIteratorThis class treats a LocationPath as a filtered iteration over the tree, evaluating each node in a super axis traversal against the LocationPath interpreted as a match pattern.classNodeSequenceThis class is the dynamic wrapper for a Xalan DTMIterator instance, and provides random access capabilities.classOneStepIteratorThis class implements a general iterator for those LocationSteps with only one step, and perhaps a predicate.classOneStepIteratorForwardThis class implements a general iterator for those LocationSteps with only one step, and perhaps a predicate, that only go forward (i.e.classPredicatedNodeTestclassReverseAxesWalkerWalker for a reverse axes.classRTFIteratorclassSelfIteratorNoPredicateThis class implements an optimized iterator for "." patterns, that is, the self axes without any predicates.classUnionChildIteratorThis class defines a simplified type of union iterator that only tests along the child axes.classUnionPathIteratorThis class extends NodeSetDTM, which implements DTMIterator, and fetches nodes one at a time in document order based on a XPath UnionExpr.classWalkingIteratorLocation path iterator that uses Walkers.classWalkingIteratorSortedThis class iterates over set of nodes that needs to be sorted. -
Uses of Serializable in org.apache.xpath.domapi
Classes in org.apache.xpath.domapi that implement Serializable Modifier and Type Class Description classXPathStylesheetDOM3ExceptionA new exception to add support for DOM Level 3 XPath API. -
Uses of Serializable in org.apache.xpath.functions
Classes in org.apache.xpath.functions that implement Serializable Modifier and Type Class Description classFuncBooleanExecute the Boolean() function.classFuncCeilingExecute the Ceiling() function.classFuncConcatExecute the Concat() function.classFuncContainsExecute the Contains() function.classFuncCountExecute the Count() function.classFuncCurrentExecute the current() function.classFuncDoclocationExecute the proprietary document-location() function, which returns a node set of documents.classFuncExtElementAvailableExecute the ExtElementAvailable() function.classFuncExtFunctionAn object of this class represents an extension call expression.classFuncExtFunctionAvailableExecute the ExtFunctionAvailable() function.classFuncFalseExecute the False() function.classFuncFloorExecute the Floor() function.classFuncGenerateIdExecute the GenerateId() function.classFuncIdExecute the Id() function.classFuncLangExecute the Lang() function.classFuncLastExecute the Last() function.classFuncLocalPartExecute the LocalPart() function.classFuncNamespaceExecute the Namespace() function.classFuncNormalizeSpaceExecute the normalize-space() function.classFuncNotExecute the Not() function.classFuncNumberExecute the Number() function.classFuncPositionExecute the Position() function.classFuncQnameExecute the Qname() function.classFuncRoundExecute the round() function.classFuncStartsWithExecute the StartsWith() function.classFuncStringExecute the String() function.classFuncStringLengthExecute the StringLength() function.classFuncSubstringExecute the Substring() function.classFuncSubstringAfterExecute the SubstringAfter() function.classFuncSubstringBeforeExecute the SubstringBefore() function.classFuncSumExecute the Sum() function.classFuncSystemPropertyExecute the SystemProperty() function.classFunctionThis is a superclass of all XPath functions.classFunction2ArgsBase class for functions that accept two arguments.classFunction3ArgsBase class for functions that accept three arguments.classFunctionDef1ArgBase class for functions that accept one argument that can be defaulted if not specified.classFunctionMultiArgsBase class for functions that accept an undetermined number of multiple arguments.classFunctionOneArgBase class for functions that accept one argument.classFuncTranslateExecute the Translate() function.classFuncTrueExecute the True() function.classFuncUnparsedEntityURIclassWrongNumberArgsExceptionAn exception that is thrown if the wrong number of arguments to an exception are specified by the stylesheet. -
Uses of Serializable in org.apache.xpath.objects
Classes in org.apache.xpath.objects that implement Serializable Modifier and Type Class Description classXBooleanThis class represents an XPath boolean object, and is capable of converting the boolean to other types, such as a string.classXBooleanStaticThis class doesn't have any XPathContext, so override whatever to ensure it works OK.classXNodeSetThis class represents an XPath nodeset object, and is capable of converting the nodeset to other types, such as a string.classXNodeSetForDOMThis class overrides the XNodeSet#object() method to provide the original Node object, NodeList object, or NodeIterator.classXNullThis class represents an XPath null object, and is capable of converting the null to other types, such as a string.classXNumberThis class represents an XPath number, and is capable of converting the number to other types, such as a string.classXObjectThis class represents an XPath object, and is capable of converting the object to various types, such as a string.classXRTreeFragThis class represents an XPath result tree fragment object, and is capable of converting the RTF to other types, such as a string.classXRTreeFragSelectWrapperThis class makes an select statement act like an result tree fragment.classXStringThis class represents an XPath string object, and is capable of converting the string to other types, such as a number.classXStringForCharsThis class will wrap a FastStringBuffer and allow forclassXStringForFSBThis class will wrap a FastStringBuffer and allow for -
Uses of Serializable in org.apache.xpath.operations
Classes in org.apache.xpath.operations that implement Serializable Modifier and Type Class Description classAndThe 'and' operation expression executer.classBoolThe 'boolean()' operation expression executer.classDivThe 'div' operation expression executer.classEqualsThe '=' operation expression executer.classGtThe '>' operation expression executer.classGteThe '>=' operation expression executer.classLtThe '<' operation expression executer.classLteThe '<=' operation expression executer.classMinusThe binary '-' operation expression executer.classModThe 'mod' operation expression executer.classMultThe '*' operation expression executer.classNegThe unary '-' operation expression executer.classNotEqualsThe '!=' operation expression executer.classNumberThe 'number()' operation expression executer.classOperationThe baseclass for a binary operation.classOrThe 'or' operation expression executer.classPlusThe '+' operation expression executer.classQuoDeprecated.classStringThe 'string()' operation expression executer.classUnaryOperationThe unary operation base class.classVariableThe variable reference expression executer.classVariableSafeAbsRefThis is a "smart" variable reference that is used in situations where an absolute path is optimized into a variable reference, but may be used in some situations where the document context may have changed. -
Uses of Serializable in org.apache.xpath.patterns
Classes in org.apache.xpath.patterns that implement Serializable Modifier and Type Class Description classContextMatchStepPatternSpecial context node pattern matcher.classFunctionPatternMatch pattern step that contains a function.classNodeTestThis is the basic node test class for both match patterns and location path steps.classStepPatternThis class represents a single pattern match step.classUnionPatternThis class represents a union pattern, which can have multiple individual StepPattern patterns. -
Uses of Serializable in org.bouncycastle.asn1
Classes in org.bouncycastle.asn1 that implement Serializable Modifier and Type Class Description classASN1ExceptionclassASN1ParsingException -
Uses of Serializable in org.bouncycastle.cert
Classes in org.bouncycastle.cert that implement Serializable Modifier and Type Class Description classCertExceptionGeneral checked Exception thrown in the cert package and its sub-packages.classCertIOExceptionGeneral IOException thrown in the cert package and its sub-packages. -
Uses of Serializable in org.bouncycastle.cms
Classes in org.bouncycastle.cms that implement Serializable Modifier and Type Class Description classCMSAttributeTableGenerationExceptionclassCMSExceptionclassCMSRuntimeExceptionclassCMSSignerDigestMismatchExceptionclassCMSVerifierCertificateNotValidException -
Uses of Serializable in org.bouncycastle.crypto
Classes in org.bouncycastle.crypto that implement Serializable Modifier and Type Class Description classCryptoExceptionthe foundation class for the hard exceptions thrown by the crypto packages.classDataLengthExceptionthis 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.classInvalidCipherTextExceptionthis exception is thrown whenever we find something we don't expect in a message.classOutputLengthExceptionclassRuntimeCryptoExceptionthe foundation class for the exceptions thrown by the crypto packages. -
Uses of Serializable in org.bouncycastle.jcajce.provider.asymmetric.dh
Classes in org.bouncycastle.jcajce.provider.asymmetric.dh that implement Serializable Modifier and Type Class Description classBCDHPrivateKeyclassBCDHPublicKey -
Uses of Serializable in org.bouncycastle.jcajce.provider.asymmetric.dsa
Classes in org.bouncycastle.jcajce.provider.asymmetric.dsa that implement Serializable Modifier and Type Class Description classBCDSAPrivateKeyclassBCDSAPublicKey -
Uses of Serializable in org.bouncycastle.jcajce.provider.asymmetric.ec
Classes in org.bouncycastle.jcajce.provider.asymmetric.ec that implement Serializable Modifier and Type Class Description classBCECPrivateKeyclassBCECPublicKey -
Uses of Serializable in org.bouncycastle.jcajce.provider.asymmetric.rsa
Classes in org.bouncycastle.jcajce.provider.asymmetric.rsa that implement Serializable Modifier and Type Class Description classBCRSAPrivateCrtKeyA provider representation for a RSA private key, with CRT factors included.classBCRSAPrivateKeyclassBCRSAPublicKey -
Uses of Serializable in org.bouncycastle.jcajce.provider.asymmetric.util
Classes in org.bouncycastle.jcajce.provider.asymmetric.util that implement Serializable Modifier and Type Class Description classExtendedInvalidKeySpecException -
Uses of Serializable in org.bouncycastle.jcajce.provider.asymmetric.x509
Classes in org.bouncycastle.jcajce.provider.asymmetric.x509 that implement Serializable Modifier and Type Class Description classPKIXCertPathCertPath implementation for X.509 certificates. -
Uses of Serializable in org.bouncycastle.jcajce.provider.config
Classes in org.bouncycastle.jcajce.provider.config that implement Serializable Modifier and Type Class Description classProviderConfigurationPermissionA permission class to define what can be done with the ConfigurableProvider interface. -
Uses of Serializable in org.bouncycastle.jcajce.provider.symmetric.util
Classes in org.bouncycastle.jcajce.provider.symmetric.util that implement Serializable Modifier and Type Class Description classBCPBEKey -
Uses of Serializable in org.bouncycastle.jce.exception
Classes in org.bouncycastle.jce.exception that implement Serializable Modifier and Type Class Description classExtCertPathBuilderExceptionclassExtCertPathValidatorException -
Uses of Serializable in org.bouncycastle.jce.interfaces
Subinterfaces of Serializable in org.bouncycastle.jce.interfaces Modifier and Type Interface Description interfaceECPrivateKeyinterface for Elliptic Curve Private keys.interfaceECPublicKeyinterface for elliptic curve public keys. -
Uses of Serializable in org.bouncycastle.jce.provider
Classes in org.bouncycastle.jce.provider that implement Serializable Modifier and Type Class Description classAnnotatedExceptionclassBouncyCastleProviderTo add the provider at runtime use:classJCEDHPrivateKeyclassJCEDHPublicKeyclassJCEECPrivateKeyclassJCEECPublicKeyclassJCERSAPrivateCrtKeyA provider representation for a RSA private key, with CRT factors included.classJCERSAPrivateKeyclassJCERSAPublicKeyclassJDKDSAPrivateKeyclassJDKDSAPublicKeyclassPKIXNameConstraintValidatorExceptionclassX509CertificateObject -
Uses of Serializable in org.bouncycastle.jce.spec
Classes in org.bouncycastle.jce.spec that implement Serializable Modifier and Type Class Description classRepeatedSecretKeySpecA simple object to indicate that a symmetric cipher should reuse the last key provided. -
Uses of Serializable in org.bouncycastle.operator
Classes in org.bouncycastle.operator that implement Serializable Modifier and Type Class Description classOperatorCreationExceptionclassOperatorExceptionclassOperatorStreamExceptionclassRuntimeOperatorException -
Uses of Serializable in org.bouncycastle.util
Classes in org.bouncycastle.util that implement Serializable Modifier and Type Class Description classStoreException -
Uses of Serializable in org.bouncycastle.util.encoders
Classes in org.bouncycastle.util.encoders that implement Serializable Modifier and Type Class Description classDecoderExceptionclassEncoderException -
Uses of Serializable in org.bouncycastle.util.io
Classes in org.bouncycastle.util.io that implement Serializable Modifier and Type Class Description classStreamOverflowException -
Uses of Serializable in org.bouncycastle.util.io.pem
Classes in org.bouncycastle.util.io.pem that implement Serializable Modifier and Type Class Description classPemGenerationException -
Uses of Serializable in org.bouncycastle.x509
Classes in org.bouncycastle.x509 that implement Serializable Modifier and Type Class Description classNoSuchStoreException -
Uses of Serializable in org.conscrypt
Classes in org.conscrypt that implement Serializable Modifier and Type Class Description classAlertExceptionThis exception is used to signal that a fatal alert has occurred while working through the protocol.classEndOfBufferExceptionThis exception indicates that data could not be read from the stream because the underlying input stream reached its end.classEndOfSourceExceptionThis exception indicates that data could not be read from the buffered stream because underlying data buffer was exhausted.classJSSEProviderJSSE Provider implementation.protected static classOpenSSLCipher.ModeModes that a block cipher may support.protected static classOpenSSLCipher.PaddingPaddings that a block cipher may support.classOpenSSLDSAPrivateKeyclassOpenSSLDSAPublicKeyclassOpenSSLECPrivateKeyclassOpenSSLECPublicKeyclassOpenSSLProviderProvider that goes through OpenSSL for operations.classOpenSSLRandomclassOpenSSLRSAPrivateCrtKeyclassOpenSSLRSAPrivateKeyclassOpenSSLRSAPublicKeyclassOpenSSLSecretKeyclassOpenSSLX509CertificateclassOpenSSLX509CertPathclassPinEntryExceptionclassX509PublicKeyA simple but useless key class that holds X.509 public key information when the appropriate KeyFactory for the key algorithm is not available. -
Uses of Serializable in org.json
Classes in org.json that implement Serializable Modifier and Type Class Description classJSONExceptionThrown to indicate a problem with the JSON API. -
Uses of Serializable in org.robovm.rt.bro
Classes in org.robovm.rt.bro that implement Serializable Modifier and Type Class Description classEnumConstantMissingExceptionException to be thrown byValuedEnumin case it is not able marshal native to enum due missing value in enum -
Uses of Serializable in org.w3c.dom
Classes in org.w3c.dom that implement Serializable Modifier and Type Class Description classDOMExceptionDOM 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). -
Uses of Serializable in org.w3c.dom.ls
Classes in org.w3c.dom.ls that implement Serializable Modifier and Type Class Description classLSExceptionParser or write operations may throw anLSExceptionif the processing is stopped. -
Uses of Serializable in org.xml.sax
Classes in org.xml.sax that implement Serializable Modifier and Type Class Description classSAXExceptionEncapsulate a general SAX error or warning.classSAXNotRecognizedExceptionException class for an unrecognized identifier.classSAXNotSupportedExceptionException class for an unsupported operation.classSAXParseExceptionEncapsulate an XML parse error or warning. -
Uses of Serializable in org.xmlpull.v1
Classes in org.xmlpull.v1 that implement Serializable Modifier and Type Class Description classXmlPullParserExceptionThis exception is thrown to signal XML Pull Parser related faults. -
Uses of Serializable in SQLite
Classes in SQLite that implement Serializable Modifier and Type Class Description classExceptionClass for SQLite related exceptions.
Principal,KeyStoreand thejava.security.certpackage instead.