Uses of Class
java.lang.Object
-
Uses of Object in com.squareup.okhttp
Subclasses of Object in com.squareup.okhttp Modifier and Type Class Description classAddressA specification for a connection to an origin server.classConnectionHolds the sockets and streams of an HTTP, HTTPS, or HTTPS+SPDY connection, which may be used for multiple HTTP request/response exchanges.classConnectionPoolManages reuse of HTTP and SPDY connections for reduced network latency.classFailureA failure attempting to retrieve an HTTP response.static classFailure.BuilderclassHttpHandlerclassHttpResponseCacheCaches HTTP and HTTPS responses to the filesystem so they may be reused, saving time and bandwidth.classHttpsHandlerclassMediaTypeAn RFC 2045 Media Type, appropriate to describe the content type of an HTTP request or response body.static classOkAuthenticator.ChallengeAn RFC 2617 challenge.static classOkAuthenticator.CredentialAn RFC 2617 credential.classOkHttpClientConfigures and creates HTTP connections.classRequestAn HTTP request.static classRequest.Bodystatic classRequest.BuilderclassResponseAn HTTP response.static classResponse.Bodystatic classResponse.BuilderclassRouteRepresents the route used by a connection to reach an endpoint.classRouteDatabaseA blacklist of failed routes to avoid when creating a new connection to a target address.classTunnelRequestRouting and authentication information sent to an HTTP proxy to create a HTTPS to an origin server.Methods in com.squareup.okhttp that return Object Modifier and Type Method Description ObjectConnection. newTransport(HttpEngine httpEngine)Returns the transport appropriate for this connection.ObjectRequest. tag()Methods in com.squareup.okhttp with parameters of type Object Modifier and Type Method Description voidOkHttpClient. cancel(Object tag)Cancels all scheduled tasks tagged withtag.booleanAddress. equals(Object other)booleanMediaType. equals(Object o)booleanOkAuthenticator.Challenge. equals(Object o)booleanOkAuthenticator.Credential. equals(Object o)booleanRoute. equals(Object obj)Request.BuilderRequest.Builder. tag(Object tag)Attachestagto the request. -
Uses of Object in com.squareup.okhttp.internal
Subclasses of Object in com.squareup.okhttp.internal Modifier and Type Class Description classAbstractOutputStreamAn output stream for an HTTP request body.classBase64Base64 encoder/decoder.classDiskLruCacheA cache that uses a bounded amount of space on a filesystem.classDiskLruCache.EditorEdits the values for an entry.classDiskLruCache.SnapshotA snapshot of the values for an entry.classFaultRecoveringOutputStreamAn output stream wrapper that recovers from failures in the underlying stream by replacing it with another stream.classNamedRunnableRunnable implementation which always sets its thread name.classPlatformAccess to proprietary Android APIs.classStrictLineReaderBuffers input from anInputStreamfor reading lines.classUtilJunk drawer of utility methods.Methods in com.squareup.okhttp.internal with parameters of type Object Modifier and Type Method Description static booleanUtil. equal(Object a, Object b)Returns true if two possibly-null objects are equal.Constructors in com.squareup.okhttp.internal with parameters of type Object Constructor Description NamedRunnable(String format, Object... args) -
Uses of Object in com.squareup.okhttp.internal.http
Subclasses of Object in com.squareup.okhttp.internal.http Modifier and Type Class Description classDispatcherclassHttpAuthenticatorHandles HTTP authentication headers from origin and proxy servers.classHttpEngineHandles a single HTTP request/response pair.classHttpsEngineclassHttpsURLConnectionImplclassHttpTransportclassHttpURLConnectionImplThis implementation uses HttpEngine to send requests and receive responses.classJobclassOkResponseCacheAdapterclassRawHeadersThe HTTP status and unparsed header fields of a single HTTP message.classRequestHeadersParsed HTTP request headers.classResponseHeadersParsed HTTP response headers.classRouteSelectorSelects routes to connect to an origin server.classSpdyTransportMethods in com.squareup.okhttp.internal.http that return Object Modifier and Type Method Description ObjectHttpsURLConnectionImpl. getContent()ObjectHttpsURLConnectionImpl. getContent(Class[] types)Methods in com.squareup.okhttp.internal.http with parameters of type Object Modifier and Type Method Description voidDispatcher. cancel(Object tag) -
Uses of Object in com.squareup.okhttp.internal.spdy
Subclasses of Object in com.squareup.okhttp.internal.spdy Modifier and Type Class Description classPingA locally-originated ping.classSpdyConnectionA socket connection to a remote peer.static classSpdyConnection.BuilderclassSpdyStreamA logical bidirectional stream. -
Uses of Object in com.squareup.okhttp.internal.tls
Subclasses of Object in com.squareup.okhttp.internal.tls Modifier and Type Class Description classOkHostnameVerifierA HostnameVerifier consistent with RFC 2818. -
Uses of Object in dalvik.system
Subclasses of Object in dalvik.system Modifier and Type Class Description classBlockGuardMechanism to let threads set restrictions on what code is allowed to do in their thread.static classBlockGuard.BlockGuardPolicyExceptionclassCloseGuardCloseGuard is a mechanism for flagging implicit finalizer cleanup of resources that should have been cleaned up by explicit close methods (aka "explicit termination methods" in Effective Java).classDalvikLoggingUtility methods for logging toDalvikHandlers.classSocketTaggerCallbacks for socket assignment and reassignment.classVMRuntimeProvides an interface to VM-global, Dalvik-specific features.classVMStackProvides a limited interface to the Dalvik VM stack.Methods in dalvik.system that return Object Modifier and Type Method Description ObjectVMRuntime. newNonMovableArray(Class<?> componentType, int length)Returns an array allocated in an area of the Java heap where it will never be moved.Methods in dalvik.system with parameters of type Object Modifier and Type Method Description longVMRuntime. addressOf(Object array)Returns the address of array[0]. -
Uses of Object in java.awt.font
Subclasses of Object in java.awt.font 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.Methods in java.awt.font with parameters of type Object Modifier and Type Method Description booleanNumericShaper. equals(Object obj) -
Uses of Object in java.beans
Subclasses of Object in java.beans 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.classPropertyChangeListenerProxyThe implementation of this listener proxy just delegates the received events to its listener.classPropertyChangeSupportManages a list of listeners to be notified when a property changes.Methods in java.beans that return Object Modifier and Type Method Description ObjectPropertyChangeEvent. getNewValue()Returns the new value that the property now has.ObjectPropertyChangeEvent. getOldValue()Returns the old value that the property had.ObjectPropertyChangeEvent. getPropagationId()Returns the propagationId object.Methods in java.beans with parameters of type Object Modifier and Type Method Description voidPropertyChangeSupport. fireIndexedPropertyChange(String propertyName, int index, Object oldValue, Object newValue)Fires anIndexedPropertyChangeEventwith the given name, old value, new value and index.voidPropertyChangeSupport. firePropertyChange(String propertyName, Object oldValue, Object newValue)Fires aPropertyChangeEventwith the given name, old value and new value.voidPropertyChangeEvent. setPropagationId(Object propagationId)Sets the propagationId object.Constructors in java.beans with parameters of type Object Constructor Description IndexedPropertyChangeEvent(Object source, String propertyName, Object oldValue, Object newValue, int index)Creates a new property changed event with an indication of the property index.PropertyChangeEvent(Object source, String propertyName, Object oldValue, Object newValue)The constructor used to create a newPropertyChangeEvent.PropertyChangeSupport(Object sourceBean)Creates a new instance that uses the source bean as source for any event. -
Uses of Object in java.io
Subclasses of Object in java.io Modifier and Type Class Description classBufferedInputStreamWraps an existingInputStreamand buffers the input.classBufferedOutputStreamWraps an existingOutputStreamand buffers the output.classBufferedReaderWraps an existingReaderand buffers the input.classBufferedWriterWraps an existingWriterand buffers the output.classByteArrayInputStreamA specializedInputStreamfor reading the contents of a byte array.classByteArrayOutputStreamA specializedOutputStreamfor class for writing content to an (internal) byte array.classCharArrayReaderA specializedReaderfor reading the contents of a char array.classCharArrayWriterA specializedWriterfor class for writing content to an (internal) char array.classCharConversionExceptionThe top level class for character conversion exceptions.classConsoleProvides access to the console, if available.classDataInputStreamWraps an existingInputStreamand reads big-endian typed data from it.classDataOutputStreamWraps an existingOutputStreamand writes big-endian typed data to it.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.classFileDescriptorWraps a Unix file descriptor.classFileInputStreamAn input stream that reads bytes from a file.classFileNotFoundExceptionThrown when a file specified by a program cannot be found.classFileOutputStreamAn output stream that writes bytes to a file.classFilePermissionLegacy security code; do not use.classFileReaderA specializedReaderthat reads from a file in the file system.classFileWriterA specializedWriterthat writes to a file in the file system.classFilterInputStreamWraps an existingInputStreamand performs some transformation on the input data while it is being read.classFilterOutputStreamWraps an existingOutputStreamand performs some transformation on the output data while it is being written.classFilterReaderWraps an existingReaderand performs some transformation on the input data while it is being read.classFilterWriterWraps an existingWriterand performs some transformation on the output data while it is being written.classInputStreamA readable source of bytes.classInputStreamReaderA class for turning a byte stream into a character stream.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.classLineNumberInputStreamDeprecated.classLineNumberReaderWraps an existingReaderand counts the line terminators encountered while reading the data.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.classObjectInputStreamA specializedInputStreamthat is able to read (deserialize) Java objects as well as primitive data types (int, byte, char etc.).static classObjectInputStream.GetFieldGetField is an inner class that provides access to the persistent fields read from the source stream.classObjectOutputStreamA specializedOutputStreamthat is able to write (serialize) Java objects as well as primitive data types (int, byte, char etc.).static classObjectOutputStream.PutFieldPutField is an inner class to provide access to the persistent fields that are written to the target stream.classObjectStreamClassRepresents a descriptor for identifying a class during serialization and deserialization.classObjectStreamExceptionSignals some sort of problem during either serialization or deserialization of objects.classObjectStreamFieldDescribes a field for the purpose of serialization.classOptionalDataExceptionSignals that theObjectInputStreamclass encountered a primitive type (int,charetc.) instead of an object instance in the input stream.classOutputStreamA writable sink for bytes.classOutputStreamWriterA class for turning a character stream into a byte stream.classPipedInputStreamReceives information from a communications pipe.classPipedOutputStreamPlaces information on a communications pipe.classPipedReaderReceives information on a communications pipe.classPipedWriterPlaces information on a communications pipe.classPrintStreamWraps an existingOutputStreamand provides convenience methods for writing common data types in a human readable format.classPrintWriterWraps either an existingOutputStreamor an existingWriterand provides convenience methods for printing common data types in a human readable format.classPushbackInputStreamWraps an existingInputStreamand adds functionality to "push back" bytes that have been read, so that they can be read again.classPushbackReaderWraps an existingReaderand adds functionality to "push back" characters that have been read, so that they can be read again.classRandomAccessFileAllows reading from and writing to a file in a random-access manner.classReaderThe base class for all readers.classSequenceInputStreamConcatenates two or more existingInputStreams.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).classStreamTokenizerParses a stream into a set of defined tokens, one at a time.classStringBufferInputStreamDeprecated.UseStringReaderinstead.classStringReaderA specializedReaderthat reads characters from aStringin a sequential manner.classStringWriterA specializedWriterthat writes characters to aStringBufferin a sequential manner, appending them in the process.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.classWriterThe base class for all writers.Fields in java.io declared as Object Modifier and Type Field Description protected ObjectReader. lockThe object used to synchronize access to the reader.protected ObjectWriter. lockThe object used to synchronize access to the writer.Methods in java.io that return Object Modifier and Type Method Description abstract ObjectObjectInputStream.GetField. get(String name, Object defaultValue)Gets the value of the object field identified bynamefrom the persistent field.ObjectObjectInput. readObject()Reads the next object from this stream.ObjectObjectInputStream. readObject()Reads the next object from the source stream.protected ObjectObjectInputStream. readObjectOverride()Method to be overridden by subclasses to read the next object from the source stream.ObjectObjectInputStream. readUnshared()Reads the next unshared object from the source stream.protected ObjectObjectOutputStream. replaceObject(Object object)Allows trusted subclasses to substitute the specified originalobjectwith a new object.protected ObjectObjectInputStream. resolveObject(Object object)Allows trusted subclasses to substitute the specified originalobjectwith a new object.Methods in java.io with parameters of type Object Modifier and Type Method Description intObjectStreamField. compareTo(Object o)Compares this field descriptor to the specified one.booleanFile. equals(Object obj)Comparesobjto this file and returnstrueif they represent the same object using a path specific comparison.ConsoleConsole. format(String format, Object... args)Writes a formatted string to the console using the specified format string and arguments.PrintStreamPrintStream. format(String format, Object... args)Formatsargsaccording to the format stringformat, and writes the result to this stream.PrintStreamPrintStream. format(Locale l, String format, Object... args)Writes a string formatted by an intermediateFormatterto this stream using the specified locale, format string and arguments.PrintWriterPrintWriter. format(String format, Object... args)Formatsargsaccording to the format stringformat, and writes the result to this stream.PrintWriterPrintWriter. format(Locale l, String format, Object... args)Writes a string formatted by an intermediateFormatterto the target using the specified locale, format string and arguments.abstract ObjectObjectInputStream.GetField. get(String name, Object defaultValue)Gets the value of the object field identified bynamefrom the persistent field.voidPrintStream. print(Object o)Prints the string representation of the Objecto, or"null".voidPrintWriter. print(Object obj)Prints the string representation of the specified object to the target.ConsoleConsole. printf(String format, Object... args)Equivalent toformat(format, args).PrintStreamPrintStream. printf(String format, Object... args)Prints a formatted string.PrintStreamPrintStream. printf(Locale l, String format, Object... args)Prints a formatted string.PrintWriterPrintWriter. printf(String format, Object... args)Prints a formatted string.PrintWriterPrintWriter. printf(Locale l, String format, Object... args)Prints a formatted string.voidPrintStream. println(Object o)Prints the string representation of the Objecto, or"null", followed by a newline.voidPrintWriter. println(Object obj)Prints the string representation of the objecto, or"null, followed by a newline.abstract voidObjectOutputStream.PutField. put(String name, Object value)Puts the value of the Object field identified bynameto the persistent field.StringConsole. readLine(String format, Object... args)Reads a line from this console, using the specified prompt.char[]Console. readPassword(String format, Object... args)Reads a password from the console.protected ObjectObjectOutputStream. replaceObject(Object object)Allows trusted subclasses to substitute the specified originalobjectwith a new object.protected ObjectObjectInputStream. resolveObject(Object object)Allows trusted subclasses to substitute the specified originalobjectwith a new object.voidObjectOutput. writeObject(Object obj)Writes the specified objectobjto the target stream.voidObjectOutputStream. writeObject(Object object)Writes an object to the target stream.protected voidObjectOutputStream. writeObjectOverride(Object object)Method to be overridden by subclasses to writeobjectto the target stream.voidObjectOutputStream. writeUnshared(Object object)Writes an unshared object to the target stream. -
Uses of Object in java.lang
Subclasses of Object in java.lang 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.static classCharacter.Subsetstatic classCharacter.UnicodeBlockRepresents a block of Unicode characters.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.classClassLoaderLoads classes and resources from a repository.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.classCompilerDoes nothing on Android.classDaemonsCalls Object.finalize() on objects in the finalizer reference queue.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.classInheritableThreadLocal<T>A thread-local variable whose value is passed from parent to child thread.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.classIntegralToStringConverts integral types to strings.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.classMathClass Math provides basic math constants and operations such as trigonometric functions, hyperbolic functions, exponential, logarithms, etc.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.classPackageContains information about a Java package.classProcessRepresents an external process.classProcessBuilderCreates operating system processes.classReflectiveOperationExceptionSuperclass of exceptions related to reflection.classRuntimeAllows Java applications to interface with the environment in which they are running.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.classSecurityManagerLegacy security code; do not use.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.classStrictMathClass StrictMath provides basic math constants and operations such as trigonometric functions, hyperbolic functions, exponential, logarithms, etc.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.classSystemProvides access to system-related information and resources including standard input and output.classThreadAThreadis a concurrent unit of execution.classThreadDeathThreadDeath is thrown when a thread stops executing.classThreadGroupThreadGroupis a means of organizing threads into a hierarchical structure.classThreadLocal<T>Implements a thread-local storage, that is, a variable for which each thread has its own value.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.classVoidPlaceholder class for the Java keywordvoid.Methods in java.lang that return Object Modifier and Type Method Description protected ObjectEnum. clone()Enumobjects are singletons, they may not be cloned.protected ObjectObject. clone()Creates and returns a copy of thisObject.static ObjectCompiler. command(Object cmd)Executes an operation according to the specified command object.T[]Class. getEnumConstants()Returns theenumconstants associated with thisClass.ObjectSecurityManager. getSecurityContext()Object[]Class. getSigners()Returns null.Methods in java.lang with parameters of type Object Modifier and Type Method Description StringBufferStringBuffer. append(Object obj)Adds the string representation of the specified object to the end of this StringBuffer.StringBuilderStringBuilder. append(Object obj)Appends the string representation of the specifiedObject.static voidSystem. arraycopy(Object src, int srcPos, Object dst, int dstPos, int length)Copieslengthelements from the arraysrc, starting at offsetsrcPos, into the arraydst, starting at offsetdstPos.TClass. cast(Object obj)Casts the given object to the type represented by thisClass.voidSecurityManager. checkConnect(String host, int port, Object context)voidSecurityManager. checkPermission(Permission permission, Object context)voidSecurityManager. checkRead(String file, Object context)booleanSecurityManager. checkTopLevelWindow(Object window)static ObjectCompiler. command(Object cmd)Executes an operation according to the specified command object.booleanBoolean. equals(Object o)Compares this instance with the specified object and indicates if they are equal.booleanByte. equals(Object object)Compares this object with the specified object and indicates if they are equal.booleanCharacter. equals(Object object)Compares this object with the specified object and indicates if they are equal.booleanCharacter.Subset. equals(Object object)Compares this character subset for identity with the specified object.booleanDouble. equals(Object object)Tests this double for equality withobject.booleanEnum. equals(Object other)Compares this object with the specified object and indicates if they are equal.booleanFloat. equals(Object object)Tests this double for equality withobject.booleanInteger. equals(Object o)Compares this instance with the specified object and indicates if they are equal.booleanLong. equals(Object o)Compares this instance with the specified object and indicates if they are equal.booleanObject. equals(Object o)Compares this instance with the specified object and indicates if they are equal.booleanShort. equals(Object object)Compares this instance with the specified object and indicates if they are equal.booleanStackTraceElement. equals(Object obj)Compares this instance with the specified object and indicates if they are equal.booleanString. equals(Object object)Compares the specified object to this string and returns true if they are equal.static StringString. format(String format, Object... args)Returns a localized formatted string, using the supplied format and arguments, using the user's default locale.static StringString. format(Locale locale, String format, Object... args)Returns a formatted string, using the supplied format and arguments, localized to the given locale.static booleanThread. holdsLock(Object object)Indicates whether the current Thread has a monitor lock on the specified object.static intSystem. identityHashCode(Object anObject)Returns an integer hash code for the parameter.StringBufferStringBuffer. insert(int index, Object obj)Inserts the string representation of the specified object into this buffer at the specified offset.StringBuilderStringBuilder. insert(int offset, Object obj)Inserts the string representation of the specifiedObjectat the specifiedoffset.booleanClass. isInstance(Object object)Tests whether the given object can be cast to the class represented by thisClass.protected voidClassLoader. setSigners(Class<?> c, Object[] signers)Sets the signers of the specified class.static StringString. valueOf(Object value)Converts the specified object to its string representation.Constructors in java.lang with parameters of type Object Constructor Description AssertionError(Object detailMessage)Constructs a newAssertionErrorwith a message based on callingString.valueOf(Object)with the specified object. -
Uses of Object in java.lang.annotation
Subclasses of Object in java.lang.annotation 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.classIncompleteAnnotationExceptionIndicates that an element of an annotation type was accessed that was added after the type was compiled or serialized.Methods in java.lang.annotation with parameters of type Object Modifier and Type Method Description booleanAnnotation. equals(Object obj)Determines whether or not this annotation is equivalent to the annotation passed. -
Uses of Object in java.lang.invoke
Subclasses of Object in java.lang.invoke Modifier and Type Class Description classCallSiteStub class needed to satisfy Java 8 compilers when compiling lambdas.classLambdaMetafactoryStub class needed to satisfy Java 8 compilers when compiling lambdas.classMethodHandleStub class needed to satisfy Java 8 compilers when compiling lambdas.classMethodHandlesStub class needed to satisfy Java 8 compilers when compiling lambdas.static classMethodHandles.LookupStub class needed to satisfy Java 8 compilers when compiling lambdas.classMethodTypeStub class needed to satisfy Java 8 compilers when compiling lambdas.Methods in java.lang.invoke with parameters of type Object Modifier and Type Method Description static CallSiteLambdaMetafactory. altMetafactory(MethodHandles.Lookup caller, String invokedName, MethodType invokedType, Object... args)Stub method needed to satisfy Java 8 compilers when compiling lambdas. -
Uses of Object in java.lang.ref
Subclasses of Object in java.lang.ref Modifier and Type Class Description classFinalizerReference<T>classPhantomReference<T>Implements a phantom reference, which is the weakest of the three types of references.classReference<T>Provides an abstract class which describes behavior common to all reference objects.classReferenceQueue<T>TheReferenceQueueis the container on which reference objects are enqueued when the garbage collector detects the reachability type specified for the referent.classSoftReference<T>A reference that is cleared when its referent is not strongly reachable and there is memory pressure.classWeakReference<T>Implements a weak reference, which is the middle of the three types of references.Fields in java.lang.ref with type parameters of type Object Modifier and Type Field Description static ReferenceQueue<Object>FinalizerReference. queueMethods in java.lang.ref with parameters of type Object Modifier and Type Method Description static voidFinalizerReference. add(Object referent) -
Uses of Object in java.lang.reflect
Subclasses of Object in java.lang.reflect Modifier and Type Class Description classAccessibleObjectAccessibleObjectis the superclass of all member reflection classes (Field, Constructor, Method).classArrayProvides static methods to create and access arrays dynamically.classConstructor<T>This class represents a constructor.classFieldThis class represents a field.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.classMethodThis class represents a method.classModifierThis class provides static methods to decode class and member modifiers.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.Methods in java.lang.reflect that return Object Modifier and Type Method Description static ObjectArray. get(Object array, int index)Returns the element of the array at the specified index.ObjectField. get(Object object)Returns the value of the field in the specified object.ObjectMethod. getDefaultValue()Returns the default value for the annotation member represented by this method.ObjectInvocationHandler. invoke(Object proxy, Method method, Object[] args)Handles the method which was originally invoked on the proxy instance.ObjectMethod. invoke(Object receiver, Object... args)Returns the result of dynamically invoking this method.static ObjectArray. newInstance(Class<?> componentType, int size)Returns a new array of the specified component type and length.static ObjectArray. newInstance(Class<?> componentType, int... dimensions)Returns a new multidimensional array of the specified component type and dimensions.static ObjectProxy. newProxyInstance(ClassLoader loader, Class<?>[] interfaces, InvocationHandler h)Returns an instance of the dynamically built class for the specified interfaces.Methods in java.lang.reflect with parameters of type Object Modifier and Type Method Description booleanConstructor. equals(Object object)Indicates whether or not the specifiedobjectis equal to this constructor.booleanField. equals(Object object)Indicates whether or not the specifiedobjectis equal to this field.booleanMethod. equals(Object object)Indicates whether or not the specifiedobjectis equal to this method.static ObjectArray. get(Object array, int index)Returns the element of the array at the specified index.ObjectField. get(Object object)Returns the value of the field in the specified object.static booleanArray. getBoolean(Object array, int index)Returns the boolean at the given index in the given boolean array.booleanField. getBoolean(Object object)Returns the value of the field in the specified object as aboolean.static byteArray. getByte(Object array, int index)Returns the byte at the given index in the given byte array.byteField. getByte(Object object)Returns the value of the field in the specified object as abyte.static charArray. getChar(Object array, int index)Returns the char at the given index in the given char array.charField. getChar(Object object)Returns the value of the field in the specified object as achar.static doubleArray. getDouble(Object array, int index)Returns the double at the given index in the given array.doubleField. getDouble(Object object)Returns the value of the field in the specified object as adouble.static floatArray. getFloat(Object array, int index)Returns the float at the given index in the given array.floatField. getFloat(Object object)Returns the value of the field in the specified object as afloat.static intArray. getInt(Object array, int index)Returns the int at the given index in the given array.intField. getInt(Object object)Returns the value of the field in the specified object as anint.static InvocationHandlerProxy. getInvocationHandler(Object proxy)Returns the invocation handler of the specified proxy instance.static intArray. getLength(Object array)Returns the length of the array.static longArray. getLong(Object array, int index)Returns the long at the given index in the given array.longField. getLong(Object object)Returns the value of the field in the specified object as along.static shortArray. getShort(Object array, int index)Returns the short at the given index in the given array.shortField. getShort(Object object)Returns the value of the field in the specified object as ashort.ObjectInvocationHandler. invoke(Object proxy, Method method, Object[] args)Handles the method which was originally invoked on the proxy instance.ObjectMethod. invoke(Object receiver, Object... args)Returns the result of dynamically invoking this method.TConstructor. newInstance(Object... args)Returns a new instance of the declaring class, initialized by dynamically invoking the constructor represented by thisConstructorobject.static voidArray. set(Object array, int index, Object value)Sets the element of the array at the specified index to the value.voidField. set(Object object, Object value)Sets the value of the field in the specified object to the value.static voidArray. setBoolean(Object array, int index, boolean value)Setsarray[index] = value.voidField. setBoolean(Object object, boolean value)Sets the value of the field in the specified object to thebooleanvalue.static voidArray. setByte(Object array, int index, byte value)Setsarray[index] = value.voidField. setByte(Object object, byte value)Sets the value of the field in the specified object to thebytevalue.static voidArray. setChar(Object array, int index, char value)Setsarray[index] = value.voidField. setChar(Object object, char value)Sets the value of the field in the specified object to thecharvalue.static voidArray. setDouble(Object array, int index, double value)Setsarray[index] = value.voidField. setDouble(Object object, double value)Sets the value of the field in the specified object to thedoublevalue.static voidArray. setFloat(Object array, int index, float value)Setsarray[index] = value.voidField. setFloat(Object object, float value)Sets the value of the field in the specified object to thefloatvalue.static voidArray. setInt(Object array, int index, int value)Setsarray[index] = value.voidField. setInt(Object object, int value)Set the value of the field in the specified object to theintvalue.static voidArray. setLong(Object array, int index, long value)Setsarray[index] = value.voidField. setLong(Object object, long value)Sets the value of the field in the specified object to thelongvalue.static voidArray. setShort(Object array, int index, short value)Setsarray[index] = value.voidField. setShort(Object object, short value)Sets the value of the field in the specified object to theshortvalue. -
Uses of Object in java.math
Subclasses of Object in java.math 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.Methods in java.math with parameters of type Object Modifier and Type Method Description booleanBigDecimal. equals(Object x)Returnstrueifxis aBigDecimalinstance and if this instance is equal to this big decimal.booleanBigInteger. equals(Object x)booleanMathContext. equals(Object x)Returns true if x is aMathContextwith the same precision setting and the same rounding mode as thisMathContextinstance. -
Uses of Object in java.net
Subclasses of Object in java.net Modifier and Type Class Description classAuthenticatorAn implementation of this class is able to obtain authentication information for a connection in several ways.classBindExceptionABindExceptionis thrown when a process cannot bind a local address/port, either because it is already bound or reserved by the OS.classCacheRequestCacheRequestis a kind of channel for storing resource data in theResponseCache.classCacheResponseA response cache entry.classConnectExceptionAConnectExceptionis thrown if a connection cannot be established to a remote host on a specific port.classContentHandlerThis class converts the content of a certain format (i.e.classCookieHandlerThis class provides a way to manage cookies with a HTTP protocol handler.classCookieManagerThis class provides a concrete implementation of CookieHandler.classDatagramPacketThis class represents a datagram packet which contains data either to be sent or received through aDatagramSocket.classDatagramSocketThis class implements a UDP socket for sending and receivingDatagramPacket.classDatagramSocketImplThe abstract superclass for datagram and multicast socket implementations.classHttpCookieAn opaque key-value value pair held by an HTTP client to permit a stateful session with an HTTP server.classHttpRetryExceptionIf a HTTP request has to be retried, this exception will be thrown if the request cannot be retried automatically.classHttpURLConnectionAnURLConnectionfor HTTP (RFC 2616) used to send and receive data over the web.classIDNConverts internationalized domain names between Unicode and the ASCII Compatible Encoding (ACE) representation.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.classInterfaceAddressIdentifies one of a network interface's addresses.classJarURLConnectionThis class establishes a connection to ajar:URL using theJARprotocol.classMalformedURLExceptionThis exception is thrown when a program attempts to create an URL from an incorrect specification.classMulticastSocketThis class implements a multicast socket for sending and receiving IP multicast datagram packets.classNetPermissionLegacy security code; do not use.classNetworkInterfaceThis class is used to represent a network interface of the local device.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.classPasswordAuthenticationThis immutable class is a data structure that encapsulates username and password which is used by theAuthenticatorclass.classPlainDatagramSocketImplclassPlainServerSocketImplclassPlainSocketImplclassPortUnreachableExceptionThisPortUnreachableExceptionwill 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.classProxyThis class represents proxy server settings.classProxySelectorSelects the proxy server to use, if any, when connecting to a given URL.classResponseCacheCachesURLConnectionresponses.classSecureCacheResponseA secure cache response represents data which is originally retrieved over a secure connection.classServerSocketThis class represents a server-side socket that waits for incoming client connections.classSocketProvides a client-side TCP socket.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.classSocketImplThis class is the base of all streaming socket implementation classes.classSocketPermissionLegacy security code; do not use.classSocketTimeoutExceptionThis exception is thrown when a timeout expired on a socketreadoracceptoperation.classSocketUtilsclassUnknownHostExceptionThrown 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.classURLClassLoaderThis class loader is responsible for loading classes and resources from a list of URLs which can refer to either directories or JAR files.classURLConnectionA connection to a URL for reading or writing.classURLDecoderThis class is used to decode a string which is encoded in theapplication/x-www-form-urlencodedMIME content type.classURLEncoderThis class is used to encode a string using the format required byapplication/x-www-form-urlencodedMIME content type.classURLStreamHandlerThe abstract classURLStreamHandleris the base for all classes which can handle the communication with a URL object over a particular protocol type.Methods in java.net that return Object Modifier and Type Method Description ObjectHttpCookie. clone()abstract ObjectContentHandler. getContent(URLConnection uConn)Returns the object pointed by the specified URL connectionuConn.ObjectContentHandler. getContent(URLConnection uConn, Class[] types)Returns the object pointed by the specified URL connectionuConn.ObjectURL. getContent()Returns the content of the resource which is referred by this URL.ObjectURL. getContent(Class[] types)Equivalent toopenConnection().getContent(types).ObjectURLConnection. getContent()Returns an object representing the content of the resource thisURLConnectionis connected to.ObjectURLConnection. getContent(Class[] types)Returns an object representing the content of the resource thisURLConnectionis connected to.ObjectPlainDatagramSocketImpl. getOption(int option)ObjectPlainSocketImpl. getOption(int option)ObjectSocketOptions. getOption(int optID)Gets the value for the specified socket option.Methods in java.net with parameters of type Object Modifier and Type Method Description booleanHttpCookie. equals(Object object)Returns true ifobjectis a cookie with the same domain, name and path.booleanInetAddress. equals(Object obj)Compares thisInetAddressinstance against the specified address inobj.booleanInetSocketAddress. equals(Object socketAddr)Compares two socket endpoints and returns true if they are equal.booleanInterfaceAddress. equals(Object obj)Tests whether this object is equal to another one.booleanNetworkInterface. equals(Object obj)Compares the specified object to thisNetworkInterfaceand returns whether they are equal or not.booleanProxy. equals(Object obj)Compares the specifiedobjto thisProxyinstance and returns whether they are equal or not.booleanURI. equals(Object o)booleanURL. equals(Object o)Returns true if this URL equalso.voidPlainDatagramSocketImpl. setOption(int option, Object value)voidPlainSocketImpl. setOption(int option, Object value)voidSocketOptions. setOption(int optID, Object val)Sets the value of the specified socket option. -
Uses of Object in java.nio
Subclasses of Object in java.nio Modifier and Type Class Description classBufferA buffer is a list of elements of a specific primitive type.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.classByteBufferA buffer for bytes.classByteOrderDefines byte order constants.classCharBufferA buffer of chars.classDoubleBufferA buffer of doubles.classFloatBufferA buffer of floats.classIntBufferA buffer of ints.classInvalidMarkExceptionAnInvalidMarkExceptionis thrown whenreset()is called on a buffer, but no mark has been set previously.classLongBufferA buffer of longs.classMappedByteBufferMappedByteBufferis a special kind of direct byte buffer which maps a region of file to memory.classNioUtilsclassReadOnlyBufferExceptionAReadOnlyBufferExceptionis thrown when some write operation is called on a read-only buffer.classSelectorProviderImplclassShortBufferA buffer of shorts.Methods in java.nio that return Object Modifier and Type Method Description abstract ObjectBuffer. array()Returns the array that backs this buffer (optional operation).Methods in java.nio with parameters of type Object Modifier and Type Method Description booleanByteBuffer. equals(Object other)Checks whether this byte buffer is equal to another object.booleanCharBuffer. equals(Object other)Checks whether this char buffer is equal to another object.booleanDoubleBuffer. equals(Object other)Checks whether this double buffer is equal to another object.booleanFloatBuffer. equals(Object other)Checks whether this float buffer is equal to another object.booleanIntBuffer. equals(Object other)Checks whether this int buffer is equal to another object.booleanLongBuffer. equals(Object other)Checks whether this long buffer is equal to another object.booleanShortBuffer. equals(Object other)Checks whether this short buffer is equal to another object.static FileChannelNioUtils. newFileChannel(Object stream, FileDescriptor fd, int mode)Helps bridge between io and nio. -
Uses of Object in java.nio.channels
Subclasses of Object in java.nio.channels 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.classChannelsThis class provides several utilities to get I/O streams from channels.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.classDatagramChannelADatagramChannelis a selectable channel that represents a partial abstraction of a datagram socket.classFileChannelAn abstract channel type for interaction with a platform file.static classFileChannel.MapModeMapModedefines file mapping mode constants.classFileLockAFileLockrepresents a locked region of a file.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.classPipeA pipe contains two channels, forming a unidirectional pipe.static classPipe.SinkChannelWritable sink channel used to write to a pipe.static classPipe.SourceChannelReadable source channel used to read from a pipe.classSelectableChannelA channel that can be used with aSelector.classSelectionKeyASelectionKeyrepresents the relationship between a channel and a selector for which the channel is registered.classSelectorA controller for the selection ofSelectableChannelobjects.classServerSocketChannelAServerSocketChannelis a partial abstraction of a selectable, stream-oriented listening socket.classSocketChannelASocketChannelis a selectable channel that provides a partial abstraction of stream connecting socket.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.Methods in java.nio.channels that return Object Modifier and Type Method Description ObjectSelectionKey. attach(Object anObject)Attaches an object to this key.ObjectSelectionKey. attachment()Gets the attached object.abstract ObjectSelectableChannel. blockingLock()Gets the blocking lock which synchronizes theconfigureBlockingandregistermethods.Methods in java.nio.channels with parameters of type Object Modifier and Type Method Description ObjectSelectionKey. attach(Object anObject)Attaches an object to this key.abstract SelectionKeySelectableChannel. register(Selector sel, int ops, Object att)Registers this channel with the specified selector for the specified interest set and an object to attach. -
Uses of Object in java.nio.channels.spi
Subclasses of Object in java.nio.channels.spi Modifier and Type Class Description classAbstractInterruptibleChannelAbstractInterruptibleChannelis the root class for interruptible channels.classAbstractSelectableChannelAbstractSelectableChannelis the base implementation class for selectable channels.classAbstractSelectionKeyAbstractSelectionKeyis the base implementation class for selection keys.classAbstractSelectorAbstractSelectoris the base implementation class for selectors.classSelectorProviderSelectorProvideris an abstract base class that declares methods for providing instances ofDatagramChannel,Pipe,Selector,ServerSocketChannel, andSocketChannel.Methods in java.nio.channels.spi that return Object Modifier and Type Method Description ObjectAbstractSelectableChannel. blockingLock()Gets the object used for the synchronization ofregisterandconfigureBlocking.Methods in java.nio.channels.spi with parameters of type Object Modifier and Type Method Description SelectionKeyAbstractSelectableChannel. register(Selector selector, int interestSet, Object attachment)Registers this channel with the specified selector for the specified interest set.protected abstract SelectionKeyAbstractSelector. register(AbstractSelectableChannel channel, int operations, Object attachment)Registerschannelwith this selector. -
Uses of Object in java.nio.charset
Subclasses of Object in java.nio.charset Modifier and Type Class Description classCharacterCodingExceptionACharacterCodingExceptionis thrown when an encoding or decoding error occurs.classCharsetA charset is a named mapping between Unicode characters and byte sequences.classCharsetDecoderA converter that can convert a byte sequence from a charset into a 16-bit Unicode character sequence.classCharsetEncoderTransforms a sequence of 16-bit Java characters to a byte sequence in some encoding.classCharsetsVarious special-case charset conversions (for performance).classCoderMalfunctionErrorACoderMalfunctionErroris thrown when the encoder/decoder is malfunctioning.classCoderResultUsed to indicate the result of encoding/decoding.classCodingErrorActionUsed to indicate what kind of actions to take in case of encoding/decoding errors.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.classModifiedUtf8classStandardCharsetsConvenient access to the most important built-in charsets.classUnmappableCharacterExceptionAnUnmappableCharacterExceptionis thrown when an unmappable character for the given charset is encountered.classUnsupportedCharsetExceptionAnUnsupportedCharsetExceptionis thrown when an unsupported charset name is encountered.Methods in java.nio.charset with parameters of type Object Modifier and Type Method Description booleanCharset. equals(Object obj)Determines whether this charset equals to the given object. -
Uses of Object in java.nio.charset.spi
Subclasses of Object in java.nio.charset.spi Modifier and Type Class Description classCharsetProviderThe service provider class for character sets. -
Uses of Object in java.security
Subclasses of Object in java.security Modifier and Type Class Description classAccessControlContextLegacy security code; do not use.classAccessControlExceptionAccessControlExceptionis thrown if the access control infrastructure denies protected access due to missing permissions.classAccessControllerLegacy security code; do not use.classAlgorithmParameterGeneratorAlgorithmParameterGeneratoris an engine class which is capable of generating parameters for the algorithm it was initialized with.classAlgorithmParameterGeneratorSpiAlgorithmParameterGeneratorSpiis the Service Provider Interface (SPI) definition forAlgorithmParameterGenerator.classAlgorithmParametersAlgorithmParametersis an engine class which provides algorithm parameters.classAlgorithmParametersSpiAlgorithmParametersSpiis the Service Provider Interface (SPI) definition forAlgorithmParameters.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.classDigestInputStreamDigestInputStreamis aFilterInputStreamwhich maintains an associated message digest.classDigestOutputStreamDigestOutputStreamis aFilterOutputStreamwhich maintains an associated message digest.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.classIdentityclassIdentityScopeclassInvalidAlgorithmParameterExceptionInvalidAlgorithmParameterExceptionindicates 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.classKeyFactoryKeyFactoryis an engine class that can be used to translate between public and private key objects and convert keys between their external representation, that can be easily transported and their internal representation.classKeyFactorySpiKeyFactorySpiis the Service Provider Interface (SPI) definition forKeyFactory.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.classKeyPairGeneratorKeyPairGeneratoris an engine class which is capable of generating a private key and its related public key utilizing the algorithm it was initialized with.classKeyPairGeneratorSpiKeyPairGeneratorSpiis the Service Provider Interface (SPI) definition forKeyPairGenerator.classKeyRepKeyRepis a standardized representation for serializedKeyobjects.classKeyStoreKeyStoreis responsible for maintaining cryptographic keys and their owners.static classKeyStore.BuilderBuilderis used to construct new instances ofKeyStore.static classKeyStore.CallbackHandlerProtectionstatic classKeyStore.PasswordProtectionPasswordProtectionis aProtectionParameterthat protects aKeyStoreusing a password.static classKeyStore.PrivateKeyEntryPrivateKeyEntryrepresents aKeyStoreentry that holds a private key.static classKeyStore.SecretKeyEntrySecretKeyEntryrepresents aKeyStoreentry that holds a secret key.static classKeyStore.TrustedCertificateEntryTrustedCertificateEntryrepresents aKeyStoreentry that holds a trusted certificate.classKeyStoreExceptionKeyStoreExceptionis a generalKeyStoreexception.classKeyStoreSpiKeyStoreSpiis the Service Provider Interface (SPI) definition forKeyStore.classMessageDigestUses a one-way hash function to turn an arbitrary number of bytes into a fixed-length byte sequence.classMessageDigestSpiMessageDigestSpiis the Service Provider Interface (SPI) definition forMessageDigest.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.classPolicyLegacy security code; do not use.classPolicySpiRepresents the Service Provider Interface (SPI) for java.security.Policy class.classPrivilegedActionExceptionLegacy security code; do not use.classProtectionDomainLegacy security code; do not use.classProviderProvideris the abstract superclass for all security providers in the Java security infrastructure.static classProvider.ServiceServicerepresents a service in the Java Security infrastructure.classProviderExceptionProviderExceptionis a general exception, thrown by securityProviders.classSecureClassLoaderSecureClassLoaderrepresents aClassLoaderwhich associates the classes it loads with a code source and provide mechanisms to allow the relevant permissions to be retrieved.classSecureRandomThis class generates cryptographically secure pseudo-random numbers.classSecureRandomSpiSecureRandomSpiis the Service Provider Interface (SPI) definition forSecureRandom.classSecuritySecurityis the central class in the Java Security API.classSecurityPermissionLegacy security code; do not use.classSignatureSignatureis an engine class which is capable of creating and verifying digital signatures, using different algorithms that have been registered with theSecurityclass.classSignatureExceptionSignatureExceptionis a generalSignatureexception.classSignatureSpiSignatureSpiis the Service Provider Interface (SPI) definition forSignature.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.Methods in java.security that return Object Modifier and Type Method Description ObjectMessageDigest. clone()ObjectMessageDigestSpi. clone()ObjectSignature. clone()ObjectSignatureSpi. clone()protected abstract ObjectSignatureSpi. engineGetParameter(String param)Deprecated.There is no generally accepted parameter naming convention.ObjectGuardedObject. getObject()Returns the guardedObjectif the associatedGuardpermits access.ObjectSignedObject. getObject()Returns the encapsulated object.ObjectSignature. getParameter(String param)Deprecated.There is no generally accepted parameter naming convention.ObjectProvider.Service. newInstance(Object constructorParameter)Creates and returns a new instance of the implementation described by thisService.ObjectProvider. put(Object key, Object value)Maps the specifiedkeyproperty name to the specifiedvalue.protected ObjectKeyRep. readResolve()Resolves and returns theKeyobject.ObjectProvider. remove(Object key)Removes the specifiedkeyand its associated value from thisProvider.Methods in java.security that return types with arguments of type Object Modifier and Type Method Description Set<Map.Entry<Object,Object>>Provider. entrySet()Set<Map.Entry<Object,Object>>Provider. entrySet()Set<Object>Provider. keySet()Collection<Object>Provider. values()Methods in java.security with parameters of type Object Modifier and Type Method Description voidGuard. checkGuard(Object object)Checks whether access to the specifiedObjectshould be granted.voidPermission. checkGuard(Object obj)protected abstract voidSignatureSpi. engineSetParameter(String param, Object value)Deprecated.booleanCodeSigner. equals(Object obj)Compares the specified object with thisCodeSignerfor equality.booleanIdentity. equals(Object obj)Deprecated.Compares the specified object with thisIdentityfor equality and returnstrueif the specified object is equal,falseotherwise.booleanPrincipal. equals(Object obj)Compares the specified object with thisPrincipalfor equality and returnstrueif the specified object is equal,falseotherwise.booleanTimestamp. equals(Object obj)Compares the specified object with thisTimestampfor equality and returnstrueif the specified object is equal,falseotherwise.ObjectProvider.Service. newInstance(Object constructorParameter)Creates and returns a new instance of the implementation described by thisService.ObjectProvider. put(Object key, Object value)Maps the specifiedkeyproperty name to the specifiedvalue.ObjectProvider. remove(Object key)Removes the specifiedkeyand its associated value from thisProvider.voidSignature. setParameter(String param, Object value)Deprecated.UseSignature.setParameter(AlgorithmParameterSpec)instead.booleanProvider.Service. supportsParameter(Object parameter)Indicates whether thisServicesupports the specified constructor parameter.Constructors in java.security with parameters of type Object Constructor Description GuardedObject(Object object, Guard guard)Constructs a new instance ofGuardedObjectwhich protects access to the specifiedObjectusing the specifiedGuard. -
Uses of Object in java.security.acl
Subclasses of Object in java.security.acl 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.Methods in java.security.acl that return Object Modifier and Type Method Description ObjectAclEntry. clone()Clones this ACL entry instance.Methods in java.security.acl with parameters of type Object Modifier and Type Method Description booleanPermission. equals(Object another) -
Uses of Object in java.security.cert
Subclasses of Object in java.security.cert 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.classCertificateFactoryThis class implements the functionality of a certificate factory algorithm, relying on parsing a stream of bytes.classCertificateFactorySpiThis class defines the Service Provider Interface (SPI) for theCertificateFactoryclass.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.classCertPathBuilderThis class implements the functionality of a builder for an unverified Certification Paths from a specified certificate to a trust anchor.classCertPathBuilderExceptionThe exception that is thrown when aCertPathBuildermethod fails.classCertPathBuilderSpiThe Service Provider Interface (SPI) for theCertPathBuilderclass to be implemented by security providers.classCertPathValidatorThis class provides the functionality for validating certification paths (certificate chains) establishing a trust chain from a certificate to a trust anchor.classCertPathValidatorExceptionThe exception that is thrown when a certification path (or certificate chain) cannot be validated.classCertPathValidatorSpiThe Service Provider Interface (SPI) for theCertPathValidatorclass to be implemented by security providers.classCertStoreThis class provides the functionality to retrieveCertificates andCRLs from a read-only repository.classCertStoreExceptionThe exception that is thrown when an access to aCertStorefails.classCertStoreSpiThe Service Provider Interface (SPI) definition for theCertStoreclass to be implemented by security providers.classCollectionCertStoreParametersThe parameters to initialize a Collection typeCertStoreinstance.classCRLThis class represents Certificate Revocation Lists (CRLs) maintained by a certificate authority.classCRLExceptionThe exception that is thrown if errors occur during handling ofCRLs.classLDAPCertStoreParametersThe parameters to initialize a LDAPCertStoreinstance.classPKIXBuilderParametersThe parameter specification for a PKIXCertPathBuilderalgorithm used tobuildcertificate chains validated with the PKIX certification path validation.classPKIXCertPathBuilderResultThe result of the PKIX certification path builder, returned byCertPathBuilder.build(CertPathParameters).classPKIXCertPathCheckerThe class specifying the interface to extend the certification path validation algorithm by checks to perform on anX509Certificate.classPKIXCertPathValidatorResultThe implementation of the result of the PKIX certification path validation.classPKIXParametersThis class implements the parameters for thePKIX CertPathValidator.classPolicyQualifierInfoThis class implements a policy qualifier as defined by the ASN.1PolicyQualifierInfostructure.classTrustAnchorThis class represents a trust anchor for validation of X.509 certification path.classX509CertificateAbstract base class for X.509 certificates.classX509CertSelectorA certificate selector (CertSelectorfor selectingX509Certificates that match the specified criteria.classX509CRLAbstract base class for X.509 certificate revocation lists (CRL).classX509CRLEntryAbstract base class for entries in a certificate revocation list (CRL).classX509CRLSelectorA CRL selector (CRLSelectorfor selectingX509CRLs that match the specified criteria.Methods in java.security.cert that return Object Modifier and Type Method Description ObjectCertPathBuilderResult. clone()Clones thisCertPathBuilderResultinstance.ObjectCertPathParameters. clone()Clones thisCertPathParametersinstance.ObjectCertPathValidatorResult. clone()Clones thisCertPathValidatorResultinstance.ObjectCertSelector. clone()Clones thisCertSelectorinstance.ObjectCertStoreParameters. clone()Clones thisCertStoreParametersinstance.ObjectCollectionCertStoreParameters. clone()Clones thisCollectionCertStoreParametersinstance, but not the underlying collection.ObjectCRLSelector. clone()Clones thisCRLSelectorinstance.ObjectLDAPCertStoreParameters. clone()Clones thisLDAPCertStoreParametersinstance.ObjectPKIXCertPathChecker. clone()Clones thisPKIXCertPathCheckerinstance.ObjectPKIXCertPathValidatorResult. clone()Clones thisPKIXCertPathValidatorResultinstance.ObjectPKIXParameters. clone()Clones thisPKIXParametersinstance.ObjectX509CertSelector. clone()Clones thisX509CertSelectorinstance.ObjectX509CRLSelector. clone()Clones thisX509CRLinstance.protected ObjectCertificate.CertificateRep. readResolve()Deserializes aCertificatefrom a serializedCertificateRepobject.protected ObjectCertPath.CertPathRep. readResolve()Deserializes aCertPathfrom a serializedCertPathRepobject.protected ObjectCertificate. writeReplace()Returns an alternate object to be serialized.protected ObjectCertPath. writeReplace()Returns an alternate object to be serialized.Methods in java.security.cert that return types with arguments of type Object Modifier and Type Method Description Collection<Object>X509CRLSelector. getIssuerNames()Returns the criterion for the issuer distinguished names.Methods in java.security.cert with parameters of type Object Modifier and Type Method Description booleanCertificate. equals(Object other)Compares the argument to the certificate, and returnstrueif they represent the same object using a class specific comparison.booleanCertPath. equals(Object other)ReturnstrueifCertificates in the list are the same type and the lists are equal (and by implication the certificates contained within are the same).booleanX509CRL. equals(Object other)Returns whether the specified object equals to this instance.booleanX509CRLEntry. equals(Object other)Returns whether the specified object equals to this instance. -
Uses of Object in java.security.spec
Subclasses of Object in java.security.spec Modifier and Type Class Description classDSAParameterSpecThe parameter specification used with the Digital Signature Algorithm (DSA).classDSAPrivateKeySpecThe parameters specifying a DSA private key.classDSAPublicKeySpecThe parameters specifying a DSA public key.classECFieldF2mThe parameters specifying a characteristic 2 finite field of an elliptic curve.classECFieldFpThe parameters specifying a prime finite field of an elliptic curve.classECGenParameterSpecThe parameter specification used to generate elliptic curve domain parameters.classECParameterSpecThe parameter specification used with Elliptic Curve Cryptography (ECC).classECPointA Point on an Elliptic Curve in barycentric (or affine) coordinates.classECPrivateKeySpecThe parameters specifying an Elliptic Curve (EC) private key.classECPublicKeySpecThe parameters specifying an Elliptic Curve (EC) public key.classEllipticCurveAn Elliptic Curve with its necessary values.classEncodedKeySpecThe abstract key specification for a public or a private key in encoded format.classInvalidKeySpecExceptionThe exception that is thrown when an invalid key specification is encountered.classInvalidParameterSpecExceptionThe exception that is thrown when an invalid parameter specification is encountered.classMGF1ParameterSpecThe parameter specification for the Mask Generation Function (MGF1) in the RSA-PSS Signature and OAEP Padding scheme.classPKCS8EncodedKeySpecThe key specification for an encoded private key in ASN.1 format as defined in the PKCS#8 standard.classPSSParameterSpecThe parameter specification for the RSA-PSS Signature scheme.classRSAKeyGenParameterSpecThe parameter specification for generating an RSA key pair.classRSAMultiPrimePrivateCrtKeySpecThe key specification of a RSA multi-prime private key with the Chinese Remainder Theorem (CRT) information values used.classRSAOtherPrimeInfoThe additional prime information specified as triplet of primes, a prime exponent, and a Chinese Remainder Theorem (CRT) coefficient.classRSAPrivateCrtKeySpecThe key specification of a RSA private key using Chinese Remainder Theorem (CRT) values.classRSAPrivateKeySpecThe key specification of a RSA private key.classRSAPublicKeySpecThe key specification of a RSA public key.classX509EncodedKeySpecThe key specification of an X.509 encoded key in ASN.1 format.Methods in java.security.spec with parameters of type Object Modifier and Type Method Description booleanECFieldF2m. equals(Object obj)Returns whether the specified object equals to this finite field.booleanECFieldFp. equals(Object obj)Returns whether the specified object is equal to this finite field.booleanECPoint. equals(Object other)Returns whether the specified object and this elliptic curve point are equal.booleanEllipticCurve. equals(Object other)Returns whether the specified object equals to this elliptic curve. -
Uses of Object in java.sql
Subclasses of Object in java.sql Modifier and Type Class Description classBatchUpdateExceptionThis exception is thrown if a problem occurs during a batch update operation.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.classDriverManagerProvides facilities for managing JDBC drivers.classDriverPropertyInfoA class holding information about driver properties of a database connection.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.classTypesA class which defines constants used to identify generic SQL types, also called JDBC types.Methods in java.sql that return Object Modifier and Type Method Description ObjectArray. getArray()Retrieves the contents of the SQLARRAYvalue as a Java array object.ObjectArray. getArray(long index, int count)Returns part of the SQLARRAYassociated with this array, starting at a particularindexand comprising up tocountsuccessive elements of the SQL array.ObjectArray. getArray(long index, int count, Map<String,Class<?>> map)Returns part of the SQLARRAYassociated with this array, starting at a particularindexand comprising up tocountsuccessive elements of the SQL array.ObjectArray. getArray(Map<String,Class<?>> map)Returns the data from the underlying SQLARRAYas a Java array.Object[]Struct. getAttributes()Gets the values of the attributes of this SQL structured type.Object[]Struct. getAttributes(Map<String,Class<?>> theMap)Gets the values of the attributes of this SQL structured type.ObjectCallableStatement. getObject(int parameterIndex)Gets the value of the specified parameter as a JavaObject.ObjectCallableStatement. getObject(int parameterIndex, Map<String,Class<?>> map)Gets the value of the specified parameter as anObject.ObjectCallableStatement. getObject(String parameterName)Gets the value of the specified parameter as anObject.ObjectCallableStatement. getObject(String parameterName, Map<String,Class<?>> map)Gets the value of a specified parameter as anObject.ObjectRef. getObject()Gets the SQL structured type instance referenced by thisRef.ObjectRef. getObject(Map<String,Class<?>> map)Returns the associated object and uses the relevant mapping to convert it to a Java type.ObjectResultSet. getObject(int columnIndex)Gets the value of a specified column as a JavaObject.ObjectResultSet. getObject(int columnIndex, Map<String,Class<?>> map)Gets the value of a column specified by column index as a JavaObject.ObjectResultSet. getObject(String columnName)Gets the value of a specified column as a JavaObject.ObjectResultSet. getObject(String columnName, Map<String,Class<?>> map)Gets the value of a column specified by column name as a JavaObject.ObjectSQLInput. readObject()Returns the next attribute in the stream in the form of ajava.lang.Object.Methods in java.sql with parameters of type Object Modifier and Type Method Description ArrayConnection. createArrayOf(String typeName, Object[] elements)Returns a newArraycontaining the givenelements.StructConnection. createStruct(String typeName, Object[] attributes)Returns a newStructcontaining the givenattributes.booleanRowId. equals(Object obj)booleanTimestamp. equals(Object theObject)Tests to see if this timestamp is equal to a supplied object.voidCallableStatement. setObject(String parameterName, Object theObject)Sets the value of a specified parameter using a supplied object.voidCallableStatement. setObject(String parameterName, Object theObject, int targetSqlType)Sets the value of a specified parameter using a supplied object.voidCallableStatement. setObject(String parameterName, Object theObject, int targetSqlType, int scale)Sets the value of a specified parameter using a supplied object.voidPreparedStatement. setObject(int parameterIndex, Object theObject)Sets the value of a specified parameter using a supplied object.voidPreparedStatement. setObject(int parameterIndex, Object theObject, int targetSqlType)Sets the value of a specified parameter using a supplied object.voidPreparedStatement. setObject(int parameterIndex, Object theObject, int targetSqlType, int scale)Sets the value of a specified parameter using a supplied object.voidRef. setObject(Object value)Sets the value of the structured type that thisRefreferences to a supplied object.voidResultSet. updateObject(int columnIndex, Object x)Updates a column specified by a column index with anObjectvalue.voidResultSet. updateObject(int columnIndex, Object x, int scale)Updates a column specified by a column index with anObjectvalue.voidResultSet. updateObject(String columnName, Object x)Updates a column specified by a column name with anObjectvalue.voidResultSet. updateObject(String columnName, Object x, int scale)Updates a column specified by a column name with anObjectvalue. -
Uses of Object in java.text
Subclasses of Object in java.text Modifier and Type Class Description classAnnotationWrapper for a text attribute value which represents an annotation.static classAttributedCharacterIterator.AttributeDefines keys for text attributes.classAttributedStringHolds a string with attributes describing the characters of this string.classBidiImplements the Unicode Bidirectional Algorithm.classBreakIteratorLocates boundaries in text.classChoiceFormatReturns a fixed string based on a numeric value.classCollationElementIteratorCreated by aRuleBasedCollatorto iterate through a string.classCollationKeyRepresents a string under the rules of a specificCollatorobject.classCollatorPerforms locale-sensitive string comparison.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.classFieldPositionIdentifies fields in formatted strings.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.classNormalizerProvides normalization functions according to Unicode Standard Annex #15: Unicode Normalization Forms.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.classParsePositionTracks the current position in a parsed string.classRuleBasedCollatorA concrete implementation class forCollation.classSimpleDateFormatFormats and parses dates in a locale-sensitive manner.classStringCharacterIteratorAn implementation ofCharacterIteratorfor strings.Methods in java.text that return Object Modifier and Type Method Description ObjectBreakIterator. clone()Returns a copy of this iterator.ObjectCharacterIterator. clone()Returns a newCharacterIteratorwith the same properties.ObjectChoiceFormat. clone()Returns a new instance ofChoiceFormatwith the same ranges and strings as thisChoiceFormat.ObjectCollator. clone()Returns a new collator with the same decomposition mode and strength value as this collator.ObjectDateFormat. clone()Returns a new instance ofDateFormatwith the same properties.ObjectDateFormatSymbols. clone()ObjectDecimalFormat. clone()Returns a new instance ofDecimalFormatwith the same pattern and properties.ObjectDecimalFormatSymbols. clone()ObjectFormat. clone()Returns a copy of thisFormatinstance.ObjectMessageFormat. clone()Returns a new instance ofMessageFormatwith the same pattern and formats as thisMessageFormat.ObjectNumberFormat. clone()Returns a newNumberFormatwith the same properties.ObjectRuleBasedCollator. clone()Returns a new collator with the same collation rules, decomposition mode and strength value as this collator.ObjectSimpleDateFormat. clone()Returns a newSimpleDateFormatwith the same pattern and properties as this simple date format.ObjectStringCharacterIterator. clone()Returns a newStringCharacterIteratorwith the same source string, begin, end, and current index as this iterator.ObjectAttributedCharacterIterator. getAttribute(AttributedCharacterIterator.Attribute attribute)Returns the value stored in the attribute for the current character.Object[]ChoiceFormat. getFormats()Returns the strings associated with the ranges of thisChoiceFormat.ObjectAnnotation. getValue()Returns the value of this annotation.Object[]MessageFormat. parse(String string)Parses the message arguments from the specified string using the rules of this message format.Object[]MessageFormat. parse(String string, ParsePosition position)Parses the message argument from the specified string starting at the index specified byposition.ObjectDateFormat. parseObject(String string, ParsePosition position)Parses a date from the specified string starting at the index specified byposition.ObjectFormat. parseObject(String string)Parses the specified string using the rules of this format.abstract ObjectFormat. parseObject(String string, ParsePosition position)Parses the specified string starting at the index specified byposition.ObjectMessageFormat. parseObject(String string, ParsePosition position)Parses the message argument from the specified string starting at the index specified byposition.ObjectNumberFormat. parseObject(String string, ParsePosition position)protected ObjectAttributedCharacterIterator.Attribute. readResolve()Resolves a deserialized instance to the correct constant attribute.Methods in java.text that return types with arguments of type Object Modifier and Type Method Description Map<AttributedCharacterIterator.Attribute,Object>AttributedCharacterIterator. getAttributes()Returns a map of all attributes of the current character.Methods in java.text with parameters of type Object Modifier and Type Method Description voidAttributedString. addAttribute(AttributedCharacterIterator.Attribute attribute, Object value)Applies a given attribute to this string.voidAttributedString. addAttribute(AttributedCharacterIterator.Attribute attribute, Object value, int start, int end)Applies a given attribute to the given range of this string.intCollator. compare(Object object1, Object object2)Compares two objects to determine their relative order.booleanAttributedCharacterIterator.Attribute. equals(Object object)Compares this attribute with the specified object.booleanChoiceFormat. equals(Object object)Compares the specified object with thisChoiceFormat.booleanCollator. equals(Object object)Compares this collator with the specified object and indicates if they are equal.booleanDateFormat. equals(Object object)Compares this date format with the specified object and indicates if they are equal.booleanDateFormatSymbols. equals(Object object)Compares this object with the specified object and indicates if they are equal.booleanDecimalFormat. equals(Object object)Compares the specified object to this decimal format and indicates if they are equal.booleanDecimalFormatSymbols. equals(Object object)Compares the specified object to thisDecimalFormatSymbolsand indicates if they are equal.booleanFieldPosition. equals(Object object)Compares the specified object to this field position and indicates if they are equal.booleanMessageFormat. equals(Object object)Compares the specified object to thisMessageFormatand indicates if they are equal.booleanNumberFormat. equals(Object object)Compares the specified object to this number format and indicates if they are equal.booleanParsePosition. equals(Object object)Compares the specified object to thisParsePositionand indicates if they are equal.booleanRuleBasedCollator. equals(Object obj)Compares the specified object with thisRuleBasedCollatorand indicates if they are equal.booleanSimpleDateFormat. equals(Object object)Compares the specified object with this simple date format and indicates if they are equal.booleanStringCharacterIterator. equals(Object object)Compares the specified object with thisStringCharacterIteratorand indicates if they are equal.StringBufferDateFormat. format(Object object, StringBuffer buffer, FieldPosition field)Formats the specified object as a string using the pattern of this date format and appends the string to the specified string buffer.StringBufferDecimalFormat. format(Object number, StringBuffer buffer, FieldPosition position)StringFormat. format(Object object)Formats the specified object using the rules of this format.abstract StringBufferFormat. format(Object object, StringBuffer buffer, FieldPosition field)Appends the specified object to the specified string buffer using the rules of this format.StringBufferMessageFormat. format(Object[] objects, StringBuffer buffer, FieldPosition field)Converts the specified objects into a string which it appends to the specified string buffer using the pattern of this message format.StringBufferMessageFormat. format(Object object, StringBuffer buffer, FieldPosition field)Converts the specified objects into a string which it appends to the specified string buffer using the pattern of this message format.static StringMessageFormat. format(String format, Object... args)Formats the supplied objects using the specified message format pattern.StringBufferNumberFormat. format(Object object, StringBuffer buffer, FieldPosition field)Formats a number into a supplied buffer.AttributedCharacterIteratorDecimalFormat. formatToCharacterIterator(Object object)Formats the specified object using the rules of this decimal format and returns anAttributedCharacterIteratorwith the formatted number and attributes.AttributedCharacterIteratorFormat. formatToCharacterIterator(Object object)Formats the specified object using the rules of this format and returns anAttributedCharacterIteratorwith the formatted string and no attributes.AttributedCharacterIteratorMessageFormat. formatToCharacterIterator(Object object)Formats the specified object using the rules of this message format and returns anAttributedCharacterIteratorwith the formatted message and attributes.AttributedCharacterIteratorSimpleDateFormat. formatToCharacterIterator(Object object)Formats the specified object using the rules of this simple date format and returns anAttributedCharacterIteratorwith the formatted date and attributes.static voidBidi. reorderVisually(byte[] levels, int levelStart, Object[] objects, int objectStart, int count)Reorders a range of objects according to their specified levels.Constructors in java.text with parameters of type Object Constructor Description Annotation(Object attribute)Constructs a newAnnotation. -
Uses of Object in java.text.spi
Subclasses of Object in java.text.spi Modifier and Type Class Description classBreakIteratorProviderThis abstract class should be extended by service providers that provide instances ofBreakIterator.classCollatorProviderThis abstract class should be extended by service providers which provide instances ofCollator.classDateFormatProviderThis abstract class should be extended by service providers that provide instances ofDateFormat.classDateFormatSymbolsProviderThis abstract class should be extended by service providers that provide instances ofDateFormatSymbols.classDecimalFormatSymbolsProviderThis abstract class should be extended by service providers that provide instances ofDecimalFormatSymbols.classNumberFormatProviderThis abstract class should be extended by service providers that provideNumberFormatinstances. -
Uses of Object in java.util
Subclasses of Object in java.util Modifier and Type Class Description classAbstractCollection<E>ClassAbstractCollectionis an abstract implementation of theCollectioninterface.classAbstractList<E>AbstractListis an abstract implementation of theListinterface, optimized for a backing store which supports random access.classAbstractMap<K,V>A base class forMapimplementations.static classAbstractMap.SimpleEntry<K,V>A key-value mapping with mutable values.static classAbstractMap.SimpleImmutableEntry<K,V>An immutable key-value mapping.classAbstractQueue<E>This class provides skeletal implementations of someQueueoperations.classAbstractSequentialList<E>AbstractSequentialList is an abstract implementation of the List interface.classAbstractSet<E>An AbstractSet is an abstract implementation of the Set interface.classArrayDeque<E>Resizable-array implementation of theDequeinterface.classArrayList<E>ArrayList is an implementation ofList, backed by an array.classArraysArrayscontains static methods which operate on arrays.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.classCollectionsCollectionscontains static methods which operate onCollectionclasses.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.classDictionary<K,V>Note: Do not use this class since it is obsolete.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.classEventListenerProxyThis abstract class provides a simple wrapper for objects of typeEventListener.classEventObjectEventObjects represent events.classFormatFlagsConversionMismatchExceptionAFormatFlagsConversionMismatchExceptionwill be thrown if a conversion and the flags are incompatible.classFormattableFlagsFormattableFlags are used as a parameter toFormattable.formatTo(Formatter, int, int, int)and change the output format inFormattables.classFormatterFormats arguments according to a format string (likeprintfin C).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.classListResourceBundleListResourceBundleis the abstract superclass of classes which provide resources by implementing thegetContents()method to return the list of resources.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.classObjectsUtility methods for objects.classObservableObservable is used to notify a group of Observer objects when a change occurs.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.classPropertyResourceBundlePropertyResourceBundleloads resources from anInputStream.classRandomThis class provides methods that return pseudo-random values.classResourceBundleResourceBundleis an abstract class which is the superclass of classes which provideLocale-specific resources.static classResourceBundle.ControlResourceBundle.Control is a static utility class defines ResourceBundle load access methods, its default access order is as the same as before.classScannerA parser that parses a text string of primitive types and strings with the help of regular expressions.classServiceConfigurationErrorThrown when a service provider can't be loaded byServiceLoader.classServiceLoader<S>A service-provider loader.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.classStringTokenizerBreaks a string into tokens; new code should probably useString.split(java.lang.String).classTimerTimers schedule one-shot or recurringtasksfor execution.classTimerTaskTheTimerTaskclass represents a task to run at a specified time.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.classUnsafeArrayList<T>An array-backed list that exposes its array.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.classWeakHashMap<K,V>WeakHashMap is an implementation of Map with keys which are WeakReferences.Fields in java.util declared as Object Modifier and Type Field Description protected Object[]Vector. elementDataThe elements of the vector.protected ObjectEventObject. sourceMethods in java.util with type parameters of type Object Modifier and Type Method Description static <T extends Object & Comparable<? super T>>
TCollections. max(Collection<? extends T> collection)Searches the specified collection for the maximum element.static <T extends Object & Comparable<? super T>>
TCollections. min(Collection<? extends T> collection)Searches the specified collection for the minimum element.Methods in java.util that return Object Modifier and Type Method Description T[]UnsafeArrayList. array()protected ObjectAbstractMap. clone()ObjectArrayList. clone()Returns a newArrayListwith the same elements, the same size and the same capacity as thisArrayList.ObjectBitSet. clone()ObjectCalendar. clone()Returns a shallow copy of thisCalendarwith the same properties.ObjectDate. clone()Returns a newDatewith the same millisecond value as thisDate.ObjectHashMap. clone()Returns a shallow copy of this map.ObjectHashSet. clone()Returns a newHashSetwith the same elements and size as thisHashSet.ObjectHashtable. clone()Returns a newHashtablewith the same key/value pairs, capacity and load factor.ObjectIdentityHashMap. clone()Returns a new IdentityHashMap with the same mappings and size as this one.ObjectLinkedList. clone()Returns a newLinkedListwith the same elements and size as thisLinkedList.ObjectLocale. clone()ObjectSimpleTimeZone. clone()Returns a newSimpleTimeZonewith the same ID,rawOffsetand daylight savings time rules as this SimpleTimeZone.ObjectTimeZone. clone()Returns a new time zone with the same ID, raw offset, and daylight savings time rules as this time zone.ObjectTreeMap. clone()ObjectTreeSet. clone()Returns a newTreeSetwith the same elements, size and comparator as thisTreeSet.ObjectVector. clone()Returns a new vector with the same elements, size, capacity and capacity increment as this vector.static <T> T[]Arrays. copyOf(T[] original, int newLength)CopiesnewLengthelements fromoriginalinto a new array.static <T, U> T[]Arrays. copyOf(U[] original, int newLength, Class<? extends T[]> newType)CopiesnewLengthelements fromoriginalinto a new array.static <T> T[]Arrays. copyOfRange(T[] original, int start, int end)Copies elements fromoriginalinto a new array, from indexes start (inclusive) to end (exclusive).static <T, U> T[]Arrays. copyOfRange(U[] original, int start, int end, Class<? extends T[]> newType)Copies elements fromoriginalinto a new array, from indexes start (inclusive) to end (exclusive).protected abstract Object[][]ListResourceBundle. getContents()Returns anObjectarray containing the resources of thisListResourceBundle.ObjectResourceBundle. getObject(String key)Returns the named resource from thisResourceBundle.ObjectEventObject. getSource()Returns the object which fired the event.ObjectListResourceBundle. handleGetObject(String key)ObjectPropertyResourceBundle. handleGetObject(String key)protected abstract ObjectResourceBundle. handleGetObject(String key)Returns the named resource from thisResourceBundle, or null if the resource is not found.ObjectStringTokenizer. nextElement()Returns the next token in the string as anObject.ObjectProperties. setProperty(String name, String value)Maps the specified key to the specified value.Object[]AbstractCollection. toArray()<T> T[]AbstractCollection. toArray(T[] contents)Object[]ArrayDeque. toArray()Returns an array containing all of the elements in this deque in proper sequence (from first to last element).<T> T[]ArrayDeque. toArray(T[] a)Returns an array containing all of the elements in this deque in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.Object[]ArrayList. toArray()Returns a new array containing all elements contained in thisArrayList.<T> T[]ArrayList. toArray(T[] contents)Returns an array containing all elements contained in thisArrayList.Object[]Collection. toArray()Returns a new array containing all elements contained in thisCollection.<T> T[]Collection. toArray(T[] array)Returns an array containing all elements contained in thisCollection.Object[]LinkedList. toArray()Returns a new array containing all elements contained in thisLinkedList.<T> T[]LinkedList. toArray(T[] contents)Returns an array containing all elements contained in thisLinkedList.Object[]List. toArray()Returns an array containing all elements contained in thisList.<T> T[]List. toArray(T[] array)Returns an array containing all elements contained in thisList.Object[]Set. toArray()Returns an array containing all elements contained in this set.<T> T[]Set. toArray(T[] array)Returns an array containing all elements contained in this set.Object[]Vector. toArray()Returns a new array containing all elements contained in this vector.<T> T[]Vector. toArray(T[] contents)Returns an array containing all elements contained in this vector.Methods in java.util with parameters of type Object Modifier and Type Method Description static <T> booleanCollections. addAll(Collection<? super T> c, T... a)Adds all the specified elements to the specified collection.booleanCalendar. after(Object calendar)Returns whether theDaterepresented by thisCalendarinstance is after theDaterepresented by the parameter.static <T> List<T>Arrays. asList(T... array)Returns aListof the objects in the specified array.booleanCalendar. before(Object calendar)Returns whether theDaterepresented by thisCalendarinstance is before theDaterepresented by the parameter.static intArrays. binarySearch(Object[] array, int startIndex, int endIndex, Object value)Performs a binary search forvaluein the ascending sorted arrayarray, in the range specified by fromIndex (inclusive) and toIndex (exclusive).static intArrays. binarySearch(Object[] array, Object value)Performs a binary search forvaluein the ascending sorted arrayarray.static <T> intArrays. binarySearch(T[] array, int startIndex, int endIndex, T value, Comparator<? super T> comparator)Performs a binary search forvaluein the ascending sorted arrayarray, in the range specified by fromIndex (inclusive) and toIndex (exclusive), usingcomparatorto compare elements.static <T> intArrays. binarySearch(T[] array, T value, Comparator<? super T> comparator)Performs a binary search forvaluein the ascending sorted arrayarray, usingcomparatorto compare elements.booleanAbstractCollection. contains(Object object)Tests whether thisCollectioncontains the specified object.booleanArrayDeque. contains(Object o)Returns true if this deque contains the specified element.booleanArrayList. contains(Object object)Searches thisArrayListfor the specified object.booleanCollection. contains(Object object)Tests whether thisCollectioncontains the specified object.booleanDeque. contains(Object o)Returns true if this deque contains the specified element.booleanHashSet. contains(Object object)Searches thisHashSetfor the specified object.booleanHashtable. contains(Object value)Returns true if thisHashtablecontains the specified object as the value of at least one of the key/value pairs.booleanLinkedList. contains(Object object)Searches thisLinkedListfor the specified object.booleanList. contains(Object object)Tests whether thisListcontains the specified object.booleanSet. contains(Object object)Searches this set for the specified object.booleanTreeSet. contains(Object object)Searches thisTreeSetfor the specified object.booleanVector. contains(Object object)Searches this vector for the specified object.booleanAbstractMap. containsKey(Object key)Returns whether thisMapcontains the specified key.booleanEnumMap. containsKey(Object key)Returns whether thisEnumMapcontains the specified key.booleanHashMap. containsKey(Object key)Returns whether this map contains the specified key.booleanHashtable. containsKey(Object key)Returns true if thisHashtablecontains the specified object as a key of one of the key/value pairs.booleanIdentityHashMap. containsKey(Object key)Returns whether this map contains the specified key.booleanMap. containsKey(Object key)Returns whether thisMapcontains the specified key.booleanTreeMap. containsKey(Object key)booleanWeakHashMap. containsKey(Object key)Returns whether this map contains the specified key.booleanAbstractMap. containsValue(Object value)Returns whether thisMapcontains the specified value.booleanEnumMap. containsValue(Object value)Returns whether thisEnumMapcontains the specified value.booleanHashMap. containsValue(Object value)Returns whether this map contains the specified value.booleanHashtable. containsValue(Object value)Searches thisHashtablefor the specified value.booleanIdentityHashMap. containsValue(Object value)Returns whether this map contains the specified value.booleanLinkedHashMap. containsValue(Object value)This override is done for LinkedHashMap performance: iteration is cheaper via LinkedHashMap nxt links.booleanMap. containsValue(Object value)Returns whether thisMapcontains the specified value.booleanWeakHashMap. containsValue(Object value)Returns whether this map contains the specified value.voidVector. copyInto(Object[] elements)Attempts to copy elements contained by thisVectorinto the corresponding elements of the suppliedObjectarray.static <T> T[]Arrays. copyOf(T[] original, int newLength)CopiesnewLengthelements fromoriginalinto a new array.static <T, U> T[]Arrays. copyOf(U[] original, int newLength, Class<? extends T[]> newType)CopiesnewLengthelements fromoriginalinto a new array.static <T> T[]Arrays. copyOfRange(T[] original, int start, int end)Copies elements fromoriginalinto a new array, from indexes start (inclusive) to end (exclusive).static <T, U> T[]Arrays. copyOfRange(U[] original, int start, int end, Class<? extends T[]> newType)Copies elements fromoriginalinto a new array, from indexes start (inclusive) to end (exclusive).static booleanArrays. deepEquals(Object[] array1, Object[] array2)Returnstrueif the two given arrays are deeply equal to one another.static booleanObjects. deepEquals(Object a, Object b)Returns true if both arguments are null, the result ofArrays.equals(byte[], byte[])if both arguments are primitive arrays, the result ofArrays.deepEquals(java.lang.Object[], java.lang.Object[])if both arguments are arrays of reference types, and the result ofObjects.equals(java.lang.Object, java.lang.Object)otherwise.static intArrays. deepHashCode(Object[] array)Returns a hash code based on the "deep contents" of the given array.static StringArrays. deepToString(Object[] array)Creates a "deep"Stringrepresentation of theObject[]passed, such that if the array contains other arrays, theStringrepresentation of those arrays is generated as well.booleanAbstractList. equals(Object object)Compares the specified object to this list and return true if they are equal.booleanAbstractMap. equals(Object object)Compares this instance with the specified object and indicates if they are equal.booleanAbstractMap.SimpleEntry. equals(Object object)booleanAbstractMap.SimpleImmutableEntry. equals(Object object)booleanAbstractSet. equals(Object object)Compares the specified object to this Set and returns true if they are equal.booleanArrayList. equals(Object o)static booleanArrays. equals(Object[] array1, Object[] array2)Compares the two arrays.booleanBitSet. equals(Object o)booleanCalendar. equals(Object object)Compares the given object to thisCalendarand returns whether they are equal.booleanCollection. equals(Object object)Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison.booleanComparator. equals(Object object)Compares thisComparatorwith the specifiedObjectand indicates whether they are equal.booleanDate. equals(Object object)Compares the specified object to thisDateand returns if they are equal.booleanEnumMap. equals(Object object)Compares the argument to the receiver, and returnstrueif the specifiedObjectis anEnumMapand bothEnumMaps contain the same mappings.booleanGregorianCalendar. equals(Object object)Returns true ifobjectis a GregorianCalendar with the same properties.booleanHashtable. equals(Object object)Compares thisHashtablewith the specified object and indicates if they are equal.booleanIdentityHashMap. equals(Object object)Compares this map with other objects.booleanList. equals(Object object)Compares the given object with theList, and returns true if they represent the same object using a class specific comparison.booleanLocale. equals(Object object)Returns true ifobjectis a locale with the same language, country and variant.booleanMap.Entry. equals(Object object)Compares the specified object to thisMap.Entryand returns if they are equal.booleanMap. equals(Object object)Compares the argument to the receiver, and returnstrueif the specified object is aMapand bothMaps contain the same mappings.static booleanObjects. equals(Object a, Object b)Null-safe equivalent ofa.equals(b).booleanSet. equals(Object object)Compares the specified object to this set, and returns true if they represent the same object using a class specific comparison.booleanSimpleTimeZone. equals(Object object)Compares the specified object to thisSimpleTimeZoneand returns whether they are equal.booleanUUID. equals(Object object)Compares this UUID to another object for equality.booleanVector. equals(Object object)Compares the specified object to this vector and returns if they are equal.static voidArrays. fill(Object[] array, int start, int end, Object value)Fills the specified range in the array with the specified element.static voidArrays. fill(Object[] array, Object value)Fills the specified array with the specified element.FormatterFormatter. format(String format, Object... args)Writes a formatted string to the output destination of theFormatter.FormatterFormatter. format(Locale l, String format, Object... args)Writes a formatted string to the output destination of theFormatter.static intCollections. frequency(Collection<?> c, Object o)Returns the number of elements in theCollectionthat match theObjectpassed.VAbstractMap. get(Object key)Returns the value of the mapping with the specified key.abstract VDictionary. get(Object key)Returns the value which is associated withkey.VEnumMap. get(Object key)Returns the value of the mapping with the specified key.VHashMap. get(Object key)Returns the value of the mapping with the specified key.VHashtable. get(Object key)Returns the value associated with the specified key in thisHashtable.VIdentityHashMap. get(Object key)Returns the value of the mapping with the specified key.VLinkedHashMap. get(Object key)Returns the value of the mapping with the specified key.VMap. get(Object key)Returns the value of the mapping with the specified key.VTreeMap. get(Object key)VWeakHashMap. get(Object key)Returns the value of the mapping with the specified key.static intObjects. hash(Object... values)Convenience wrapper forArrays.hashCode(boolean[]), adding varargs.static intArrays. hashCode(Object[] array)Returns a hash code based on the contents of the given array.static intObjects. hashCode(Object o)Returns 0 for null oro.hashCode().intAbstractList. indexOf(Object object)Searches this list for the specified object and returns the index of the first occurrence.intArrayList. indexOf(Object object)intLinkedList. indexOf(Object object)intList. indexOf(Object object)Searches thisListfor the specified object and returns the index of the first occurrence.intVector. indexOf(Object object)Searches in this vector for the index of the specified object.intVector. indexOf(Object object, int location)Searches in this vector for the index of the specified object.intAbstractList. lastIndexOf(Object object)Searches this list for the specified object and returns the index of the last occurrence.intArrayList. lastIndexOf(Object object)intLinkedList. lastIndexOf(Object object)Searches thisLinkedListfor the specified object and returns the index of the last occurrence.intList. lastIndexOf(Object object)Searches thisListfor the specified object and returns the index of the last occurrence.intVector. lastIndexOf(Object object)Searches in this vector for the index of the specified object.intVector. lastIndexOf(Object object, int location)Searches in this vector for the index of the specified object.voidObservable. notifyObservers(Object data)IfhasChanged()returnstrue, calls theupdate()method for every Observer in the list of observers using the specified argument.booleanAbstractCollection. remove(Object object)Removes one instance of the specified object from thisCollectionif one is contained (optional).VAbstractMap. remove(Object key)Removes a mapping with the specified key from thisMap.booleanArrayDeque. remove(Object o)Removes a single instance of the specified element from this deque.booleanArrayList. remove(Object object)booleanCollection. remove(Object object)Removes one instance of the specified object from thisCollectionif one is contained (optional).booleanDeque. remove(Object o)Removes the first occurrence of the specified element from this deque.abstract VDictionary. remove(Object key)Removes the key/value pair with the specifiedkeyfrom this dictionary.VEnumMap. remove(Object key)Removes a mapping with the specified key from thisEnumMap.VHashMap. remove(Object key)Removes the mapping with the specified key from this map.booleanHashSet. remove(Object object)Removes the specified object from thisHashSet.VHashtable. remove(Object key)Removes the key/value pair with the specified key from thisHashtable.VIdentityHashMap. remove(Object key)Removes the mapping with the specified key from this map.booleanLinkedList. remove(Object object)booleanList. remove(Object object)Removes the first occurrence of the specified object from thisList.VMap. remove(Object key)Removes a mapping with the specified key from thisMap.booleanPriorityQueue. remove(Object o)Removes the specified object from the priority queue.booleanSet. remove(Object object)Removes the specified object from this set.VTreeMap. remove(Object key)booleanTreeSet. remove(Object object)Removes an occurrence of the specified object from thisTreeSet.booleanVector. remove(Object object)Removes the first occurrence, starting at the beginning and moving towards the end, of the specified object from this vector.VWeakHashMap. remove(Object key)Removes the mapping with the specified key from this map.booleanVector. removeElement(Object object)Removes the first occurrence, starting at the beginning and moving towards the end, of the specified object from this vector.booleanArrayDeque. removeFirstOccurrence(Object o)Removes the first occurrence of the specified element in this deque (when traversing the deque from head to tail).booleanDeque. removeFirstOccurrence(Object o)Removes the first occurrence of the specified element from this deque.booleanLinkedList. removeFirstOccurrence(Object o)Removes the first occurrence of the specified element from this deque.booleanArrayDeque. removeLastOccurrence(Object o)Removes the last occurrence of the specified element in this deque (when traversing the deque from head to tail).booleanDeque. removeLastOccurrence(Object o)Removes the last occurrence of the specified element from this deque.booleanLinkedList. removeLastOccurrence(Object o)Removes the last occurrence of the specified element from this deque.intStack. search(Object o)Returns the index of the first occurrence of the object, starting from the top of the stack.static intCollections. secondaryHash(Object key)Computes a hash code and applies a supplemental hash function to defend against poor quality hash functions.static intCollections. secondaryIdentityHash(Object key)Computes an identity hash code and applies a supplemental hash function to defend against poor quality hash functions.static voidArrays. sort(Object[] array)Sorts the specified array in ascending natural order.static voidArrays. sort(Object[] array, int start, int end)Sorts the specified range in the array in ascending natural order.static <T> voidArrays. sort(T[] array, int start, int end, Comparator<? super T> comparator)Sorts the specified range in the array using the specifiedComparator.static <T> voidArrays. sort(T[] array, Comparator<? super T> comparator)Sorts the specified array using the specifiedComparator.<T> T[]AbstractCollection. toArray(T[] contents)<T> T[]ArrayDeque. toArray(T[] a)Returns an array containing all of the elements in this deque in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.<T> T[]ArrayList. toArray(T[] contents)Returns an array containing all elements contained in thisArrayList.<T> T[]Collection. toArray(T[] array)Returns an array containing all elements contained in thisCollection.<T> T[]LinkedList. toArray(T[] contents)Returns an array containing all elements contained in thisLinkedList.<T> T[]List. toArray(T[] array)Returns an array containing all elements contained in thisList.<T> T[]Set. toArray(T[] array)Returns an array containing all elements contained in this set.<T> T[]Vector. toArray(T[] contents)Returns an array containing all elements contained in this vector.static StringArrays. toString(Object[] array)Creates aStringrepresentation of theObject[]passed.static StringObjects. toString(Object o)Returns "null" for null oro.toString().static StringObjects. toString(Object o, String nullString)ReturnsnullStringfor null oro.toString().voidObserver. update(Observable observable, Object data)This method is called if the specifiedObservableobject'snotifyObserversmethod is called (because theObservableobject has been updated.Constructors in java.util with parameters of type Object Constructor Description EventObject(Object source)Constructs a new instance of this class. -
Uses of Object in java.util.concurrent
Subclasses of Object in java.util.concurrent Modifier and Type Class Description classAbstractExecutorServiceProvides default implementations ofExecutorServiceexecution methods.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.classCountDownLatchA synchronization aid that allows one or more threads to wait until a set of operations being performed in other threads completes.classCountedCompleter<T>AForkJoinTaskwith a completion action performed when triggered and there are no remaining pending actions.classCyclicBarrierA synchronization aid that allows a set of threads to all wait for each other to reach a common barrier point.classDelayQueue<E extends Delayed>An unbounded blocking queue ofDelayedelements, in which an element can only be taken when its delay has expired.classExchanger<V>A synchronization point at which threads can pair and swap elements within pairs.classExecutionExceptionException thrown when attempting to retrieve the result of a task that aborted by throwing an exception.classExecutorCompletionService<V>ACompletionServicethat uses a suppliedExecutorto execute tasks.classExecutorsFactory and utility methods forExecutor,ExecutorService,ScheduledExecutorService,ThreadFactory, andCallableclasses defined in this package.classForkJoinPoolAnExecutorServicefor runningForkJoinTasks.classForkJoinTask<V>Abstract base class for tasks that run within aForkJoinPool.classForkJoinWorkerThreadA thread managed by aForkJoinPool, which executesForkJoinTasks.classFutureTask<V>A cancellable asynchronous computation.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.classPhaserA reusable synchronization barrier, similar in functionality toCyclicBarrierandCountDownLatchbut supporting more flexible usage.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.classScheduledThreadPoolExecutorAThreadPoolExecutorthat can additionally schedule commands to run after a given delay, or to execute periodically.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.classThreadPoolExecutorAnExecutorServicethat executes each submitted task using one of possibly several pooled threads, normally configured usingExecutorsfactory methods.static classThreadPoolExecutor.AbortPolicyA handler for rejected tasks that throws aRejectedExecutionException.static classThreadPoolExecutor.CallerRunsPolicyA handler for rejected tasks that runs the rejected task directly in the calling thread of theexecutemethod, unless the executor has been shut down, in which case the task is discarded.static classThreadPoolExecutor.DiscardOldestPolicyA handler for rejected tasks that discards the oldest unhandled request and then retriesexecute, unless the executor is shut down, in which case the task is discarded.static classThreadPoolExecutor.DiscardPolicyA handler for rejected tasks that silently discards the rejected task.classTimeoutExceptionException thrown when a blocking operation times out.Methods in java.util.concurrent that return Object Modifier and Type Method Description ObjectCopyOnWriteArrayList. clone()Object[]ArrayBlockingQueue. toArray()Returns an array containing all of the elements in this queue, in proper sequence.<T> T[]ArrayBlockingQueue. toArray(T[] a)Returns an array containing all of the elements in this queue, in proper sequence; the runtime type of the returned array is that of the specified array.Object[]ConcurrentLinkedDeque. toArray()Returns an array containing all of the elements in this deque, in proper sequence (from first to last element).<T> T[]ConcurrentLinkedDeque. toArray(T[] a)Returns an array containing all of the elements in this deque, in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.Object[]ConcurrentLinkedQueue. toArray()Returns an array containing all of the elements in this queue, in proper sequence.<T> T[]ConcurrentLinkedQueue. toArray(T[] a)Returns an array containing all of the elements in this queue, in proper sequence; the runtime type of the returned array is that of the specified array.Object[]CopyOnWriteArrayList. toArray()<T> T[]CopyOnWriteArrayList. toArray(T[] contents)Object[]CopyOnWriteArraySet. toArray()Returns an array containing all of the elements in this set.<T> T[]CopyOnWriteArraySet. toArray(T[] a)Returns an array containing all of the elements in this set; the runtime type of the returned array is that of the specified array.Object[]DelayQueue. toArray()Returns an array containing all of the elements in this queue.<T> T[]DelayQueue. toArray(T[] a)Returns an array containing all of the elements in this queue; the runtime type of the returned array is that of the specified array.Object[]LinkedBlockingDeque. toArray()Returns an array containing all of the elements in this deque, in proper sequence (from first to last element).<T> T[]LinkedBlockingDeque. toArray(T[] a)Returns an array containing all of the elements in this deque, in proper sequence; the runtime type of the returned array is that of the specified array.Object[]LinkedBlockingQueue. toArray()Returns an array containing all of the elements in this queue, in proper sequence.<T> T[]LinkedBlockingQueue. toArray(T[] a)Returns an array containing all of the elements in this queue, in proper sequence; the runtime type of the returned array is that of the specified array.Object[]PriorityBlockingQueue. toArray()Returns an array containing all of the elements in this queue.<T> T[]PriorityBlockingQueue. toArray(T[] a)Returns an array containing all of the elements in this queue; the runtime type of the returned array is that of the specified array.Object[]SynchronousQueue. toArray()Returns a zero-length array.<T> T[]SynchronousQueue. toArray(T[] a)Sets the zeroeth element of the specified array tonull(if the array has non-zero length) and returns it.Methods in java.util.concurrent that return types with arguments of type Object Modifier and Type Method Description static Callable<Object>Executors. callable(Runnable task)Returns aCallableobject that, when called, runs the given task and returnsnull.static Callable<Object>Executors. callable(PrivilegedAction<?> action)Returns aCallableobject that, when called, runs the given privileged action and returns its result.static Callable<Object>Executors. callable(PrivilegedExceptionAction<?> action)Returns aCallableobject that, when called, runs the given privileged exception action and returns its result.Methods in java.util.concurrent with parameters of type Object Modifier and Type Method Description booleanArrayBlockingQueue. contains(Object o)Returnstrueif this queue contains the specified element.booleanBlockingDeque. contains(Object o)Returnstrueif this deque contains the specified element.booleanBlockingQueue. contains(Object o)Returnstrueif this queue contains the specified element.booleanConcurrentHashMap. contains(Object value)Legacy method testing if some key maps into the specified value in this table.booleanConcurrentLinkedDeque. contains(Object o)Returnstrueif this deque contains at least one elementesuch thato.equals(e).booleanConcurrentLinkedQueue. contains(Object o)Returnstrueif this queue contains the specified element.booleanConcurrentSkipListSet. contains(Object o)Returnstrueif this set contains the specified element.booleanCopyOnWriteArrayList. contains(Object o)booleanCopyOnWriteArraySet. contains(Object o)Returnstrueif this set contains the specified element.booleanLinkedBlockingDeque. contains(Object o)Returnstrueif this deque contains the specified element.booleanLinkedBlockingQueue. contains(Object o)Returnstrueif this queue contains the specified element.booleanLinkedTransferQueue. contains(Object o)Returnstrueif this queue contains the specified element.booleanPriorityBlockingQueue. contains(Object o)Returnstrueif this queue contains the specified element.booleanSynchronousQueue. contains(Object o)Always returnsfalse.booleanConcurrentHashMap. containsKey(Object key)Tests if the specified object is a key in this table.booleanConcurrentSkipListMap. containsKey(Object key)Returnstrueif this map contains a mapping for the specified key.booleanConcurrentHashMap. containsValue(Object value)Returns true if this map maps one or more keys to the specified value.booleanConcurrentSkipListMap. containsValue(Object value)Returnstrueif this map maps one or more keys to the specified value.booleanConcurrentSkipListMap. equals(Object o)Compares the specified object with this map for equality.booleanConcurrentSkipListSet. equals(Object o)Compares the specified object with this set for equality.booleanCopyOnWriteArrayList. equals(Object other)booleanCopyOnWriteArraySet. equals(Object o)Compares the specified object with this set for equality.VConcurrentHashMap. get(Object key)Returns the value to which the specified key is mapped, ornullif this map contains no mapping for the key.VConcurrentSkipListMap. get(Object key)Returns the value to which the specified key is mapped, ornullif this map contains no mapping for the key.intCopyOnWriteArrayList. indexOf(Object object)intCopyOnWriteArrayList. lastIndexOf(Object object)booleanArrayBlockingQueue. remove(Object o)Removes a single instance of the specified element from this queue, if it is present.booleanBlockingDeque. remove(Object o)Removes the first occurrence of the specified element from this deque.booleanBlockingQueue. remove(Object o)Removes a single instance of the specified element from this queue, if it is present.VConcurrentHashMap. remove(Object key)Removes the key (and its corresponding value) from this map.booleanConcurrentHashMap. remove(Object key, Object value)Removes the entry for a key only if currently mapped to a given value.booleanConcurrentLinkedDeque. remove(Object o)Removes the first elementesuch thato.equals(e), if such an element exists in this deque.booleanConcurrentLinkedQueue. remove(Object o)Removes a single instance of the specified element from this queue, if it is present.booleanConcurrentMap. remove(Object key, Object value)Removes the entry for a key only if currently mapped to a given value.VConcurrentSkipListMap. remove(Object key)Removes the mapping for the specified key from this map if present.booleanConcurrentSkipListMap. remove(Object key, Object value)Removes the entry for a key only if currently mapped to a given value.booleanConcurrentSkipListSet. remove(Object o)Removes the specified element from this set if it is present.booleanCopyOnWriteArrayList. remove(Object o)booleanCopyOnWriteArraySet. remove(Object o)Removes the specified element from this set if it is present.booleanDelayQueue. remove(Object o)Removes a single instance of the specified element from this queue, if it is present, whether or not it has expired.booleanLinkedBlockingDeque. remove(Object o)Removes the first occurrence of the specified element from this deque.booleanLinkedBlockingQueue. remove(Object o)Removes a single instance of the specified element from this queue, if it is present.booleanLinkedTransferQueue. remove(Object o)Removes a single instance of the specified element from this queue, if it is present.booleanPriorityBlockingQueue. remove(Object o)Removes a single instance of the specified element from this queue, if it is present.booleanSynchronousQueue. remove(Object o)Always returnsfalse.booleanBlockingDeque. removeFirstOccurrence(Object o)Removes the first occurrence of the specified element from this deque.booleanConcurrentLinkedDeque. removeFirstOccurrence(Object o)Removes the first elementesuch thato.equals(e), if such an element exists in this deque.booleanLinkedBlockingDeque. removeFirstOccurrence(Object o)booleanBlockingDeque. removeLastOccurrence(Object o)Removes the last occurrence of the specified element from this deque.booleanConcurrentLinkedDeque. removeLastOccurrence(Object o)Removes the last elementesuch thato.equals(e), if such an element exists in this deque.booleanLinkedBlockingDeque. removeLastOccurrence(Object o)voidTimeUnit. timedWait(Object obj, long timeout)Performs a timedObject.waitusing this time unit.<T> T[]ArrayBlockingQueue. toArray(T[] a)Returns an array containing all of the elements in this queue, in proper sequence; the runtime type of the returned array is that of the specified array.<T> T[]ConcurrentLinkedDeque. toArray(T[] a)Returns an array containing all of the elements in this deque, in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.<T> T[]ConcurrentLinkedQueue. toArray(T[] a)Returns an array containing all of the elements in this queue, in proper sequence; the runtime type of the returned array is that of the specified array.<T> T[]CopyOnWriteArrayList. toArray(T[] contents)<T> T[]CopyOnWriteArraySet. toArray(T[] a)Returns an array containing all of the elements in this set; the runtime type of the returned array is that of the specified array.<T> T[]DelayQueue. toArray(T[] a)Returns an array containing all of the elements in this queue; the runtime type of the returned array is that of the specified array.<T> T[]LinkedBlockingDeque. toArray(T[] a)Returns an array containing all of the elements in this deque, in proper sequence; the runtime type of the returned array is that of the specified array.<T> T[]LinkedBlockingQueue. toArray(T[] a)Returns an array containing all of the elements in this queue, in proper sequence; the runtime type of the returned array is that of the specified array.<T> T[]PriorityBlockingQueue. toArray(T[] a)Returns an array containing all of the elements in this queue; the runtime type of the returned array is that of the specified array.<T> T[]SynchronousQueue. toArray(T[] a)Sets the zeroeth element of the specified array tonull(if the array has non-zero length) and returns it.Constructors in java.util.concurrent with parameters of type Object Constructor Description CopyOnWriteArrayList(E[] array)Creates a new instance containing the elements ofarray. -
Uses of Object in java.util.concurrent.atomic
Subclasses of Object in java.util.concurrent.atomic 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.classAtomicIntegerFieldUpdater<T>A reflection-based utility that enables atomic updates to designatedvolatile intfields of designated classes.classAtomicLongAlongvalue that may be updated atomically.classAtomicLongArrayAlongarray in which elements may be updated atomically.classAtomicLongFieldUpdater<T>A reflection-based utility that enables atomic updates to designatedvolatile longfields of designated classes.classAtomicMarkableReference<V>AnAtomicMarkableReferencemaintains an object reference along with a mark bit, that can 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.classAtomicReferenceFieldUpdater<T,V>A reflection-based utility that enables atomic updates to designatedvolatilereference fields of designated classes.classAtomicStampedReference<V>AnAtomicStampedReferencemaintains an object reference along with an integer "stamp", that can be updated atomically.classFencesA set of methods providing fine-grained control over happens-before and synchronization order relations among reads and/or writes.Methods in java.util.concurrent.atomic with parameters of type Object Modifier and Type Method Description static voidFences. reachabilityFence(Object ref)Ensures that the object referenced by the given reference remains strongly reachable (as defined in thejava.lang.refpackage documentation), regardless of any prior actions of the program that might otherwise cause the object to become unreachable; thus, the referenced object is not reclaimable by garbage collection at least until after the invocation of this method.Constructors in java.util.concurrent.atomic with parameters of type Object Constructor Description AtomicReferenceArray(E[] array)Creates a new AtomicReferenceArray with the same length as, and all elements copied from, the given array. -
Uses of Object in java.util.concurrent.locks
Subclasses of Object in java.util.concurrent.locks 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.classLockSupportBasic thread blocking primitives for creating locks and other synchronization classes.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().Methods in java.util.concurrent.locks that return Object Modifier and Type Method Description static ObjectLockSupport. getBlocker(Thread t)Returns the blocker object supplied to the most recent invocation of a park method that has not yet unblocked, or null if not blocked.Methods in java.util.concurrent.locks with parameters of type Object Modifier and Type Method Description static voidLockSupport. park(Object blocker)Disables the current thread for thread scheduling purposes unless the permit is available.static voidLockSupport. parkNanos(Object blocker, long nanos)Disables the current thread for thread scheduling purposes, for up to the specified waiting time, unless the permit is available.static voidLockSupport. parkUntil(Object blocker, long deadline)Disables the current thread for thread scheduling purposes, until the specified deadline, unless the permit is available. -
Uses of Object in java.util.jar
Subclasses of Object in java.util.jar Modifier and Type Class Description classAttributesTheAttributesclass is used to store values for manifest entries.static classAttributes.NameThe name part of the name/value pairs constituting an attribute as defined by the specification of the JAR manifest.classJarEntryRepresents a single file in a JAR archive together with the manifest attributes and digital signatures associated with it.classJarExceptionThis runtime exception is thrown when a problem occurs while reading a JAR file.classJarFileJarFileis used to read jar entries and their associated data from jar files.classJarInputStreamThe input stream from which the JAR file to be read may be fetched.classJarOutputStreamTheJarOutputStreamis used to write data in theJarFileformat to an arbitrary output streamclassManifestTheManifestclass is used to obtain attribute information for aJarFileand its entries.classPack200Class factory forPack200.PackerandPack200.Unpacker.Fields in java.util.jar with type parameters of type Object Modifier and Type Field Description protected Map<Object,Object>Attributes. mapTheAttributesas name/value pairs.protected Map<Object,Object>Attributes. mapTheAttributesas name/value pairs.Methods in java.util.jar that return Object Modifier and Type Method Description ObjectAttributes. clone()ObjectManifest. clone()Creates a copy of thisManifest.ObjectAttributes. get(Object key)Returns the value associated with the parameter key.ObjectAttributes. put(Object key, Object value)Stores key/value pairs in thisAttributes.ObjectAttributes. remove(Object key)Deletes the key/value pair with keykeyfrom thisAttributes.Methods in java.util.jar that return types with arguments of type Object Modifier and Type Method Description Set<Map.Entry<Object,Object>>Attributes. entrySet()Returns a set containing map entries for each of the key/value pair contained in thisAttributes.Set<Map.Entry<Object,Object>>Attributes. entrySet()Returns a set containing map entries for each of the key/value pair contained in thisAttributes.Set<Object>Attributes. keySet()Returns aSetcontaining all the keys found in thisAttributes.Collection<Object>Attributes. values()Returns a collection of all the values present in thisAttributes.Methods in java.util.jar with parameters of type Object Modifier and Type Method Description booleanAttributes. containsKey(Object key)Determines whether thisAttributescontains the specified key.booleanAttributes. containsValue(Object value)Determines whether thisAttributescontains the specified value.booleanAttributes. equals(Object obj)Determines if thisAttributesand the parameterAttributesare equal.booleanAttributes.Name. equals(Object object)booleanManifest. equals(Object o)Determines if the receiver is equal to the parameter object.ObjectAttributes. get(Object key)Returns the value associated with the parameter key.ObjectAttributes. put(Object key, Object value)Stores key/value pairs in thisAttributes.ObjectAttributes. remove(Object key)Deletes the key/value pair with keykeyfrom thisAttributes. -
Uses of Object in java.util.logging
Subclasses of Object in java.util.logging Modifier and Type Class Description classConsoleHandlerA handler that writes log messages to the standard output streamSystem.err.classErrorManagerAn error reporting facility forHandlerimplementations to record any error that may happen during logging.classFileHandlerAFileHandlerwrites logging records into a specified file or a rotating set of files.classFormatterFormatterobjects are used to formatLogRecordobjects into a string representation.classHandlerAHandlerobject accepts a logging request and exports the desired messages to a target, for example, a file, the console, etc.classLevelLevelobjects are used to indicate the level of logging.classLoggerLoggers are used to log records to a variety of destinations such as log files or the console.classLoggingPermissionLegacy security code; do not use.classLogManagerLogManageris used to maintain configuration properties of the logging framework, and to manage a hierarchical namespace of all namedLoggerobjects.classLogRecordALogRecordobject represents a logging request.classMemoryHandlerAHandlerput the description of log events into a cycled memory buffer.classSimpleFormatterSimpleFormattercan be used to print a summary of the information contained in aLogRecordobject in a human readable format.classSocketHandlerA handler that writes log messages to a socket connection.classStreamHandlerAStreamHandlerobject writes log messages to an output stream, that is, objects of the classOutputStream.classXMLFormatterFormatter to convert aLogRecordinto an XML string.Methods in java.util.logging that return Object Modifier and Type Method Description Object[]LogRecord. getParameters()Gets the parameters.Methods in java.util.logging with parameters of type Object Modifier and Type Method Description voidLogger. entering(String sourceClass, String sourceMethod, Object param)Logs a message indicating that a method has been entered.voidLogger. entering(String sourceClass, String sourceMethod, Object[] params)Logs a message indicating that a method has been entered.booleanLevel. equals(Object o)Compares twoLevelobjects for equality.voidLogger. exiting(String sourceClass, String sourceMethod, Object result)Logs a message indicating that a method is exited.voidLogger. log(Level logLevel, String msg, Object param)Logs a message of the specified level with the supplied parameter.voidLogger. log(Level logLevel, String msg, Object[] params)Logs a message of the specified level with the supplied parameter array.voidLogger. logp(Level logLevel, String sourceClass, String sourceMethod, String msg, Object param)Logs a message of the given level with the specified source class name, source method name and parameter.voidLogger. logp(Level logLevel, String sourceClass, String sourceMethod, String msg, Object[] params)Logs a message of the given level with the specified source class name, source method name and parameter array.voidLogger. logrb(Level logLevel, String sourceClass, String sourceMethod, String bundleName, String msg, Object param)Logs a message of the given level with the specified source class name, source method name and parameter, using the given resource bundle to localize the message.voidLogger. logrb(Level logLevel, String sourceClass, String sourceMethod, String bundleName, String msg, Object[] params)Logs a message of the given level with the specified source class name, source method name and parameter array, using the given resource bundle to localize the message.voidLogRecord. setParameters(Object[] parameters)Sets the parameters. -
Uses of Object in java.util.prefs
Subclasses of Object in java.util.prefs Modifier and Type Class Description classAbstractPreferencesThis abstract class is a partial implementation of the abstract class Preferences, which can be used to simplifyPreferencesprovider's implementation.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.classPreferencesAn instance of the classPreferencesrepresents one node in a preference tree, which provides a mechanism to store and access configuration data in a hierarchical way.Fields in java.util.prefs declared as Object Modifier and Type Field Description protected ObjectAbstractPreferences. lockThe object used to lock this node. -
Uses of Object in java.util.regex
Subclasses of Object in java.util.regex Modifier and Type Class Description classMatcherThe result of applying aPatternto a given input.classPatternPatterns are compiled regular expressions.classPatternSyntaxExceptionEncapsulates a syntax error that occurred during the compilation of aPattern.classSplitterUsed to makeString.splitfast (and to helpPattern.splittoo). -
Uses of Object in java.util.spi
Subclasses of Object in java.util.spi Modifier and Type Class Description classCurrencyNameProviderThis abstract class should be extended by service providers that provide localized currency symbols (currency names) from currency codes.classLocaleNameProviderThis abstract class should be extended by service providers that provide localized locale names.classLocaleServiceProviderThe base class for all the locale related service provider interfaces (SPIs).classTimeZoneNameProviderThis abstract class should be extended by service providers that provide localized time zone names. -
Uses of Object in java.util.zip
Subclasses of Object in java.util.zip Modifier and Type Class Description classAdler32The Adler-32 class is used to compute theAdler32checksum from a set of data.classCheckedInputStreamTheCheckedInputStreamclass is used to maintain a checksum at the same time as the data, on which the checksum is computed, is read from a stream.classCheckedOutputStreamTheCheckedOutputStreamclass is used to maintain a running checksum of all data written to a stream.classCRC32The CRC32 class is used to compute a CRC32 checksum from data provided as input value.classDataFormatExceptionDataFormatExceptionis used to indicate an error in the format of a particular data stream which is to be uncompressed.classDeflaterThis class compresses data using the DEFLATE algorithm (see specification).classDeflaterInputStreamAnInputStreamfilter to compress data.classDeflaterOutputStreamThis class provides an implementation ofFilterOutputStreamthat compresses data using the DEFLATE algorithm.classGZIPInputStreamTheGZIPInputStreamclass is used to read data stored in the GZIP format, reading and decompressing GZIP data from the underlying stream into its buffer.classGZIPOutputStreamTheGZIPOutputStreamclass is used to write data to a stream in the GZIP storage format.classInflaterThis class decompresses data that was compressed using the DEFLATE algorithm (see specification).classInflaterInputStreamThis class provides an implementation ofFilterInputStreamthat decompresses data that was compressed using the DEFLATE algorithm (see specification).classInflaterOutputStreamAnOutputStreamfilter to decompress data.classZipEntryAn entry within a zip file.classZipErrorThrown when an unrecoverable zip error has occurred.classZipExceptionThis runtime exception is thrown byZipFileandZipInputStreamwhen the file or stream is not a valid zip file.classZipFileThis class provides random read access to a zip file.classZipInputStreamUsed to read (decompress) the data from zip files.classZipOutputStreamUsed to write (compress) data into zip files.Methods in java.util.zip that return Object Modifier and Type Method Description ObjectZipEntry. clone()Returns a deep copy of this zip entry. -
Uses of Object in javax.crypto
Subclasses of Object in javax.crypto 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.classCipherThis class provides access to implementations of cryptographic ciphers for encryption and decryption.classCipherInputStreamThis class wraps anInputStreamand a cipher so thatread()methods return data that are read from the underlyingInputStreamand processed by the cipher.classCipherOutputStreamThis class wraps an output stream and a cipher so thatwritemethods send the data through the cipher before writing them to the underlying output stream.classCipherSpiThis class defines the Service Provider Interface (SPI) for cryptographic ciphers.classEncryptedPrivateKeyInfoThis class implements theEncryptedPrivateKeyInfoASN.1 type as specified in PKCS #8 - Private-Key Information Syntax Standard.classExemptionMechanismThis class implements the functionality of an exemption mechanism such as key recovery, key weakening, or key escrow.classExemptionMechanismExceptionThis is the base class forExemptionMechanismException.classExemptionMechanismSpiThe Service Provider Interface (SPI) definition for theExemptionMechanismclass.classIllegalBlockSizeExceptionThe exception, that is thrown when the data length provided to a block cipher does not match the block size of the cipher.classKeyAgreementThis class provides the functionality for a key exchange protocol.classKeyAgreementSpiThe Service Provider Interface (SPI) definition for theKeyAgreementclass.classKeyGeneratorThis class provides the public API for generating symmetric cryptographic keys.classKeyGeneratorSpiThe Service Provider Interface (SPI) definition for theKeyGeneratorclass.classMacThis class provides the public API for Message Authentication Code (MAC) algorithms.classMacSpiThe Service-Provider Interface (SPI) definition for theMacclass.classNoSuchPaddingExceptionThe exception that is thrown when the requested padding mechanism is not supported.classNullCipherThis class provides an identity cipher that does not transform the input data in any way.classSealedObjectASealedObjectis a wrapper around aserializableobject instance and encrypts it using a cryptographic cipher.classSecretKeyFactoryThe public API forSecretKeyFactoryimplementations.classSecretKeyFactorySpiThe Service Provider Interface (SPI) definition for theSecretKeyFactoryclass.classShortBufferExceptionThe exception that is thrown when the result of an operation is attempted to store in a user provided buffer that is too small.Methods in javax.crypto that return Object Modifier and Type Method Description ObjectMac. clone()Clones thisMacinstance and the underlying implementation.ObjectMacSpi. clone()Clones thisMacSpiinstance.ObjectSealedObject. getObject(Key key)Returns the wrapped object, decrypting it using the specified key.ObjectSealedObject. getObject(Key key, String provider)Returns the wrapped object, decrypting it using the specified key.ObjectSealedObject. getObject(Cipher c)Returns the wrapped object, decrypting it using the specified cipher. -
Uses of Object in javax.crypto.spec
Subclasses of Object in javax.crypto.spec Modifier and Type Class Description classDESedeKeySpecThe key specification for a triple-DES (DES-EDE) key.classDESKeySpecThe key specification for a DES key.classDHGenParameterSpecThe algorithm parameter specification for generating Diffie-Hellman parameters used in Diffie-Hellman key agreement.classDHParameterSpecThe algorithm parameter specification for the Diffie-Hellman algorithm.classDHPrivateKeySpecThe key specification for a Diffie-Hellman private key.classDHPublicKeySpecThe key specification for a Diffie-Hellman public key.classGCMParameterSpecProvides a the parameters for an instance of aCipherusing Galois/Counter Mode (GCM).classIvParameterSpecThe algorithm parameter specification for an initialization vector.classOAEPParameterSpecThe algorithm parameter specification for the OAEP Padding algorithm.classPBEKeySpecThe key specification for a password based encryption key.classPBEParameterSpecThe algorithm parameter specification for a password based encryption algorithm.classPSourceThe source of the labelLas specified in PKCS #1.static classPSource.PSpecifiedThe explicit specification of the parameterPused in the source algorithm.classRC2ParameterSpecThe algorithm parameter specification for the RC2 algorithm.classRC5ParameterSpecThe algorithm parameter specification for the RC5 algorithm.classSecretKeySpecA key specification for aSecretKeyand also a secret key implementation that is provider-independent.Methods in javax.crypto.spec with parameters of type Object Modifier and Type Method Description booleanRC2ParameterSpec. equals(Object obj)Compares the specified object to thisRC2ParameterSpecinstance.booleanRC5ParameterSpec. equals(Object obj)Compares the specified object with thisRC5ParameterSpecinstance.booleanSecretKeySpec. equals(Object obj)Compares the specified object with thisSecretKeySpecinstance. -
Uses of Object in javax.net
Subclasses of Object in javax.net Modifier and Type Class Description classServerSocketFactoryThis abstract class defines methods to create server sockets.classSocketFactoryThis abstract class defines methods to create sockets. -
Uses of Object in javax.net.ssl
Subclasses of Object in javax.net.ssl Modifier and Type Class Description classCertPathTrustManagerParametersCertification path parameters to provide to certification path basedTrustManager.classDefaultHostnameVerifierA HostnameVerifier consistent with RFC 2818.classDistinguishedNameParserA distinguished name (DN) parser.classHandshakeCompletedEventThe event object encapsulating the information about a completed SSL handshake on a SSL connection.classHttpsURLConnectionAnHttpURLConnectionfor HTTPS (RFC 2818).classKeyManagerFactoryThe public API forKeyManagerFactoryimplementations.classKeyManagerFactorySpiThe Service Provider Interface (SPI) for theKeyManagerFactoryclass.classKeyStoreBuilderParametersThe parameters forKeyManagers.classSSLContextThe public API for secure socket protocol implementations.classSSLContextSpiThe Service Provider Interface (SPI) for theSSLContextclass.classSSLEngineThe abstract implementation of secure communications using SSL, TLS, or other protocols.classSSLEngineResultThe result object describing the state of theSSLEngineproduced by thewrap()andunwrap()operations.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.classSSLParametersSSL handshake parameters that include protocols, cipher suites, and client authentication requirements.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.classSSLServerSocketThe extension ofServerSocketwhich provides secure server sockets based on protocols like SSL, TLS, or others.classSSLServerSocketFactoryThe factory for SSL server sockets.classSSLSessionBindingEventThe event sent to anSSLSessionBindingListenerwhen the listener object is bound (SSLSession.putValue(String, Object)) or unbound (SSLSession.removeValue(String)) to anSSLSession.classSSLSocketThe extension ofSocketproviding secure protocols like SSL (Secure Sockets Layer) or TLS (Transport Layer Security).classSSLSocketFactoryThe abstract factory implementation to createSSLSockets.classTrustManagerFactoryThe factory forTrustManagers based onKeyStoreor provider specific implementation.classTrustManagerFactorySpiThe Service Provider Interface (SPI) for theTrustManagerFactoryclass.classX509ExtendedKeyManagerThe abstract extension for theX509KeyManagerinterface.Methods in javax.net.ssl that return Object Modifier and Type Method Description ObjectSSLSession. getValue(String name)Returns the object bound to the specified name in this session's application layer data.Methods in javax.net.ssl with parameters of type Object Modifier and Type Method Description voidSSLSession. putValue(String name, Object value)Binds the specified object under the specified name in this session's application layer data. -
Uses of Object in javax.security.auth
Subclasses of Object in javax.security.auth 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").classSubjectDomainCombinerLegacy security code; do not use.Methods in javax.security.auth that return types with arguments of type Object Modifier and Type Method Description Set<Object>Subject. getPrivateCredentials()Returns the private credentials associated with thisSubject.Set<Object>Subject. getPublicCredentials()Returns the public credentials associated with thisSubject.Methods in javax.security.auth with parameters of type Object Modifier and Type Method Description booleanSubject. equals(Object obj)Checks two Subjects for equality. -
Uses of Object in javax.security.auth.callback
Subclasses of Object in javax.security.auth.callback Modifier and Type Class Description classPasswordCallbackUsed in conjunction with aCallbackHandlerto retrieve a password when needed.classUnsupportedCallbackExceptionThrown when aCallbackHandlerdoes not support a particularCallback. -
Uses of Object in javax.security.auth.login
Subclasses of Object in javax.security.auth.login Modifier and Type Class Description classLoginExceptionBase class for exceptions that are thrown when a login error occurs. -
Uses of Object in javax.security.auth.x500
Subclasses of Object in javax.security.auth.x500 Modifier and Type Class Description classX500PrincipalRepresents an X.500 principal, which holds the distinguished name of some network entity.Methods in javax.security.auth.x500 with parameters of type Object Modifier and Type Method Description booleanX500Principal. equals(Object o) -
Uses of Object in javax.security.cert
Subclasses of Object in javax.security.cert Modifier and Type Class Description classCertificateAbstract class to represent identity certificates.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.classX509CertificateAbstract base class for X.509 certificates.Methods in javax.security.cert with parameters of type Object Modifier and Type Method Description booleanCertificate. equals(Object obj)Compares the argument to this Certificate. -
Uses of Object in javax.sql
Subclasses of Object in javax.sql 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 closedMethods in javax.sql that return Object Modifier and Type Method Description Object[]RowSetInternal. getParams()Gets the parameter values that have been set for thisRowSet's command.Methods in javax.sql with parameters of type Object Modifier and Type Method Description voidRowSet. setObject(int parameterIndex, Object theObject)Sets the value of the specified parameter in theRowSetcommand to a supplied Java object.voidRowSet. setObject(int parameterIndex, Object theObject, int targetSqlType)Sets the value of the specified parameter in theRowSetcommand to a supplied Java object.voidRowSet. setObject(int parameterIndex, Object theObject, int targetSqlType, int scale)Sets the value of the specified parameter in theRowSetcommand to a supplied Java object.voidRowSet. setObject(String parameterName, Object theObject)Sets the value of the specified parameter in the RowSet command to a supplied Java object.voidRowSet. setObject(String parameterName, Object theObject, int targetSqlType)Sets the value of the specified parameter in the RowSet command to a supplied Java object.voidRowSet. setObject(String parameterName, Object theObject, int targetSqlType, int scale)Sets the value of the specified parameter in the RowSet command to a supplied Java object. -
Uses of Object in javax.xml
Subclasses of Object in javax.xml Modifier and Type Class Description classXMLConstantsUtility class to contain basic XML values as constants. -
Uses of Object in javax.xml.datatype
Subclasses of Object in javax.xml.datatype Modifier and Type Class Description classDatatypeConfigurationExceptionIndicates a serious configuration error.classDatatypeConstantsUtility class to contain basic Datatype values as constants.static classDatatypeConstants.FieldType-safe enum class that represents six fields of theDurationclass.classDatatypeFactoryFactory that creates newjavax.xml.datatypeObjects that map XML to/from JavaObjects.classDurationImmutable representation of a time span as defined in the W3C XML Schema 1.0 specification.classXMLGregorianCalendarRepresentation for W3C XML Schema 1.0 date/time datatypes.Methods in javax.xml.datatype that return Object Modifier and Type Method Description abstract ObjectXMLGregorianCalendar. clone()Creates and returns a copy of this object.Methods in javax.xml.datatype with parameters of type Object Modifier and Type Method Description booleanDuration. equals(Object duration)Checks if this duration object has the same duration as anotherDurationobject.booleanXMLGregorianCalendar. equals(Object obj)Indicates whether parameterobjis "equal to" this one. -
Uses of Object in javax.xml.namespace
Subclasses of Object in javax.xml.namespace 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.Methods in javax.xml.namespace with parameters of type Object Modifier and Type Method Description booleanQName. equals(Object objectToTest)Test thisQNamefor equality with anotherObject. -
Uses of Object in javax.xml.parsers
Subclasses of Object in javax.xml.parsers Modifier and Type Class Description classDocumentBuilderDefines the API to obtain DOM Document instances from an XML document.classDocumentBuilderFactoryDefines a factory API that enables applications to obtain a parser that produces DOM object trees from XML documents.classFactoryConfigurationErrorThrown when a problem with configuration with the Parser Factories exists.classParserConfigurationExceptionIndicates a serious configuration error.classSAXParserDefines the API that wraps anXMLReaderimplementation class.classSAXParserFactoryDefines a factory API that enables applications to configure and obtain a SAX based parser to parse XML documents.Methods in javax.xml.parsers that return Object Modifier and Type Method Description abstract ObjectDocumentBuilderFactory. getAttribute(String name)Allows the user to retrieve specific attributes on the underlying implementation.abstract ObjectSAXParser. getProperty(String name)Returns the particular property requested for in the underlying implementation ofXMLReader.Methods in javax.xml.parsers with parameters of type Object Modifier and Type Method Description abstract voidDocumentBuilderFactory. setAttribute(String name, Object value)Allows the user to set specific attributes on the underlying implementation.abstract voidSAXParser. setProperty(String name, Object value)Sets the particular property in the underlying implementation ofXMLReader. -
Uses of Object in javax.xml.transform
Subclasses of Object in javax.xml.transform Modifier and Type Class Description classOutputKeysProvides string constants that can be used to set output properties for a Transformer, or to retrieve output properties from a Transformer or Templates object.classTransformerAn instance of this abstract class can transform a source tree into a result tree.classTransformerConfigurationExceptionIndicates a serious configuration error.classTransformerExceptionThis class specifies an exceptional condition that occurred during the transformation process.classTransformerFactoryA TransformerFactory instance can be used to createTransformerandTemplatesobjects.classTransformerFactoryConfigurationErrorThrown when a problem with configuration with the Transformer Factories exists.Methods in javax.xml.transform that return Object Modifier and Type Method Description abstract ObjectTransformerFactory. getAttribute(String name)Allows the user to retrieve specific attributes on the underlying implementation.abstract ObjectTransformer. getParameter(String name)Get a parameter that was explicitly set with setParameter.Methods in javax.xml.transform with parameters of type Object Modifier and Type Method Description abstract voidTransformerFactory. setAttribute(String name, Object value)Allows the user to set specific attributes on the underlying implementation.abstract voidTransformer. setParameter(String name, Object value)Add a parameter for the transformation. -
Uses of Object in javax.xml.transform.dom
Subclasses of Object in javax.xml.transform.dom Modifier and Type Class Description classDOMResultActs as a holder for a transformation result tree in the form of a Document Object Model (DOM) tree.classDOMSourceActs as a holder for a transformation Source tree in the form of a Document Object Model (DOM) tree. -
Uses of Object in javax.xml.transform.sax
Subclasses of Object in javax.xml.transform.sax Modifier and Type Class Description classSAXResultActs as an holder for a transformation Result.classSAXSourceActs as an holder for SAX-style Source.classSAXTransformerFactoryThis class extends TransformerFactory to provide SAX-specific factory methods. -
Uses of Object in javax.xml.transform.stream
Subclasses of Object in javax.xml.transform.stream Modifier and Type Class Description classStreamResultActs as an holder for a transformation result, which may be XML, plain Text, HTML, or some other form of markup.classStreamSourceActs as an holder for a transformation Source in the form of a stream of XML markup. -
Uses of Object in javax.xml.validation
Subclasses of Object in javax.xml.validation Modifier and Type Class Description classSchemaImmutable in-memory representation of grammar.classSchemaFactoryFactory that createsSchemaobjects. Entry-point to the validation API.classSchemaFactoryLoaderThis class was removed from JAXP 1.3 before it was finalized but was mistakenly included in Java 5.classTypeInfoProviderThis class provides access to the type information determined byValidatorHandler.classValidatorA processor that checks an XML document againstSchema.classValidatorHandlerStreaming validator that works on SAX stream.Methods in javax.xml.validation that return Object Modifier and Type Method Description ObjectSchemaFactory. getProperty(String name)Look up the value of a property.ObjectValidator. getProperty(String name)Look up the value of a property.ObjectValidatorHandler. getProperty(String name)Look up the value of a property.Methods in javax.xml.validation with parameters of type Object Modifier and Type Method Description voidSchemaFactory. setProperty(String name, Object object)Set the value of a property.voidValidator. setProperty(String name, Object object)Set the value of a property.voidValidatorHandler. setProperty(String name, Object object)Set the value of a property. -
Uses of Object in javax.xml.xpath
Subclasses of Object in javax.xml.xpath Modifier and Type Class Description classXPathConstantsXPath constants.classXPathExceptionXPathExceptionrepresents a generic XPath exception.classXPathExpressionExceptionXPathExpressionExceptionrepresents an error in an XPath expression.classXPathFactoryAnXPathFactoryinstance can be used to createXPathobjects.classXPathFactoryConfigurationExceptionXPathFactoryConfigurationExceptionrepresents a configuration error in aXPathFactoryenvironment.classXPathFunctionExceptionXPathFunctionExceptionrepresents an error with an XPath function.Methods in javax.xml.xpath that return Object Modifier and Type Method Description ObjectXPath. evaluate(String expression, Object item, QName returnType)Evaluate anXPathexpression in the specified context and return the result as the specified type.ObjectXPath. evaluate(String expression, InputSource source, QName returnType)Evaluate an XPath expression in the context of the specifiedInputSourceand return the result as the specified type.ObjectXPathExpression. evaluate(Object item, QName returnType)Evaluate the compiled XPath expression in the specified context and return the result as the specified type.ObjectXPathExpression. evaluate(InputSource source, QName returnType)Evaluate the compiled XPath expression in the context of the specifiedInputSourceand return the result as the specified type.ObjectXPathFunction. evaluate(List args)Evaluate the function with the specified arguments.ObjectXPathVariableResolver. resolveVariable(QName variableName)Find a variable in the set of available variables.Methods in javax.xml.xpath with parameters of type Object Modifier and Type Method Description StringXPath. evaluate(String expression, Object item)Evaluate an XPath expression in the specified context and return the result as aString.ObjectXPath. evaluate(String expression, Object item, QName returnType)Evaluate anXPathexpression in the specified context and return the result as the specified type.StringXPathExpression. evaluate(Object item)Evaluate the compiled XPath expression in the specified context and return the result as aString.ObjectXPathExpression. evaluate(Object item, QName returnType)Evaluate the compiled XPath expression in the specified context and return the result as the specified type. -
Uses of Object in libcore.icu
Subclasses of Object in libcore.icu Modifier and Type Class Description classAlphabeticIndexExposes icu4c's AlphabeticIndex.static classAlphabeticIndex.ImmutableIndexExposes icu4c's ImmutableIndex (new to icu 51).classCollationElementIteratorICUCollation element iterator JNI wrapper.classCollationKeyICUA concrete implementation of the abstract java.text.CollationKey.classDateIntervalFormatExposes icu4c's DateIntervalFormat.classICUMakes ICU data accessible to Java.classLocaleDataPasses locale-specific from ICU native code to Java.classNativeBreakIteratorclassNativeCollationPackage static class for declaring all native methods for collation use.classNativeConverterclassNativeDecimalFormatclassNativeIDNclassNativeNormalizerclassNativePluralRulesProvides access to ICU's PluralRules class.classRuleBasedCollatorICUclassTimeZoneNamesProvides access to ICU's time zone name data.static classTimeZoneNames.ZoneStringsCacheclassTransliteratorExposes icu4c's Transliterator.Methods in libcore.icu that return Object Modifier and Type Method Description ObjectNativeBreakIterator. clone()ObjectNativeDecimalFormat. clone()ObjectRuleBasedCollatorICU. clone()Methods in libcore.icu with parameters of type Object Modifier and Type Method Description booleanCollationKeyICU. equals(Object object)booleanNativeBreakIterator. equals(Object object)booleanNativeDecimalFormat. equals(Object object)Note: this doesn't check that the underlying native DecimalFormat objects' configured native DecimalFormatSymbols objects are equal.booleanRuleBasedCollatorICU. equals(Object object)AttributedCharacterIteratorNativeDecimalFormat. formatToCharacterIterator(Object object) -
Uses of Object in libcore.internal
Subclasses of Object in libcore.internal Modifier and Type Class Description classStringPoolA pool of string instances. -
Uses of Object in libcore.io
Subclasses of Object in libcore.io Modifier and Type Class Description classAsynchronousCloseMonitorclassBase64Base64 encoder/decoder.classBlockGuardOsInforms BlockGuard of any activity it should be aware of.classBufferIteratorIterates over big- or little-endian bytes.classDropBoxclassErrnoExceptionA checked exception thrown whenOsmethods fail.classEventLoggerclassForwardingOsSubclass this if you want to override someOsmethods but otherwise delegate.classGaiExceptionclassHeapBufferIteratorIterates over big- or little-endian bytes in a Java byte[].classIoBridgeImplements java.io/java.net/java.nio semantics in terms of the underlying POSIX system calls.classIoUtilsclassLibcoreclassMemoryUnsafe access to memory.classMemoryMappedFileA memory-mapped file.classNioBufferIteratorIterates over big- or little-endian bytes on the native heap.classOsConstantsclassPosixclassSizeOfclassStreamsclassStrictLineReaderBuffers input from anInputStreamfor reading lines.classStructAddrinfoInformation returned/taken by getaddrinfo(3).classStructFlockInformation returned/taken by fcntl(2) F_GETFL and F_SETFL.classStructGroupReqCorresponds to C'sstruct group_req.classStructLingerCorresponds to C'sstruct lingerfrom <sys/socket.h>classStructPasswdInformation returned by getpwnam(3) and getpwuid(3).classStructPollfdCorresponds to C'sstruct pollfdfrom <poll.h>classStructStatFile information returned by fstat(2), lstat(2), and stat(2).classStructStatVfsFile information returned by fstatvfs(2) and statvfs(2).classStructTimevalCorresponds to C'sstruct timevalfrom <sys/time.h>classStructUcredCorresponds to C'sstruct ucred.classStructUtsnameInformation returned by uname(2).Fields in libcore.io declared as Object Modifier and Type Field Description ObjectStructPollfd. userDataA non-standard extension that lets callers conveniently map back to the object their fd belongs to.Methods in libcore.io that return Object Modifier and Type Method Description static ObjectIoBridge. getSocketOption(FileDescriptor fd, int option)java.net has its own socket options similar to the underlying Unix ones.Methods in libcore.io with parameters of type Object Modifier and Type Method Description static voidMemory. memmove(Object dstObject, int dstOffset, Object srcObject, int srcOffset, long byteCount)Copies 'byteCount' bytes from the source to the destination.intBlockGuardOs. readv(FileDescriptor fd, Object[] buffers, int[] offsets, int[] byteCounts)intForwardingOs. readv(FileDescriptor fd, Object[] buffers, int[] offsets, int[] byteCounts)intOs. readv(FileDescriptor fd, Object[] buffers, int[] offsets, int[] byteCounts)intPosix. readv(FileDescriptor fd, Object[] buffers, int[] offsets, int[] byteCounts)voidEventLogger.Reporter. report(int code, Object... list)static voidIoBridge. setSocketOption(FileDescriptor fd, int option, Object value)java.net has its own socket options similar to the underlying Unix ones.static voidMemory. unsafeBulkGet(Object dst, int dstOffset, int byteCount, byte[] src, int srcOffset, int sizeofElements, boolean swap)Used to optimize nio heap buffer bulk get operations.static voidMemory. unsafeBulkPut(byte[] dst, int dstOffset, int byteCount, Object src, int srcOffset, int sizeofElements, boolean swap)Used to optimize nio heap buffer bulk put operations.static voidEventLogger. writeEvent(int code, Object... list)intBlockGuardOs. writev(FileDescriptor fd, Object[] buffers, int[] offsets, int[] byteCounts)intForwardingOs. writev(FileDescriptor fd, Object[] buffers, int[] offsets, int[] byteCounts)intOs. writev(FileDescriptor fd, Object[] buffers, int[] offsets, int[] byteCounts)intPosix. writev(FileDescriptor fd, Object[] buffers, int[] offsets, int[] byteCounts) -
Uses of Object in libcore.math
Subclasses of Object in libcore.math Modifier and Type Class Description classMathUtils -
Uses of Object in libcore.net
Subclasses of Object in libcore.net Modifier and Type Class Description classMimeUtilsUtilities for dealing with MIME types.classRawSocketThis class allows raw L2 packets to be sent and received via the specified network interface.classUriCodecEncodes and decodesapplication/x-www-form-urlencodedcontent. -
Uses of Object in libcore.net.http
Subclasses of Object in libcore.net.http Modifier and Type Class Description classHttpDateBest-effort parser for HTTP dates. -
Uses of Object in libcore.net.url
Subclasses of Object in libcore.net.url Modifier and Type Class Description classFileHandlerThis is the handler that is responsible for reading files from the file system.classFileURLConnectionThis subclass extendsURLConnection.classFtpHandlerclassFtpURLConnectionclassJarHandlerclassJarURLConnectionImplThis subclass extendsURLConnection.classUrlUtilsMethods in libcore.net.url that return Object Modifier and Type Method Description ObjectJarURLConnectionImpl. getContent()Returns the object pointed by thisURL. -
Uses of Object in libcore.reflect
Subclasses of Object in libcore.reflect Modifier and Type Class Description classAnnotationFactoryThe annotation implementation based on dynamically generated proxy instances.classAnnotationMemberThis class represents member element of an annotation.classGenericArrayTypeImplclassGenericSignatureParserImplements a parser for the generics signature attribute.classInternalNamesWork with a type's internal name like "V" or "Ljava/lang/String;".classListOfTypesclassParameterizedTypeImplclassTypesclassTypeVariableImpl<D extends GenericDeclaration>classWildcardTypeImplFields in libcore.reflect declared as Object Modifier and Type Field Description protected static ObjectAnnotationMember. NO_VALUESingleton representing missing element value.protected ObjectAnnotationMember. valueMethods in libcore.reflect that return Object Modifier and Type Method Description ObjectAnnotationMember. copyValue()Provides mutation-safe access to contained value.ObjectAnnotationFactory. invoke(Object proxy, Method method, Object[] args)Processes a method invocation request to this annotation instance.ObjectAnnotationMember. validateValue()Validates contained value against its member definition and if ok returns the value.Methods in libcore.reflect with parameters of type Object Modifier and Type Method Description booleanAnnotationMember. equalArrayValue(Object otherValue)Returns true if the contained value and a passed object are equal arrays, false otherwise.booleanAnnotationFactory. equals(Object obj)Returns true if the specified object represents the same annotation instance.booleanAnnotationMember. equals(Object obj)Returns true if the specified object represents equal element (equivalent name-value pair).booleanTypeVariableImpl. equals(Object o)booleanWildcardTypeImpl. equals(Object o)ObjectAnnotationFactory. invoke(Object proxy, Method method, Object[] args)Processes a method invocation request to this annotation instance.Constructors in libcore.reflect with parameters of type Object Constructor Description AnnotationMember(String name, Object val)Creates a new element with specified name and value.AnnotationMember(String name, Object val, Class type, Method m)Creates the completely defined element. -
Uses of Object in libcore.util
Subclasses of Object in libcore.util Modifier and Type Class Description classBasicLruCache<K,V>A minimal least-recently-used cache for libcore.classCollectionUtilsclassEmptyArrayclassMutableBooleanclassMutableByteclassMutableCharclassMutableDoubleclassMutableFloatclassMutableIntclassMutableLongclassMutableShortclassObjectsclassSneakyThrowExploits a weakness in the runtime to throw an arbitrary throwable without the traditional declaration.classZoneInfoOur concrete TimeZone implementation, backed by zoneinfo data.classZoneInfoDBA class used to initialize the time zone database.static classZoneInfoDB.TzDatastatic classZoneInfoDB.TzDataAndroidFields in libcore.util declared as Object Modifier and Type Field Description static Object[]EmptyArray. OBJECTMethods in libcore.util with parameters of type Object Modifier and Type Method Description static booleanObjects. equal(Object a, Object b)Returns true if two possibly-null objects are equal.booleanZoneInfo. equals(Object obj)static intObjects. hashCode(Object o)static StringObjects. toString(Object o)Returns a string reporting the value of each declared field, via reflection. -
Uses of Object in org.apache.commons.codec
Subclasses of Object in org.apache.commons.codec 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.classStringEncoderComparatorStrings are comparable, and this comparator allows you to configure it with an instance of a class which implements StringEncoder.Methods in org.apache.commons.codec that return Object Modifier and Type Method Description ObjectDecoder. decode(Object pObject)Decodes an "encoded" Object and returns a "decoded" Object.ObjectEncoder. encode(Object pObject)Encodes an "Object" and returns the encoded content as an Object.Methods in org.apache.commons.codec with parameters of type Object Modifier and Type Method Description intStringEncoderComparator. compare(Object o1, Object o2)Compares two strings based not on the strings themselves, but on an encoding of the two strings using the StringEncoder this Comparator was created with.ObjectDecoder. decode(Object pObject)Decodes an "encoded" Object and returns a "decoded" Object.ObjectEncoder. encode(Object pObject)Encodes an "Object" and returns the encoded content as an Object. -
Uses of Object in org.apache.commons.codec.binary
Subclasses of Object in org.apache.commons.codec.binary Modifier and Type Class Description classBase64Provides Base64 encoding and decoding as defined by RFC 2045.classBinaryCodecTranslates between byte arrays and strings of "0"s and "1"s.classHexHex encoder and decoder.Methods in org.apache.commons.codec.binary that return Object Modifier and Type Method Description ObjectBase64. decode(Object pObject)Decodes an Object using the base64 algorithm.ObjectBinaryCodec. decode(Object ascii)Decodes a byte array where each byte represents an ascii '0' or '1'.ObjectHex. decode(Object object)Converts a String or an array of character bytes representing hexidecimal values into an array of bytes of those same values.ObjectBase64. encode(Object pObject)Encodes an Object using the base64 algorithm.ObjectBinaryCodec. encode(Object raw)Converts an array of raw binary data into an array of ascii 0 and 1 chars.ObjectHex. encode(Object object)Converts a String or an array of bytes into an array of characters representing the hexidecimal values of each byte in order.Methods in org.apache.commons.codec.binary with parameters of type Object Modifier and Type Method Description ObjectBase64. decode(Object pObject)Decodes an Object using the base64 algorithm.ObjectBinaryCodec. decode(Object ascii)Decodes a byte array where each byte represents an ascii '0' or '1'.ObjectHex. decode(Object object)Converts a String or an array of character bytes representing hexidecimal values into an array of bytes of those same values.ObjectBase64. encode(Object pObject)Encodes an Object using the base64 algorithm.ObjectBinaryCodec. encode(Object raw)Converts an array of raw binary data into an array of ascii 0 and 1 chars.ObjectHex. encode(Object object)Converts a String or an array of bytes into an array of characters representing the hexidecimal values of each byte in order. -
Uses of Object in org.apache.commons.codec.language
Subclasses of Object in org.apache.commons.codec.language Modifier and Type Class Description classDoubleMetaphoneEncodes a string into a double metaphone value.classDoubleMetaphone.DoubleMetaphoneResultInner class for storing results, since there is the optional alternate encoding.classMetaphoneEncodes a string into a metaphone value.classRefinedSoundexEncodes a string into a Refined Soundex value.classSoundexEncodes a string into a Soundex value.Methods in org.apache.commons.codec.language that return Object Modifier and Type Method Description ObjectDoubleMetaphone. encode(Object obj)Encode the value using DoubleMetaphone.ObjectMetaphone. encode(Object pObject)Encodes an Object using the metaphone algorithm.ObjectRefinedSoundex. encode(Object pObject)Encodes an Object using the refined soundex algorithm.ObjectSoundex. encode(Object pObject)Encodes an Object using the soundex algorithm.Methods in org.apache.commons.codec.language with parameters of type Object Modifier and Type Method Description ObjectDoubleMetaphone. encode(Object obj)Encode the value using DoubleMetaphone.ObjectMetaphone. encode(Object pObject)Encodes an Object using the metaphone algorithm.ObjectRefinedSoundex. encode(Object pObject)Encodes an Object using the refined soundex algorithm.ObjectSoundex. encode(Object pObject)Encodes an Object using the soundex algorithm. -
Uses of Object in org.apache.commons.codec.net
Subclasses of Object in org.apache.commons.codec.net Modifier and Type Class Description classBCodecIdentical to the Base64 encoding defined by RFC 1521 and allows a character set to be specified.classQCodecSimilar to the Quoted-Printable content-transfer-encoding defined in RFC 1521 and designed to allow text containing mostly ASCII characters to be decipherable on an ASCII terminal without decoding.classQuotedPrintableCodecCodec for the Quoted-Printable section of RFC 1521 .classURLCodecImplements the 'www-form-urlencoded' encoding scheme, also misleadingly known as URL encoding.Methods in org.apache.commons.codec.net that return Object Modifier and Type Method Description ObjectBCodec. decode(Object value)Decodes a Base64 object into its original form.ObjectQCodec. decode(Object pObject)Decodes a quoted-printable object into its original form.ObjectQuotedPrintableCodec. decode(Object pObject)Decodes a quoted-printable object into its original form.ObjectURLCodec. decode(Object pObject)Decodes a URL safe object into its original form.ObjectBCodec. encode(Object value)Encodes an object into its Base64 form using the default charset.ObjectQCodec. encode(Object pObject)Encodes an object into its quoted-printable form using the default charset.ObjectQuotedPrintableCodec. encode(Object pObject)Encodes an object into its quoted-printable safe form.ObjectURLCodec. encode(Object pObject)Encodes an object into its URL safe form.Methods in org.apache.commons.codec.net with parameters of type Object Modifier and Type Method Description ObjectBCodec. decode(Object value)Decodes a Base64 object into its original form.ObjectQCodec. decode(Object pObject)Decodes a quoted-printable object into its original form.ObjectQuotedPrintableCodec. decode(Object pObject)Decodes a quoted-printable object into its original form.ObjectURLCodec. decode(Object pObject)Decodes a URL safe object into its original form.ObjectBCodec. encode(Object value)Encodes an object into its Base64 form using the default charset.ObjectQCodec. encode(Object pObject)Encodes an object into its quoted-printable form using the default charset.ObjectQuotedPrintableCodec. encode(Object pObject)Encodes an object into its quoted-printable safe form.ObjectURLCodec. encode(Object pObject)Encodes an object into its URL safe form. -
Uses of Object in org.apache.commons.logging
Subclasses of Object in org.apache.commons.logging Modifier and Type Class Description classLogConfigurationExceptionAn exception that is thrown only if a suitableLogFactoryorLoginstance cannot be created by the corresponding factory methods.classLogFactoryFactory for creatingLoginstances, with discovery and configuration features similar to that employed by standard Java APIs such as JAXP.classLogSourceDeprecated.UseLogFactoryinstead - The default factory implementation performs exactly the same algorithm as this class didMethods in org.apache.commons.logging that return Object Modifier and Type Method Description protected static ObjectLogFactory. createFactory(String factoryClass, ClassLoader classLoader)Implements the operations described in the javadoc for newFactory.abstract ObjectLogFactory. getAttribute(String name)Return the configuration attribute with the specified name (if any), ornullif there is no such attribute.Methods in org.apache.commons.logging with parameters of type Object Modifier and Type Method Description voidLog. debug(Object message)Log a message with debug log level.voidLog. debug(Object message, Throwable t)Log an error with debug log level.voidLog. error(Object message)Log a message with error log level.voidLog. error(Object message, Throwable t)Log an error with error log level.voidLog. fatal(Object message)Log a message with fatal log level.voidLog. fatal(Object message, Throwable t)Log an error with fatal log level.voidLog. info(Object message)Log a message with info log level.voidLog. info(Object message, Throwable t)Log an error with info log level.static StringLogFactory. objectId(Object o)Returns a string that uniquely identifies the specified object, including its class.abstract voidLogFactory. setAttribute(String name, Object value)Set the configuration attribute with the specified name.voidLog. trace(Object message)Log a message with trace log level.voidLog. trace(Object message, Throwable t)Log an error with trace log level.voidLog. warn(Object message)Log a message with warn log level.voidLog. warn(Object message, Throwable t)Log an error with warn log level. -
Uses of Object in org.apache.commons.logging.impl
Subclasses of Object in org.apache.commons.logging.impl 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).classLogFactoryImplConcrete subclass ofLogFactorythat implements the following algorithm to dynamically select a logging implementation class to instantiate a wrapper for.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.Methods in org.apache.commons.logging.impl that return Object Modifier and Type Method Description ObjectWeakHashtable. get(Object key)ObjectLogFactoryImpl. getAttribute(String name)Return the configuration attribute with the specified name (if any), ornullif there is no such attribute.ObjectWeakHashtable. put(Object key, Object value)ObjectWeakHashtable. remove(Object key)Methods in org.apache.commons.logging.impl with parameters of type Object Modifier and Type Method Description booleanWeakHashtable. containsKey(Object key)voidJdk14Logger. debug(Object message)Logs a message withjava.util.logging.Level.FINE.voidJdk14Logger. debug(Object message, Throwable exception)Logs a message withjava.util.logging.Level.FINE.voidNoOpLog. debug(Object message)Do nothingvoidNoOpLog. debug(Object message, Throwable t)Do nothingvoidSimpleLog. debug(Object message)Logs a message withorg.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_DEBUG.voidSimpleLog. debug(Object message, Throwable t)Logs a message withorg.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_DEBUG.voidJdk14Logger. error(Object message)Logs a message withjava.util.logging.Level.SEVERE.voidJdk14Logger. error(Object message, Throwable exception)Logs a message withjava.util.logging.Level.SEVERE.voidNoOpLog. error(Object message)Do nothingvoidNoOpLog. error(Object message, Throwable t)Do nothingvoidSimpleLog. error(Object message)Logs a message withorg.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_ERROR.voidSimpleLog. error(Object message, Throwable t)Logs a message withorg.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_ERROR.voidJdk14Logger. fatal(Object message)Logs a message withjava.util.logging.Level.SEVERE.voidJdk14Logger. fatal(Object message, Throwable exception)Logs a message withjava.util.logging.Level.SEVERE.voidNoOpLog. fatal(Object message)Do nothingvoidNoOpLog. fatal(Object message, Throwable t)Do nothingvoidSimpleLog. fatal(Object message)Log a message withorg.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_FATAL.voidSimpleLog. fatal(Object message, Throwable t)Logs a message withorg.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_FATAL.ObjectWeakHashtable. get(Object key)voidJdk14Logger. info(Object message)Logs a message withjava.util.logging.Level.INFO.voidJdk14Logger. info(Object message, Throwable exception)Logs a message withjava.util.logging.Level.INFO.voidNoOpLog. info(Object message)Do nothingvoidNoOpLog. info(Object message, Throwable t)Do nothingvoidSimpleLog. info(Object message)Logs a message withorg.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_INFO.voidSimpleLog. info(Object message, Throwable t)Logs a message withorg.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_INFO.protected voidSimpleLog. log(int type, Object message, Throwable t)Do the actual logging.ObjectWeakHashtable. put(Object key, Object value)ObjectWeakHashtable. remove(Object key)voidLogFactoryImpl. setAttribute(String name, Object value)Set the configuration attribute with the specified name.voidJdk14Logger. trace(Object message)Logs a message withjava.util.logging.Level.FINEST.voidJdk14Logger. trace(Object message, Throwable exception)Logs a message withjava.util.logging.Level.FINEST.voidNoOpLog. trace(Object message)Do nothingvoidNoOpLog. trace(Object message, Throwable t)Do nothingvoidSimpleLog. trace(Object message)Logs a message withorg.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_TRACE.voidSimpleLog. trace(Object message, Throwable t)Logs a message withorg.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_TRACE.voidJdk14Logger. warn(Object message)Logs a message withjava.util.logging.Level.WARNING.voidJdk14Logger. warn(Object message, Throwable exception)Logs a message withjava.util.logging.Level.WARNING.voidNoOpLog. warn(Object message)Do nothingvoidNoOpLog. warn(Object message, Throwable t)Do nothingvoidSimpleLog. warn(Object message)Logs a message withorg.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_WARN.voidSimpleLog. warn(Object message, Throwable t)Logs a message withorg.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_WARN. -
Uses of Object in org.apache.harmony.crypto.internal
Subclasses of Object in org.apache.harmony.crypto.internal Modifier and Type Class Description classNullCipherSpiCipherSpi implementation for javax.crypto.NullCipher -
Uses of Object in org.apache.harmony.luni.internal.util
Subclasses of Object in org.apache.harmony.luni.internal.util Modifier and Type Class Description classTimezoneGetterThis class provides a way to add an implementation specific way to access the current timezone. -
Uses of Object in org.apache.harmony.luni.util
Subclasses of Object in org.apache.harmony.luni.util Modifier and Type Class Description classDeleteOnExitImplements the actual DeleteOnExit mechanism. -
Uses of Object in org.apache.harmony.security
Subclasses of Object in org.apache.harmony.security Modifier and Type Class Description classPrivateKeyImplPrivateKeyImplclassPublicKeyImplPublicKeyImplclassSystemScope -
Uses of Object in org.apache.harmony.security.asn1
Subclasses of Object in org.apache.harmony.security.asn1 Modifier and Type Class Description classASN1AnyThis class represents ASN.1 ANY type.classASN1BitStringThis class represents ASN.1 Bitstring type.static classASN1BitString.ASN1NamedBitListDefault implementation for ASN.1 Named Bitstring type The default implementation works with encoding that is mapped to array of boolean.classASN1BooleanThis class represents ASN.1 Boolean type.classASN1ChoiceThis abstract class represents ASN.1 Choice type.classASN1ConstructedThis abstract class is the super class for all constructed ASN.1 typesclassASN1EnumeratedThis class represents ASN.1 Enumerated type.classASN1ExceptionThrown by decoder/encoder stream to indicate violation of encoding rules.classASN1ExplicitThis class represents explicitly tagged ASN.1 type.classASN1GeneralizedTimeThis class represents ASN.1 GeneralizedTime type.classASN1ImplicitImplicitly tagged ASN.1 type.classASN1IntegerThis class represents ASN.1 Integer type.classASN1OctetStringThis class represents ASN.1 octet string type.classASN1OidThis class represents ASN.1 Object Identifier type.classASN1PrimitiveThis abstract class is the super class for all primitive ASN.1 typesclassASN1SequenceThis class represents ASN.1 Sequence type.classASN1SequenceOfThis class represents ASN.1 Sequence OF type.classASN1SetThis class represents ASN.1 Set type.classASN1SetOfThis class represents ASN.1 SetOf type.classASN1StringTypeThis class is the super class for all string ASN.1 typesclassASN1TimeAbstract class to represent ASN.1 time typesclassASN1TypeThis abstract class is the super class for all ASN.1 typesclassASN1TypeCollectionThis abstract class represents ASN.1 type that is a collection of ASN.1 types.classASN1UTCTimeThis class represents ASN.1 UTCTime typeclassASN1ValueCollectionThis abstract class represents ASN.1 collection type.classBerInputStreamDecodes ASN.1 types encoded with BER (X.690)classBerOutputStreamEncodes ASN.1 types with BER (X.690)classBitStringRepresents ASN.1 bit string valueclassDerInputStreamDecodes ASN.1 types encoded with DER (X.690)classDerOutputStreamEncodes ASN.1 types with DER (X.690)classObjectIdentifierInstance of this class represents ObjectIdentifier (OID).Fields in org.apache.harmony.security.asn1 declared as Object Modifier and Type Field Description ObjectBerInputStream. contentCurrent decoded contentObjectBerOutputStream. contentCurrent encoded contentObject[]ASN1TypeCollection. DEFAULTMethods in org.apache.harmony.security.asn1 that return Object Modifier and Type Method Description ObjectASN1Any. decode(BerInputStream in)ObjectASN1BitString. decode(BerInputStream in)ObjectASN1Boolean. decode(BerInputStream in)ObjectASN1Choice. decode(BerInputStream in)ObjectASN1Enumerated. decode(BerInputStream in)ObjectASN1Explicit. decode(BerInputStream in)ObjectASN1GeneralizedTime. decode(BerInputStream in)ObjectASN1Implicit. decode(BerInputStream in)ObjectASN1Integer. decode(BerInputStream in)ObjectASN1OctetString. decode(BerInputStream in)ObjectASN1Oid. decode(BerInputStream in)ObjectASN1Sequence. decode(BerInputStream in)ObjectASN1SequenceOf. decode(BerInputStream in)ObjectASN1Set. decode(BerInputStream in)ObjectASN1SetOf. decode(BerInputStream in)ObjectASN1StringType. decode(BerInputStream in)ObjectASN1Type. decode(byte[] encoded)ObjectASN1Type. decode(byte[] encoded, int offset, int encodingLen)ObjectASN1Type. decode(InputStream in)abstract ObjectASN1Type. decode(BerInputStream in)Decodes ASN.1 type.ObjectASN1UTCTime. decode(BerInputStream in)static ObjectASN1Integer. fromIntValue(int value)Converts primitive int value to a form most suitable for encoding.ObjectBerInputStream. get(Object key)ObjectASN1Any. getDecodedObject(BerInputStream in)Extracts array of bytes that represents full encoding from BER input stream.ObjectASN1BitString.ASN1NamedBitList. getDecodedObject(BerInputStream in)ObjectASN1BitString. getDecodedObject(BerInputStream in)Extracts BitString object from BER input stream.ObjectASN1Boolean. getDecodedObject(BerInputStream in)Extracts Boolean object from BER input stream.ObjectASN1Enumerated. getDecodedObject(BerInputStream in)Extracts array of bytes from BER input stream.ObjectASN1Integer. getDecodedObject(BerInputStream in)Extracts array of bytes from BER input stream.ObjectASN1OctetString. getDecodedObject(BerInputStream in)Extracts array of bytes from BER input stream.ObjectASN1Oid. getDecodedObject(BerInputStream in)Extracts array of integers from BER input stream.ObjectASN1StringType. getDecodedObject(BerInputStream in)Extracts String object from BER input stream.ObjectASN1Time. getDecodedObject(BerInputStream in)protected ObjectASN1Type. getDecodedObject(BerInputStream in)Creates decoded object.abstract ObjectASN1Choice. getObjectToEncode(Object object)Methods in org.apache.harmony.security.asn1 with parameters of type Object Modifier and Type Method Description byte[]ASN1Type. encode(Object object)booleanObjectIdentifier. equals(Object o)ObjectBerInputStream. get(Object key)abstract intASN1Choice. getIndex(Object object)abstract ObjectASN1Choice. getObjectToEncode(Object object)protected voidASN1TypeCollection. getValues(Object object, Object[] values)Provides an object's values to be encoded Derived classes should override this method to provide encoding for a selected class of objects.Collection<?>ASN1ValueCollection. getValues(Object object)Provides an object's values to be encoded Derived classes should override this method to provide encoding for a selected class of objects.voidBerInputStream. put(Object key, Object entry)protected voidASN1TypeCollection. setDefault(Object object, int index)Sets a default value for a collection component.static BigIntegerASN1Integer. toBigIntegerValue(Object decoded)Converts decoded ASN.1 Integer to a BigInteger.static intASN1Integer. toIntValue(Object decoded)Converts decoded ASN.1 Integer to int value.Constructors in org.apache.harmony.security.asn1 with parameters of type Object Constructor Description DerOutputStream(ASN1Type asn1, Object object) -
Uses of Object in org.apache.harmony.security.fortress
Subclasses of Object in org.apache.harmony.security.fortress Modifier and Type Class Description classEngineThis class implements common functionality for Provider supplied classes.static classEngine.SpiAndProviderclassServicesThis class contains information about all registered providers and preferred implementations for all "serviceName.algName".Fields in org.apache.harmony.security.fortress declared as Object Modifier and Type Field Description ObjectEngine.SpiAndProvider. spiMethods in org.apache.harmony.security.fortress that return Object Modifier and Type Method Description ObjectEngine. getInstance(String algorithm, Provider provider, Object param)Finds the appropriate service implementation and returns and instance of the class that implements corresponding Service Provider Interface.Methods in org.apache.harmony.security.fortress with parameters of type Object Modifier and Type Method Description Engine.SpiAndProviderEngine. getInstance(String algorithm, Object param)Finds the appropriate service implementation and returns anSpiAndProviderinstance containing a reference to SPI and itsProviderObjectEngine. getInstance(String algorithm, Provider provider, Object param)Finds the appropriate service implementation and returns and instance of the class that implements corresponding Service Provider Interface. -
Uses of Object in org.apache.harmony.security.pkcs10
Subclasses of Object in org.apache.harmony.security.pkcs10 Modifier and Type Class Description classCertificationRequestThe class implements the ASN.1 DER encoding and decoding of the PKCS#10 Certificate Signing Request (CSR).classCertificationRequestInfoCertificationRequestInfo ::= SEQUENCE { version Version, subject Name, subjectPublicKeyInfo SubjectPublicKeyInfo, attributes [0] IMPLICIT Attributes } Version ::= INTEGER Attributes ::= SET OF Attribute -
Uses of Object in org.apache.harmony.security.pkcs7
Subclasses of Object in org.apache.harmony.security.pkcs7 Modifier and Type Class Description classContentInfoAs defined in PKCS #7: Cryptographic Message Syntax Standard (http://www.ietf.org/rfc/rfc2315.txt) ContentInfo ::= SEQUENCE { contentType ContentType, content [0] EXPLICIT ANY DEFINED BY contentType OPTIONAL }classSignedDataAs defined in PKCS #7: Cryptographic Message Syntax Standard (http://www.ietf.org/rfc/rfc2315.txt) SignedData ::= SEQUENCE { version Version, digestAlgorithms DigestAlgorithmIdentifiers, contentInfo ContentInfo, certificates [0] IMPLICIT ExtendedCertificatesAndCertificates OPTIONAL, crls [1] IMPLICIT CertificateRevocationLists OPTIONAL, signerInfos SignerInfos }classSignerInfoAs defined in PKCS #7: Cryptographic Message Syntax Standard (http://www.ietf.org/rfc/rfc2315.txt) SignerInfo ::= SEQUENCE { version Version, issuerAndSerialNumber IssuerAndSerialNumber, digestAlgorithm DigestAlgorithmIdentifier, authenticatedAttributes [0] IMPLICIT Attributes OPTIONAL, digestEncryptionAlgorithm DigestEncryptionAlgorithmIdentifier, encryptedDigest EncryptedDigest, unauthenticatedAttributes [1] IMPLICIT Attributes OPTIONAL }Methods in org.apache.harmony.security.pkcs7 that return Object Modifier and Type Method Description ObjectContentInfo. getContent() -
Uses of Object in org.apache.harmony.security.pkcs8
Subclasses of Object in org.apache.harmony.security.pkcs8 Modifier and Type Class Description classPrivateKeyInfoThe class implements the ASN.1 DER encoding and decoding of the PKCS#8 PrivateKeyInfo having the following ASN.1 notation: PrivateKeyInfo ::= SEQUENCE { version Version, privateKeyAlgorithm PrivateKeyAlgorithmIdentifier, privateKey PrivateKey, attributes [0] IMPLICIT Attributes OPTIONAL } Version ::= INTEGER PrivateKeyAlgorithmIdentifier ::= AlgorithmIdentifier PrivateKey ::= OCTET STRING Attributes ::= SET OF Attribute -
Uses of Object in org.apache.harmony.security.provider.cert
Subclasses of Object in org.apache.harmony.security.provider.cert Modifier and Type Class Description classCacheThe caching mechanism designed to speed up the process of Certificates/CRLs generation in the case of their repeated generation.classDRLCertFactoryclassX509CertFactoryImplX509 Certificate Factory Service Provider Interface Implementation.classX509CertImplThis class is an implementation of X509Certificate.classX509CertPathImplThis class is an implementation of X.509 CertPath.classX509CRLEntryImplImplementation of X509CRLEntry.classX509CRLImplThis class is an implementation of X509CRL.Methods in org.apache.harmony.security.provider.cert that return Object Modifier and Type Method Description ObjectCache. get(long hash, byte[] encoding)Returns the object built on the base on the specified encoded form if it is contained in the cache and null otherwise.Methods in org.apache.harmony.security.provider.cert with parameters of type Object Modifier and Type Method Description voidCache. put(long hash, byte[] encoding, Object object)Puts the object into the cache. -
Uses of Object in org.apache.harmony.security.provider.crypto
Subclasses of Object in org.apache.harmony.security.provider.crypto Modifier and Type Class Description classCryptoProviderImplementation of Provider for SecureRandom, MessageDigest and Signature using a Secure Hash Algorithm, SHA-1; see SECURE HASH STANDARD, FIPS PUB 180-1 (http://www.itl.nist.gov/fipspubs/fip180-1.htm)
The implementation supports "SHA1PRNG", "SHA-1" and "SHA1withDSA" algorithms described in JavaTM Cryptography Architecture, API Specification & ReferenceclassDSAKeyFactoryImplclassDSAPrivateKeyImplThe 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 DSAPublicKeyclassSHA1_MessageDigestImplThis class extends the MessageDigestSpi class implementing all its abstract methods; it overrides the "Object clone()" and "int engineGetDigestLength()" methods.classSHA1ConstantsThis interface contains :
- a set of constant values, H0-H4, defined in "SECURE HASH STANDARD", FIPS PUB 180-2 ;
- implementation constant values to use in classes using SHA-1 algorithm.classSHA1ImplThis class contains methods providing SHA-1 functionality to use in classes.classSHA1PRNG_SecureRandomImplThis class extends the SecureRandomSpi class implementing all its abstract methods.classSHA1withDSA_SignatureImplMethods in org.apache.harmony.security.provider.crypto that return Object Modifier and Type Method Description ObjectSHA1_MessageDigestImpl. clone()Returns a "deep" copy of this SHA1MDImpl object.protected ObjectSHA1withDSA_SignatureImpl. engineGetParameter(String param)Deprecated method.Methods in org.apache.harmony.security.provider.crypto with parameters of type Object Modifier and Type Method Description protected voidSHA1withDSA_SignatureImpl. engineSetParameter(String param, Object value) -
Uses of Object in org.apache.harmony.security.utils
Subclasses of Object in org.apache.harmony.security.utils Modifier and Type Class Description classAlgNameMapperProvides Algorithm Name to OID and OID to Algorithm Name mappings.classArrayUtility class for arraysclassJarUtilsclassObjectIdentifierInstance of this class represents ObjectIdentifier (OID).Methods in org.apache.harmony.security.utils that return Object Modifier and Type Method Description ObjectObjectIdentifier. getGroup()Gets OID's group.Methods in org.apache.harmony.security.utils with parameters of type Object Modifier and Type Method Description booleanObjectIdentifier. equals(Object o)Compares object with OID for equality.Constructors in org.apache.harmony.security.utils with parameters of type Object Constructor Description ObjectIdentifier(int[] oid, String name, Object oidGroup)Creates ObjectIdentifier(OID) from array of integers. -
Uses of Object in org.apache.harmony.security.x501
Subclasses of Object in org.apache.harmony.security.x501 Modifier and Type Class Description classAttributeTypeAndValueX.501 AttributeTypeAndValueclassAttributeTypeAndValueComparatorAttributeTypeAndValue comparatorclassAttributeValueX.501 Attribute ValueclassDirectoryStringThe class encapsulates the ASN.1 DER encoding/decoding work with the DirectoryString structure (as specified in RFC 3280 - Internet X.509 Public Key Infrastructure.classNameX.501 NameMethods in org.apache.harmony.security.x501 with parameters of type Object Modifier and Type Method Description intAttributeTypeAndValueComparator. compare(Object obj1, Object obj2)compares two AttributeTypeAndValues -
Uses of Object in org.apache.harmony.security.x509
Subclasses of Object in org.apache.harmony.security.x509 Modifier and Type Class Description classAccessDescriptionThe class encapsulates the ASN.1 DER encoding/decoding work with the AccessDescription which is a part of X.509 framework (as specified in RFC 3280 - Internet X.509 Public Key Infrastructure.classAlgorithmIdentifierThe class encapsulates the ASN.1 DER encoding/decoding work with the Algorithm Identifier which is a part of X.509 certificate (as specified in RFC 3280 - Internet X.509 Public Key Infrastructure.classAlternativeNameThis class implements the values of Subject Alternative Name (OID is 2.5.29.17) and Issuer Alternative Name extensions (OID is 2.5.29.18).
For more information about these extensions see RFC 3280 at http://www.ietf.org/rfc/rfc3280.txtclassAuthorityKeyIdentifierThe class encapsulates the ASN.1 DER encoding/decoding work with Authority Key Identifier Extension (OID = 2.5.29.35).classBasicConstraintsBasic Constraints Extension (OID == 2.5.29.19).classCertificateThe class encapsulates the ASN.1 DER encoding/decoding work with the X.509 certificate.classCertificateIssuerCRL Entry's Certificate Issuer Extension (OID = 2.5.29.29).classCertificateListThe class encapsulates the ASN.1 DER encoding/decoding work with the X.509 CRL.classCertificatePoliciesThe class encapsulates the ASN.1 DER encoding/decoding work with Certificate Policies structure which is a part of X.509 certificate (as specified in RFC 3280 - Internet X.509 Public Key Infrastructure.classCRLDistributionPointsThe class encapsulates the ASN.1 DER encoding/decoding work with the CRL Distribution Points which is the part of X.509 Certificate (as specified in RFC 3280 - Internet X.509 Public Key Infrastructure.classCRLNumberCRL Entry's CRL Number Extension (OID = 2.5.29.20).classDistributionPointThe class encapsulates the ASN.1 DER encoding/decoding work with the DistributionPoint structure which is the part of X.509 CRL (as specified in RFC 3280 - Internet X.509 Public Key Infrastructure.classDistributionPointNameThe class encapsulates the ASN.1 DER encoding/decoding work with the DistributionPointName structure which is the part of X.509 CRL (as specified in RFC 3280 - Internet X.509 Public Key Infrastructure.classDNParserDistinguished Name Parser.classEDIPartyNameThe class encapsulates the ASN.1 DER encoding/decoding work with the following structure which is a subpart of GeneralName (as specified in RFC 3280 - Internet X.509 Public Key Infrastructure.classExtendedKeyUsageExtended Key Usage Extension (OID == 2.5.29.37).classExtensionThe class encapsulates the ASN.1 DER encoding/decoding work with the Extension part of X.509 certificate (as specified in RFC 3280 - Internet X.509 Public Key Infrastructure.classExtensionsThe class encapsulates the ASN.1 DER encoding/decoding work with the Extensions part of X.509 certificate (as specified in RFC 3280 - Internet X.509 Public Key Infrastructure.classExtensionValueBase class for extension value structures.classGeneralNameThe class encapsulates the ASN.1 DER encoding/decoding work with the GeneralName structure which is a part of X.509 certificate (as specified in RFC 3280 - Internet X.509 Public Key Infrastructure.classGeneralNamesThe class encapsulates the ASN.1 DER encoding/decoding work with the GeneralNames structure which is a part of X.509 certificate (as specified in RFC 3280 - Internet X.509 Public Key Infrastructure.classGeneralSubtreeThe class encapsulates the ASN.1 DER encoding/decoding work with the GeneralSubtree structure which is a part of X.509 certificate: (as specified in RFC 3280 - Internet X.509 Public Key Infrastructure.classGeneralSubtreesThe class encapsulates the ASN.1 DER encoding/decoding work with the GeneralSubtrees structure which is a part of X.509 certificate: (as specified in RFC 3280 - Internet X.509 Public Key Infrastructure.classInfoAccessSyntaxThe class encapsulates the ASN.1 DER encoding/decoding work with the SubjectInfoAccessSyntax and AuthorityInfoAccessSyntax which are a part of X.509 framework (as specified in RFC 3280 - Internet X.509 Public Key Infrastructure.classInhibitAnyPolicyInhibitAnyPolicy Certificate Extension (OID = 2.5.29.54) Its ASN.1 notation is as follows:classInvalidityDateCRL Entry's Invalidity Date Extension (OID = 2.5.29.24).classIssuingDistributionPointCRL's Issuing Distribution Point Extension (OID = 2.5.29.28).classKeyUsageKey Usage Extension (OID = 2.5.29.15).classNameConstraintsThe class encapsulates the ASN.1 DER encoding/decoding work with the following structure which is a part of X.509 certificate (as specified in RFC 3280 - Internet X.509 Public Key Infrastructure.classORAddressThe class encapsulates the ASN.1 DER encoding/decoding work with the ORAddress structure which is a part of X.509 certificate: (as specified in RFC 3280 - Internet X.509 Public Key Infrastructure.classOtherNameThe class encapsulates the ASN.1 DER encoding/decoding work with OtherName structure which is a subpart of GeneralName (as specified in RFC 3280 - Internet X.509 Public Key Infrastructure.classPolicyConstraintsThe class encapsulates the ASN.1 DER encoding/decoding work with PolicyConstraints structure which is a part of X.509 certificate (as specified in RFC 3280 - Internet X.509 Public Key Infrastructure.classPolicyInformationThe class encapsulates the ASN.1 DER encoding/decoding work with PolicyInformation structure which is a subpart of certificatePolicies (as specified in RFC 3280 - Internet X.509 Public Key Infrastructure.classPolicyQualifierInfo/** The class encapsulates the ASN.1 DER decoding work with PolicyQualifierInfo structure (as specified in RFC 3280 - Internet X.509 Public Key Infrastructure.classPrivateKeyUsagePeriodThe class encapsulates the ASN.1 DER encoding/decoding work with the following certificate extension (OID: 2.5.29.16) (as specified in RFC 3280 - Internet X.509 Public Key Infrastructure.classReasonCodeCRL Entry's Reason Code Extension (OID = 2.5.29.21).classReasonFlagsThe class encapsulates the ASN.1 DER encoding/decoding work with the following part of X.509 CRL (as specified in RFC 3280 - Internet X.509 Public Key Infrastructure.classSubjectKeyIdentifierSubject Key Identifier Extension (OID = 2.5.29.14).classSubjectPublicKeyInfoThe class encapsulates the ASN.1 DER encoding/decoding work with the following structure which is a part of X.509 certificate (as specified in RFC 3280 - Internet X.509 Public Key Infrastructure.classTBSCertificateThe class encapsulates the ASN.1 DER encoding/decoding work with TBSCertificate structure which is the part of X.509 certificate (as specified in RFC 3280 - Internet X.509 Public Key Infrastructure.classTBSCertListThe class encapsulates the ASN.1 DER encoding/decoding work with TBSCertList structure which is the part of X.509 CRL (as specified in RFC 3280 - Internet X.509 Public Key Infrastructure.static classTBSCertList.RevokedCertificateclassTimeClass represents the work with the following X.509 structure: (as specified in RFC 3280 - Internet X.509 Public Key Infrastructure.classValidityThe class encapsulates the ASN.1 DER encoding/decoding work with Validity structure which is the part of X.509 certificate (as specified in RFC 3280 - Internet X.509 Public Key Infrastructure.classX509PublicKeyMethods in org.apache.harmony.security.x509 that return Object Modifier and Type Method Description ObjectGeneralName. getName()Methods in org.apache.harmony.security.x509 that return types with arguments of type Object Modifier and Type Method Description List<Object>GeneralName. getAsList()Gets a list representation of this GeneralName object.Methods in org.apache.harmony.security.x509 with parameters of type Object Modifier and Type Method Description booleanAlgorithmIdentifier. equals(Object ai)booleanExtension. equals(Object ext)booleanExtensions. equals(Object other)booleanGeneralName. equals(Object other)booleanTBSCertList. equals(Object other)booleanTBSCertList.RevokedCertificate. equals(Object rc) -
Uses of Object in org.apache.harmony.security.x509.tsp
Subclasses of Object in org.apache.harmony.security.x509.tsp Modifier and Type Class Description classMessageImprintAs defined in Time-Stamp Protocol (TSP) (http://www.ietf.org/rfc/rfc3161.txt) MessageImprint ::= SEQUENCE { hashAlgorithm AlgorithmIdentifier, hashedMessage OCTET STRING }classPKIStatusInfoAs defined in Time-Stamp Protocol (TSP) (http://www.ietf.org/rfc/rfc3161.txt) PKIStatusInfo ::= SEQUENCE { status PKIStatus, statusString PKIFreeText OPTIONAL, failInfo PKIFailureInfo OPTIONAL }classTimeStampReqAs defined in Time-Stamp Protocol (TSP) (http://www.ietf.org/rfc/rfc3161.txt) TimeStampReq ::= SEQUENCE { version INTEGER { v1(1) }, messageImprint MessageImprint, --a hash algorithm OID and the hash value of the data to be --time-stamped reqPolicy TSAPolicyId OPTIONAL, nonce INTEGER OPTIONAL, certReq BOOLEAN DEFAULT FALSE, extensions [0] IMPLICIT Extensions OPTIONAL } TSAPolicyId ::= OBJECT IDENTIFIERclassTimeStampRespAs defined in Time-Stamp Protocol (TSP) (http://www.ietf.org/rfc/rfc3161.txt) TimeStampResp ::= SEQUENCE { status PKIStatusInfo, timeStampToken TimeStampToken OPTIONAL }classTSTInfoAs defined in Time-Stamp Protocol (TSP) (http://www.ietf.org/rfc/rfc3161.txt) TSTInfo ::= SEQUENCE { version INTEGER { v1(1) }, policy TSAPolicyId, messageImprint MessageImprint, -- MUST have the same value as the similar field in -- TimeStampReq serialNumber INTEGER, -- Time-Stamping users MUST be ready to accommodate integers -- up to 160 bits. -
Uses of Object in org.apache.harmony.xml
Subclasses of Object in org.apache.harmony.xml Modifier and Type Class Description classExpatReaderSAX wrapper around Expat.Methods in org.apache.harmony.xml that return Object Modifier and Type Method Description ObjectExpatReader. getProperty(String name)Methods in org.apache.harmony.xml with parameters of type Object Modifier and Type Method Description voidExpatReader. setProperty(String name, Object value) -
Uses of Object in org.apache.harmony.xml.dom
Subclasses of Object in org.apache.harmony.xml.dom Modifier and Type Class Description classAttrImplProvides a straightforward implementation of the corresponding W3C DOM interface.classCDATASectionImplProvides a straightforward implementation of the corresponding W3C DOM interface.classCharacterDataImplProvides a straightforward implementation of the corresponding W3C DOM interface.classCommentImplProvides a straightforward implementation of the corresponding W3C DOM interface.classDocumentFragmentImplProvides a straightforward implementation of the corresponding W3C DOM interface.classDocumentImplProvides a straightforward implementation of the corresponding W3C DOM interface.classDocumentTypeImplProvides a straightforward implementation of the corresponding W3C DOM interface.classDOMConfigurationImplA minimal implementation of DOMConfiguration.classDOMErrorImplclassDOMImplementationImplProvides a straightforward implementation of the corresponding W3C DOM interface.classElementImplProvides a straightforward implementation of the corresponding W3C DOM interface.classElementImpl.ElementAttrNamedNodeMapImplclassEntityImplProvides a straightforward implementation of the corresponding W3C DOM interface.classEntityReferenceImplProvides a straightforward implementation of the corresponding W3C DOM interface.classInnerNodeImplProvides a straightforward implementation of the corresponding W3C DOM interface.classLeafNodeImplProvides a straightforward implementation of the corresponding W3C DOM interface.classNodeImplA straightforward implementation of the corresponding W3C DOM node.classNodeListImplProvides a straightforward implementation of the corresponding W3C DOM interface.classNotationImplProvides a straightforward implementation of the corresponding W3C DOM interface.classProcessingInstructionImplProvides a straightforward implementation of the corresponding W3C DOM interface.classTextImplProvides a straightforward implementation of the corresponding W3C DOM interface.Methods in org.apache.harmony.xml.dom that return Object Modifier and Type Method Description ObjectDOMImplementationImpl. getFeature(String feature, String version)ObjectNodeImpl. getFeature(String feature, String version)ObjectDOMConfigurationImpl. getParameter(String name)ObjectDOMErrorImpl. getRelatedData()ObjectDOMErrorImpl. getRelatedException()ObjectNodeImpl. getUserData(String key)ObjectNodeImpl. setUserData(String key, Object data, UserDataHandler handler)Methods in org.apache.harmony.xml.dom with parameters of type Object Modifier and Type Method Description booleanDOMConfigurationImpl. canSetParameter(String name, Object value)voidDOMConfigurationImpl. setParameter(String name, Object value)ObjectNodeImpl. setUserData(String key, Object data, UserDataHandler handler) -
Uses of Object in org.apache.harmony.xml.parsers
Subclasses of Object in org.apache.harmony.xml.parsers Modifier and Type Class Description classDocumentBuilderFactoryImplProvides a straightforward DocumentBuilderFactory implementation based on XMLPull/KXML.classSAXParserFactoryImplProvides a straightforward SAXParserFactory implementation based on Expat.Methods in org.apache.harmony.xml.parsers that return Object Modifier and Type Method Description ObjectDocumentBuilderFactoryImpl. getAttribute(String name)Methods in org.apache.harmony.xml.parsers with parameters of type Object Modifier and Type Method Description voidDocumentBuilderFactoryImpl. setAttribute(String name, Object value) -
Uses of Object in org.apache.http
Subclasses of Object in org.apache.http Modifier and Type Class Description classConnectionClosedExceptionIndicates that a connection has been closed.classHttpExceptionSignals that an HTTP exception has occurred.classHttpHostHolds all of the variables needed to describe an HTTP connection to a host.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 Object in org.apache.http.auth
Subclasses of Object in org.apache.http.auth Modifier and Type Class Description classAUTHConstants and static helpers related to the HTTP authentication.classAuthenticationExceptionSignals a failure in authentication processclassAuthSchemeRegistryAuthentication scheme registry that can be used to obtain the corresponding authentication scheme implementation for a given type of authorization challenge.classAuthScopeThe class represents an authentication scope consisting of a host name, a port number, a realm name and an authentication scheme name whichCredentialsapply to.classAuthStateThis class provides detailed information about the state of the authentication process.classBasicUserPrincipalBasic user principal used for HTTP authenticationclassInvalidCredentialsExceptionAuthentication credentials required to respond to a authentication challenge are invalidclassMalformedChallengeExceptionSignals that authentication challenge is in some way invalid or illegal in the given contextclassNTCredentialsCredentialsspecific to the Windows platform.classNTUserPrincipalNT (MS Windows specific) user principal used for HTTP authenticationclassUsernamePasswordCredentialsUsername and passwordCredentialsMethods in org.apache.http.auth with parameters of type Object Modifier and Type Method Description booleanAuthScope. equals(Object o)booleanBasicUserPrincipal. equals(Object o)booleanNTCredentials. equals(Object o)booleanNTUserPrincipal. equals(Object o)booleanUsernamePasswordCredentials. equals(Object o) -
Uses of Object in org.apache.http.auth.params
Subclasses of Object in org.apache.http.auth.params Modifier and Type Class Description classAuthParamBeanclassAuthParamsThis class implements an adaptor around theHttpParamsinterface to simplify manipulation of the HTTP authentication specific parameters. -
Uses of Object in org.apache.http.client
Subclasses of Object in org.apache.http.client 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 redirectMethods in org.apache.http.client that return Object Modifier and Type Method Description ObjectUserTokenHandler. getUserToken(HttpContext context)The token object returned by this method is expected to uniquely identify the current user if the context is user specific or to benullif it is not. -
Uses of Object in org.apache.http.client.entity
Subclasses of Object in org.apache.http.client.entity Modifier and Type Class Description classUrlEncodedFormEntityAn entity composed of a list of url-encoded pairs. -
Uses of Object in org.apache.http.client.methods
Subclasses of Object in org.apache.http.client.methods Modifier and Type Class Description classHttpDeleteHTTP DELETE methodclassHttpEntityEnclosingRequestBaseBasic implementation of an HTTP request that can be modified.classHttpGetHTTP GET method.classHttpHeadHTTP HEAD method.classHttpOptionsHTTP OPTIONS method.classHttpPostHTTP POST method.classHttpPutHTTP PUT method.classHttpRequestBaseBasic implementation of an HTTP request that can be modified.classHttpTraceHTTP TRACE method. -
Uses of Object in org.apache.http.client.params
Subclasses of Object in org.apache.http.client.params Modifier and Type Class Description classAuthPolicyclassClientParamBeanclassCookiePolicyclassHttpClientParamsAn adaptor for accessing HTTP client parameters inHttpParams. -
Uses of Object in org.apache.http.client.protocol
Subclasses of Object in org.apache.http.client.protocol Modifier and Type Class Description classClientContextConfigurerclassRequestAddCookiesRequest interceptor that matches cookies available in the currentCookieStoreto the request being executed and generates corresponding cookierequest headers.classRequestDefaultHeadersRequest interceptor that adds default request headers.classRequestProxyAuthenticationclassRequestTargetAuthenticationclassResponseProcessCookiesResponse interceptor that populates the currentCookieStorewith data contained in response cookies received in the given the HTTP response. -
Uses of Object in org.apache.http.client.utils
Subclasses of Object in org.apache.http.client.utils Modifier and Type Class Description classCloneUtilsA collection of utilities to workaround limitations of Java clone framework.classURIUtilsA collection of utilities forURIs, to workaround bugs within the class or for ease-of-use features.classURLEncodedUtilsA collection of utilities for encoding URLs.Methods in org.apache.http.client.utils that return Object Modifier and Type Method Description static ObjectCloneUtils. clone(Object obj)Methods in org.apache.http.client.utils with parameters of type Object Modifier and Type Method Description static ObjectCloneUtils. clone(Object obj) -
Uses of Object in org.apache.http.conn
Subclasses of Object in org.apache.http.conn Modifier and Type Class Description classBasicEofSensorWatcherBasic implementation ofEofSensorWatcher.classBasicManagedEntityAn entity that releases aconnection.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.classEofSensorInputStreamA stream wrapper that triggers actions onclose()and EOF.classHttpHostConnectExceptionAConnectExceptionthat specifies theHttpHostthat was being connected to.classMultihomePlainSocketFactorySocket factory that implements a simple multi-home fail-over on connect failure, provided the same hostname resolves to multipleInetAddresses.Methods in org.apache.http.conn that return Object Modifier and Type Method Description ObjectManagedClientConnection. getState()Returns the state object associated with this connection.Methods in org.apache.http.conn with parameters of type Object Modifier and Type Method Description booleanMultihomePlainSocketFactory. equals(Object obj)Compares this factory with an object.ClientConnectionRequestClientConnectionManager. requestConnection(HttpRoute route, Object state)Returns a newClientConnectionRequest, from which aManagedClientConnectioncan be obtained or the request can be aborted.voidManagedClientConnection. setState(Object state)Assigns a state object to this connection. -
Uses of Object in org.apache.http.conn.params
Subclasses of Object in org.apache.http.conn.params Modifier and Type Class Description classConnConnectionParamBeanAllows for setting parameters relating to connections onHttpParams.classConnManagerParamBeanAllows for setting parameters relating to connection managers onHttpParams.classConnManagerParamsThis class represents a collection of HTTP protocol parameters applicable to client-sideconnection managers.classConnPerRouteBeanThis class maintains a map of HTTP routes to maximum number of connections allowed for those routes.classConnRouteParamBeanAllows for setting parameters relating to connection routes onHttpParams.classConnRouteParamsAn adaptor for accessing route related parameters inHttpParams. -
Uses of Object in org.apache.http.conn.routing
Subclasses of Object in org.apache.http.conn.routing Modifier and Type Class Description classBasicRouteDirectorBasic implementation of anHttpRouteDirector.classHttpRouteThe route for a request.classRouteTrackerHelps tracking the steps in establishing a route. -
Uses of Object in org.apache.http.conn.scheme
Subclasses of Object in org.apache.http.conn.scheme Modifier and Type Class Description classPlainSocketFactoryThe default class for creating sockets.classSchemeEncapsulates specifics of a protocol scheme such as "http" or "https".classSchemeRegistryA set of supported protocolschemes. -
Uses of Object in org.apache.http.conn.ssl
Subclasses of Object in org.apache.http.conn.ssl Modifier and Type Class Description classAbstractVerifierAbstract base class for all standardX509HostnameVerifierimplementations.classAllowAllHostnameVerifierThe ALLOW_ALL HostnameVerifier essentially turns hostname verification off.classBrowserCompatHostnameVerifierThe HostnameVerifier that works the same way as Curl and Firefox.classSSLSocketFactoryLayered socket factory for TLS/SSL connections, based on JSSE.classStrictHostnameVerifierThe Strict HostnameVerifier works the same way as Sun Java 1.4, Sun Java 5, Sun Java 6-rc. -
Uses of Object in org.apache.http.conn.util
Subclasses of Object in org.apache.http.conn.util Modifier and Type Class Description classInetAddressUtilsA collection of utilities relating to InetAddresses. -
Uses of Object in org.apache.http.cookie
Subclasses of Object in org.apache.http.cookie Modifier and Type Class Description classCookieIdentityComparatorThis cookie comparator can be used to compare identity of cookies.classCookieOriginCookieOrigin class incapsulates details of an origin server that are relevant when parsing, validating or matching HTTP 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.classCookieSpecRegistryCookie specification registry that can be used to obtain the corresponding cookie specification implementation for a given type of type or version of cookie.classMalformedCookieExceptionSignals that a cookie is in some way invalid or illegal in a given context -
Uses of Object in org.apache.http.cookie.params
Subclasses of Object in org.apache.http.cookie.params Modifier and Type Class Description classCookieSpecParamBean -
Uses of Object in org.apache.http.entity
Subclasses of Object in org.apache.http.entity Modifier and Type Class Description classAbstractHttpEntityAbstract base class for entities.classBasicHttpEntityA generic streamed entity being received on a connection.classBufferedHttpEntityA wrapping entity that buffers it content if necessary.classByteArrayEntityAn entity whose content is retrieved from a byte array.classEntityTemplateEntity that delegates the process of content generation to an abstract content producer.classFileEntityAn entity whose content is retrieved from a file.classHttpEntityWrapperBase class for wrapping entities.classInputStreamEntityA streamed entity obtaining content from anInputStream.classSerializableEntityclassStringEntityAn entity whose content is retrieved from a string. -
Uses of Object in org.apache.http.impl
Subclasses of Object in org.apache.http.impl Modifier and Type Class Description classAbstractHttpClientConnectionAbstract client-side HTTP connection capable of transmitting and receiving data using arbitrarySessionInputBufferandSessionOutputBufferclassAbstractHttpServerConnectionAbstract server-side HTTP connection capable of transmitting and receiving data using arbitrarySessionInputBufferandSessionOutputBufferclassDefaultConnectionReuseStrategyDefault implementation of a strategy deciding about connection re-use.classDefaultHttpClientConnectionDefault implementation of a client-side HTTP connection.classDefaultHttpRequestFactoryDefault implementation of a factory for creating request objects.classDefaultHttpResponseFactoryDefault implementation of a factory for creating response objects.classDefaultHttpServerConnectionDefault implementation of a server-side HTTP connection.classEnglishReasonPhraseCatalogEnglish reason phrases for HTTP status codes.classHttpConnectionMetricsImplImplementation of the metrics interface.classNoConnectionReuseStrategyA strategy that never re-uses a connection.classSocketHttpClientConnectionImplementation of a client-side HTTP connection that can be bound to a network Socket in order to receive and transmit data.classSocketHttpServerConnectionImplementation of a server-side HTTP connection that can be bound to a network Socket in order to receive and transmit data.Methods in org.apache.http.impl that return Object Modifier and Type Method Description ObjectHttpConnectionMetricsImpl. getMetric(String metricName)Methods in org.apache.http.impl with parameters of type Object Modifier and Type Method Description voidHttpConnectionMetricsImpl. setMetric(String metricName, Object obj) -
Uses of Object in org.apache.http.impl.auth
Subclasses of Object in org.apache.http.impl.auth Modifier and Type Class Description classAuthSchemeBaseAbstract authentication scheme class that serves as a basis for all authentication schemes supported by HttpClient.classBasicSchemeBasic authentication scheme as defined in RFC 2617.classBasicSchemeFactoryclassDigestSchemeDigest authentication scheme as defined in RFC 2617.classDigestSchemeFactoryclassNTLMEngineExceptionSignals NTLM protocol failure.classNTLMSchemeclassRFC2617SchemeAbstract authentication scheme class that lays foundation for all RFC 2617 compliant authetication schemes and provides capabilities common to all authentication schemes defined in RFC 2617.classUnsupportedDigestAlgorithmExceptionAuthentication credentials required to respond to a authentication challenge are invalid -
Uses of Object in org.apache.http.impl.client
Subclasses of Object in org.apache.http.impl.client Modifier and Type Class Description classAbstractAuthenticationHandlerclassAbstractHttpClientConvenience base class for HTTP client implementations.classBasicCookieStoreDefault implementation ofCookieStoreclassBasicCredentialsProviderDefault implementation ofCredentialsProviderclassBasicResponseHandlerAResponseHandlerthat returns the response body as a String for successful (2xx) responses.classClientParamsStackRepresents a stack of parameter collections.classDefaultConnectionKeepAliveStrategyDefault implementation of a strategy deciding duration that a connection can remain idle.classDefaultHttpClientDefault implementation of an HTTP client.classDefaultHttpRequestRetryHandlerThe defaultHttpRequestRetryHandlerused by request executors.classDefaultProxyAuthenticationHandlerclassDefaultRedirectHandlerDefault implementation ofRedirectHandler.classDefaultRequestDirectorDefault implementation ofRequestDirector.classDefaultTargetAuthenticationHandlerclassDefaultUserTokenHandlerclassEntityEnclosingRequestWrapperA wrapper class forHttpEntityEnclosingRequests that can be used to change properties of the current request without modifying the original object.classRedirectLocationsA collection of URIs that were used as redirects.classRequestWrapperA wrapper class forHttpRequests that can be used to change properties of the current request without modifying the original object.classRoutedRequestA request with the route along which it should be sent.classTunnelRefusedExceptionMethods in org.apache.http.impl.client that return Object Modifier and Type Method Description ObjectClientParamsStack. getParameter(String name)Obtains a parameter from this stack.ObjectDefaultUserTokenHandler. getUserToken(HttpContext context)Methods in org.apache.http.impl.client with parameters of type Object Modifier and Type Method Description HttpParamsClientParamsStack. setParameter(String name, Object value)Does not set a parameter. -
Uses of Object in org.apache.http.impl.conn
Subclasses of Object in org.apache.http.impl.conn Modifier and Type Class Description classAbstractClientConnAdapterclassAbstractPooledConnAdapterclassAbstractPoolEntryA pool entry for use by connection manager implementations.classDefaultClientConnectionDefault implementation of an operated client connection.classDefaultClientConnectionOperatorDefault implementation of aClientConnectionOperator.classDefaultHttpRoutePlannerDefault implementation of anHttpRoutePlanner.classDefaultResponseParserclassIdleConnectionHandlerA helper class for connection managers to track idle connections.classLoggingSessionInputBufferLogs all data read to the wire LOG.classLoggingSessionOutputBufferLogs all data written to the wire LOG.classProxySelectorRoutePlannerDefault implementation of anHttpRoutePlanner.classSingleClientConnManagerA connection "manager" for a single connection.protected classSingleClientConnManager.ConnAdapterThe connection adapter used by this manager.protected classSingleClientConnManager.PoolEntryThe pool entry for this connection manager.classWireLogs data to the wire LOG.Fields in org.apache.http.impl.conn declared as Object Modifier and Type Field Description protected ObjectAbstractPoolEntry. stateConnection state objectMethods in org.apache.http.impl.conn that return Object Modifier and Type Method Description ObjectAbstractPooledConnAdapter. getState()ObjectAbstractPoolEntry. getState()Returns the state object associated with this pool entry.Methods in org.apache.http.impl.conn with parameters of type Object Modifier and Type Method Description ManagedClientConnectionSingleClientConnManager. getConnection(HttpRoute route, Object state)Obtains a connection.ClientConnectionRequestSingleClientConnManager. requestConnection(HttpRoute route, Object state)voidAbstractPooledConnAdapter. setState(Object state)voidAbstractPoolEntry. setState(Object state)Assigns a state object to this pool entry. -
Uses of Object in org.apache.http.impl.conn.tsccm
Subclasses of Object in org.apache.http.impl.conn.tsccm Modifier and Type Class Description classAbstractConnPoolAn abstract connection pool.classBasicPooledConnAdapterA connection wrapper and callback handler.classBasicPoolEntryBasic implementation of a connection pool entry.classBasicPoolEntryRefA weak reference to aBasicPoolEntry.classConnPoolByRouteA connection pool that maintains connections by route.classRefQueueWorkerA worker thread for processing queued references.classRouteSpecificPoolA connection sub-pool for a specific route, used byConnPoolByRoute.classThreadSafeClientConnManagerManages a pool ofclient connections.classWaitingThreadRepresents a thread waiting for a connection.classWaitingThreadAborterA simple class that can interrupt aWaitingThread.Fields in org.apache.http.impl.conn.tsccm with type parameters of type Object Modifier and Type Field Description protected ReferenceQueue<Object>AbstractConnPool. refQueueA reference queue to track loss of pool entries to GC.Methods in org.apache.http.impl.conn.tsccm with parameters of type Object Modifier and Type Method Description BasicPoolEntryRouteSpecificPool. allocEntry(Object state)Obtains a free entry from this pool, if one is available.BasicPoolEntryAbstractConnPool. getEntry(HttpRoute route, Object state, long timeout, TimeUnit tunit)Obtains a pool entry with a connection within the given timeout.protected BasicPoolEntryConnPoolByRoute. getEntryBlocking(HttpRoute route, Object state, long timeout, TimeUnit tunit, WaitingThreadAborter aborter)Obtains a pool entry with a connection within the given timeout.protected BasicPoolEntryConnPoolByRoute. getFreeEntry(RouteSpecificPool rospl, Object state)If available, get a free pool entry for a route.ClientConnectionRequestThreadSafeClientConnManager. requestConnection(HttpRoute route, Object state)abstract PoolEntryRequestAbstractConnPool. requestPoolEntry(HttpRoute route, Object state)Returns a newPoolEntryRequest, from which aBasicPoolEntrycan be obtained, or the request can be aborted.PoolEntryRequestConnPoolByRoute. requestPoolEntry(HttpRoute route, Object state)Constructor parameters in org.apache.http.impl.conn.tsccm with type arguments of type Object Constructor Description BasicPoolEntry(ClientConnectionOperator op, HttpRoute route, ReferenceQueue<Object> queue)Creates a new pool entry.BasicPoolEntryRef(BasicPoolEntry entry, ReferenceQueue<Object> queue)Creates a new reference to a pool entry. -
Uses of Object in org.apache.http.impl.cookie
Subclasses of Object in org.apache.http.impl.cookie Modifier and Type Class Description classAbstractCookieAttributeHandlerclassAbstractCookieSpecAbstract cookie specification which can delegate the job of parsing, validation or matching cookie attributes to a number of arbitraryCookieAttributeHandlers.classBasicClientCookieHTTP "magic-cookie" represents a piece of state information that the HTTP agent and the target server can exchange to maintain a session.classBasicClientCookie2HTTP "magic-cookie" represents a piece of state information that the HTTP agent and the target server can exchange to maintain a session as specified by RFC2965.classBasicCommentHandlerclassBasicDomainHandlerclassBasicExpiresHandlerclassBasicMaxAgeHandlerclassBasicPathHandlerclassBasicSecureHandlerclassBestMatchSpec'Meta' cookie specification that selects a cookie policy depending on the format of the cookie(s)classBestMatchSpecFactoryclassBrowserCompatSpecCookie specification that strives to closely mimic (mis)behavior of common web browser applications such as Microsoft Internet Explorer and Mozilla FireFox.classBrowserCompatSpecFactoryclassCookieSpecBaseCookie management functions shared by all specification.classDateParseExceptionAn exception to indicate an error parsing a date string.classDateUtilsA utility class for parsing and formatting HTTP dates as used in cookies and other headers.classNetscapeDomainHandlerclassNetscapeDraftHeaderParserclassNetscapeDraftSpecNetscape cookie draft compliant cookie policyclassNetscapeDraftSpecFactoryclassRFC2109DomainHandlerclassRFC2109SpecRFC 2109 compliant cookie policyclassRFC2109SpecFactoryclassRFC2109VersionHandlerclassRFC2965CommentUrlAttributeHandler"CommantURL" cookie attribute handler for RFC 2965 cookie spec.classRFC2965DiscardAttributeHandler"Discard" cookie attribute handler for RFC 2965 cookie spec.classRFC2965DomainAttributeHandler"Domain" cookie attribute handler for RFC 2965 cookie spec.classRFC2965PortAttributeHandler"Port" cookie attribute handler for RFC 2965 cookie spec.classRFC2965SpecRFC 2965 specific cookie management functions.classRFC2965SpecFactoryclassRFC2965VersionAttributeHandler"Version" cookie attribute handler for RFC 2965 cookie spec. -
Uses of Object in org.apache.http.impl.entity
Subclasses of Object in org.apache.http.impl.entity Modifier and Type Class Description classEntityDeserializerDefault implementation of an entity deserializer.classEntitySerializerDefault implementation of an entity serializer.classLaxContentLengthStrategyThe lax implementation of the content length strategy.classStrictContentLengthStrategyThe strict implementation of the content length strategy. -
Uses of Object in org.apache.http.impl.io
Subclasses of Object in org.apache.http.impl.io Modifier and Type Class Description classAbstractMessageParserMessage parser base class.classAbstractMessageWriterclassAbstractSessionInputBufferAbstract base class for session input buffers that stream data from aInputStream.classAbstractSessionOutputBufferAbstract base class for session output buffers that stream data to anOutputStream.classChunkedInputStreamImplements chunked transfer coding.classChunkedOutputStreamImplements chunked transfer coding.classContentLengthInputStreamStream that cuts off after a specified number of bytes.classContentLengthOutputStreamA stream wrapper that closes itself after a defined number of bytes.classHttpRequestParserclassHttpRequestWriterclassHttpResponseParserclassHttpResponseWriterclassHttpTransportMetricsImplDefault implementation ofHttpTransportMetrics.classIdentityInputStreamA stream for reading from asession input buffer.classIdentityOutputStreamA stream for writing with an "identity" transport encoding.classSocketInputBufferSocketbound session input buffer.classSocketOutputBufferSocketbound session output buffer. -
Uses of Object in org.apache.http.message
Subclasses of Object in org.apache.http.message Modifier and Type Class Description classAbstractHttpMessageBasic implementation of an HTTP message that can be modified.classBasicHeaderRepresents an HTTP header field.classBasicHeaderElementOne element of an HTTP header's value.classBasicHeaderElementIteratorBasic implementation of aHeaderElementIterator.classBasicHeaderIteratorBasic implementation of aHeaderIterator.classBasicHeaderValueFormatterBasic implementation for formatting header value elements.classBasicHeaderValueParserBasic implementation for parsing header values into elements.classBasicHttpEntityEnclosingRequestBasic implementation of a request with an entity that can be modified.classBasicHttpRequestBasic implementation of an HTTP request that can be modified.classBasicHttpResponseBasic implementation of an HTTP response that can be modified.classBasicLineFormatterInterface for formatting elements of the HEAD section of an HTTP message.classBasicLineParserBasic parser for lines in the head section of an HTTP message.classBasicListHeaderIteratorImplementation of aHeaderIteratorbased on aList.classBasicNameValuePairA simple class encapsulating an attribute/value pair.classBasicRequestLineThe first line of anHttpRequest.classBasicStatusLineRepresents a status line as returned from a HTTP server.classBasicTokenIteratorBasic implementation of aTokenIterator.classBufferedHeaderThis class represents a raw HTTP header whose content is parsed 'on demand' only when the header value needs to be consumed.classHeaderGroupA class for combining a set of headers.classParserCursorThis class represents a context of a parsing operation: the current position the parsing operation is expected to start at the bounds limiting the scope of the parsing operationMethods in org.apache.http.message that return Object Modifier and Type Method Description ObjectBasicHeader. clone()ObjectBasicHeaderElement. clone()ObjectBasicNameValuePair. clone()ObjectBasicRequestLine. clone()ObjectBasicStatusLine. clone()ObjectBufferedHeader. clone()ObjectHeaderGroup. clone()ObjectBasicHeaderElementIterator. next()ObjectBasicHeaderIterator. next()Returns the next header.ObjectBasicListHeaderIterator. next()Returns the next header.ObjectBasicTokenIterator. next()Returns the next token. -
Uses of Object in org.apache.http.params
Subclasses of Object in org.apache.http.params Modifier and Type Class Description classAbstractHttpParamsAbstract base class for parameter collections.classBasicHttpParamsThis class represents a collection of HTTP protocol parameters.classDefaultedHttpParamsHttpParamsimplementation that delegates resolution of a parameter to the given defaultHttpParamsinstance if the parameter is not present in the local one.classHttpAbstractParamBeanclassHttpConnectionParamBeanclassHttpConnectionParamsAn adaptor for accessing connection parameters inHttpParams.classHttpProtocolParamBeanclassHttpProtocolParamsThis class implements an adaptor around theHttpParamsinterface to simplify manipulation of the HTTP protocol specific parameters.Methods in org.apache.http.params that return Object Modifier and Type Method Description ObjectBasicHttpParams. clone()ObjectBasicHttpParams. getParameter(String name)ObjectDefaultedHttpParams. getParameter(String name)Retrieves the value of the parameter from the local collection and, if the parameter is not set locally, delegates its resolution to the default collection.ObjectHttpParams. getParameter(String name)Obtains the value of the given parameter.Methods in org.apache.http.params with parameters of type Object Modifier and Type Method Description HttpParamsBasicHttpParams. setParameter(String name, Object value)HttpParamsDefaultedHttpParams. setParameter(String name, Object value)Sets the parameter in the local collection.HttpParamsHttpParams. setParameter(String name, Object value)Assigns the value to the parameter with the given name.voidBasicHttpParams. setParameters(String[] names, Object value)Assigns the value to all the parameter with the given names -
Uses of Object in org.apache.http.protocol
Subclasses of Object in org.apache.http.protocol Modifier and Type Class Description classBasicHttpContextDefault implementation of theHttpContext.classBasicHttpProcessorKeeps lists of interceptors for processing requests and responses.classDefaultedHttpContextHttpContextimplementation that delegates resolution of an attribute to the given defaultHttpContextinstance if the attribute is not present in the local one.classHTTPConstants and static helpers related to the HTTP protocol.classHttpDateGeneratorGenerates a date in the format required by the HTTP protocol.classHttpRequestExecutorSends HTTP requests and receives the responses.classHttpRequestHandlerRegistryMaintains a map of HTTP request handlers keyed by a request URI pattern.classHttpServiceMinimalistic server-side implementation of an HTTP processor.classRequestConnControlA request interceptor that suggests connection keep-alive to the server.classRequestContentA request interceptor that decides about the transport encoding.classRequestDateA request interceptor that adds a Date header.classRequestExpectContinueA request interceptor that enables the expect-continue handshake.classRequestTargetHostA request interceptor that sets the Host header for HTTP/1.1 requests.classRequestUserAgentA request interceptor that adds a User-Agent header.classResponseConnControlA response interceptor that suggests connection keep-alive to the client.classResponseContentA response interceptor that sets up entity-related headers.classResponseDateA response interceptor that adds a Date header.classResponseServerA response interceptor that adds a Server header.classSyncBasicHttpContextThread-safe extension of theBasicHttpContext.classUriPatternMatcherMaintains a map of objects keyed by a request URI pattern.Methods in org.apache.http.protocol that return Object Modifier and Type Method Description ObjectBasicHttpProcessor. clone()ObjectBasicHttpContext. getAttribute(String id)ObjectDefaultedHttpContext. getAttribute(String id)ObjectHttpContext. getAttribute(String id)ObjectSyncBasicHttpContext. getAttribute(String id)ObjectUriPatternMatcher. lookup(String requestURI)ObjectBasicHttpContext. removeAttribute(String id)ObjectDefaultedHttpContext. removeAttribute(String id)ObjectHttpContext. removeAttribute(String id)ObjectSyncBasicHttpContext. removeAttribute(String id)Methods in org.apache.http.protocol with parameters of type Object Modifier and Type Method Description voidUriPatternMatcher. register(String pattern, Object handler)voidBasicHttpContext. setAttribute(String id, Object obj)voidDefaultedHttpContext. setAttribute(String id, Object obj)voidHttpContext. setAttribute(String id, Object obj)voidSyncBasicHttpContext. setAttribute(String id, Object obj) -
Uses of Object in org.apache.http.util
Subclasses of Object in org.apache.http.util Modifier and Type Class Description classByteArrayBufferA resizable byte array.classCharArrayBufferA resizable char array.classEncodingUtilsThe home for utility methods that handle various encoding tasks.classEntityUtilsStatic helpers for dealing withentities.classExceptionUtilsThe home for utility methods that handle various exception-related tasks.classLangUtilsclassVersionInfoProvides access to version information for HTTP components.Methods in org.apache.http.util with parameters of type Object Modifier and Type Method Description voidCharArrayBuffer. append(Object obj)static booleanLangUtils. equals(Object[] a1, Object[] a2)static booleanLangUtils. equals(Object obj1, Object obj2)static intLangUtils. hashCode(int seed, Object obj) -
Uses of Object in org.apache.xalan
Subclasses of Object in org.apache.xalan Modifier and Type Class Description classVersionAdministrative class to keep track of the version number of the Xalan release. -
Uses of Object in org.apache.xalan.extensions
Subclasses of Object in org.apache.xalan.extensions Modifier and Type Class Description classExpressionVisitorWhenStylesheetHandlercreates anXPath, the ExpressionVisitor visits the XPath expression.classExtensionHandlerAbstract base class for handling an extension namespace for XPath.classExtensionNamespacesManagerUsed during assembly of a stylesheet to collect the information for each extension namespace that is required during the transformation process to generate anExtensionHandler.classExtensionNamespaceSupportDuring styleseet composition, an ExtensionNamespaceSupport object is created for each extension namespace the stylesheet uses.classExtensionsTableClass holding a table registered extension namespace handlersMethods in org.apache.xalan.extensions that return Object Modifier and Type Method Description abstract ObjectExtensionHandler. callFunction(String funcName, Vector args, Object methodKey, ExpressionContext exprContext)Process a call to a function.abstract ObjectExtensionHandler. callFunction(FuncExtFunction extFunction, Vector args, ExpressionContext exprContext)Process a call to a function.ObjectExtensionsTable. extFunction(String ns, String funcName, Vector argVec, Object methodKey, ExpressionContext exprContext)Handle an extension function.ObjectExtensionsTable. extFunction(FuncExtFunction extFunction, Vector argVec, ExpressionContext exprContext)Handle an extension function.Methods in org.apache.xalan.extensions with parameters of type Object Modifier and Type Method Description abstract ObjectExtensionHandler. callFunction(String funcName, Vector args, Object methodKey, ExpressionContext exprContext)Process a call to a function.ObjectExtensionsTable. extFunction(String ns, String funcName, Vector argVec, Object methodKey, ExpressionContext exprContext)Handle an extension function.abstract voidExtensionHandler. processElement(String localPart, ElemTemplateElement element, TransformerImpl transformer, Stylesheet stylesheetTree, Object methodKey)Process a call to this extension namespace via an element.Constructors in org.apache.xalan.extensions with parameters of type Object Constructor Description ExtensionNamespaceSupport(String namespace, String handlerClass, Object[] constructorArgs) -
Uses of Object in org.apache.xalan.processor
Subclasses of Object in org.apache.xalan.processor 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.classStylesheetHandlerInitializes and processes a stylesheet via SAX events.classTransformerFactoryImplThe TransformerFactoryImpl, which implements the TRaX TransformerFactory interface, processes XSLT stylesheets into a Templates object (a StylesheetRoot).classWhitespaceInfoPathsclassXSLTAttributeDefThis class defines an attribute for an element in a XSLT stylesheet, is meant to reflect the structure defined in http://www.w3.org/TR/xslt#dtd, and the mapping between Xalan classes and the markup attributes in the element.classXSLTElementDefThis class defines the allowed structure for an element in a XSLT stylesheet, is meant to reflect the structure defined in http://www.w3.org/TR/xslt#dtd, and the mapping between Xalan classes and the markup elements in the XSLT instance.classXSLTElementProcessorThis class acts as the superclass for all stylesheet element processors, and deals with things that are common to all elements.classXSLTSchemaThis class defines the allowed structure for a stylesheet, and the mapping between Xalan classes and the markup elements in the stylesheet.Methods in org.apache.xalan.processor that return Object Modifier and Type Method Description ObjectTransformerFactoryImpl. getAttribute(String name)Allows the user to retrieve specific attributes on the underlying implementation.Methods in org.apache.xalan.processor with parameters of type Object Modifier and Type Method Description protected voidStylesheetHandler. error(String msg, Object[] args, Exception e)Tell the user of an error, and probably throw an exception.voidTransformerFactoryImpl. setAttribute(String name, Object value)Allows the user to set specific attributes on the underlying implementation.voidStylesheetHandler. warn(String msg, Object[] args)Warn the user of an problem. -
Uses of Object in org.apache.xalan.res
Subclasses of Object in org.apache.xalan.res Modifier and Type Class Description classXSLMessagesSets things up for issuing error messages.classXSLTErrorResourcesSet up error messages.Methods in org.apache.xalan.res that return Object Modifier and Type Method Description Object[][]XSLTErrorResources. getContents()Get the lookup table for error messages.Methods in org.apache.xalan.res with parameters of type Object Modifier and Type Method Description static StringXSLMessages. createMessage(String msgKey, Object[] args)Creates a message from the specified key and replacement arguments, localized to the given locale.static StringXSLMessages. createWarning(String msgKey, Object[] args)Creates a message from the specified key and replacement arguments, localized to the given locale. -
Uses of Object in org.apache.xalan.serialize
Subclasses of Object in org.apache.xalan.serialize Modifier and Type Class Description classSerializerUtilsClass that contains only static methods that are used to "serialize", these methods are used by Xalan and are not in org.apache.xml.serializer because they have dependancies on the packages org.apache.xpath or org. -
Uses of Object in org.apache.xalan.templates
Subclasses of Object in org.apache.xalan.templates Modifier and Type Class Description classAbsPathCheckerThis class runs over a path expression that is assumed to be absolute, and checks for variables and the like that may make it context dependent.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.classConstantsPrimary constants used in the TransformerImpl classes.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.classElemLiteralResult.AttributeclassElemLiteralResult.LiteralElementAttributesclassElemMessageImplement 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.classRedundentExprEliminatorThis class eleminates redundent XPaths from a given subtree, and also collects all absolute paths within the subtree.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.classTemplateList.TemplateWalkerAn inner class used by a compiler to iterate over all of the ElemTemplates stored in this TemplateList.classVarNameCollectorThis class visits variable refs in an XPath and collects their QNames.classWhiteSpaceInfoThis is used as a special "fake" template that can be handled by the TemplateList to do pattern matching on nodes.classXMLNSDeclRepresents an xmlns declarationclassXSLTVisitorA derivation from this class can be passed to a class that implements the XSLTVisitable interface, to have the appropriate method called for each component of an XSLT stylesheet.classXUnresolvedVariableAn 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.Methods in org.apache.xalan.templates that return Object Modifier and Type Method Description ObjectOutputProperties. clone()Clone this OutputProperties, including a clone of the wrapped Properties reference.ObjectElemLiteralResult.Attribute. getFeature(String feature, String version)ObjectStylesheet. getNonXslTopLevel(QName name)Get a non-xslt element.ObjectElemLiteralResult.Attribute. getUserData(String key)ObjectElemLiteralResult.Attribute. setUserData(String key, Object data, UserDataHandler handler)Methods in org.apache.xalan.templates with parameters of type Object Modifier and Type Method Description intElemTemplateElement. compareTo(Object o)Compares this object with the specified object for precedence order.voidElemTemplateElement. error(String msg, Object[] args)Throw a template element runtime error.voidFuncDocument. error(XPathContext xctxt, String msg, Object[] args)Tell the user of an error, and probably throw an exception.voidStylesheet. setNonXslTopLevel(QName name, Object obj)Set found a non-xslt element.ObjectElemLiteralResult.Attribute. setUserData(String key, Object data, UserDataHandler handler)voidFuncDocument. warn(XPathContext xctxt, String msg, Object[] args)Warn the user of a problem.voidFuncFormatNumb. warn(XPathContext xctxt, String msg, Object[] args)Warn the user of a problem. -
Uses of Object in org.apache.xalan.transformer
Subclasses of Object in org.apache.xalan.transformer Modifier and Type Class Description classClonerToResultTreeClass used to clone a node, possibly including its children to a result tree.classCounterA class that does incremental counting for support of xsl:number.classCountersTableThis is a table of counters, keyed by ElemNumber objects, each of which has a list of Counter objects.classDecimalToRomanStructure to help in converting integers to roman numeralsclassKeyIteratorThis class implements an optimized iterator for "key()" patterns, matching each node to the match attribute in one or more xsl:key declarations.classKeyManagerThis class manages the key tables.classKeyTableTable of element keys, keyed by document node.classMsgMgrThis class will manage error messages, warning messages, and other types of message events.classNodeSorterThis class can sort vectors of DOM nodes according to a select pattern.classSerializerSwitcherThis is a helper class that decides if Xalan needs to switch serializers, based on the first output element.classTransformerHandlerImplA TransformerHandler listens for SAX ContentHandler parse events and transforms them to a Result.classTransformerIdentityImplThis class implements an identity transformer forSAXTransformerFactory.newTransformerHandler()andTransformerFactory.newTransformer().classTransformerImplThis class implements theTransformerinterface, and is the core representation of the transformation execution.classTrAXFilterclassTreeWalker2ResultHandle a walk of a tree, but screen out attributes for the result tree.classXalanPropertiesXalanPropertiesdefines the features understood by Xalan.classXalanTransformStateBefore the serializer merge, the TransformState interface was implemented by ResultTreeHandler.Methods in org.apache.xalan.transformer that return Object Modifier and Type Method Description ObjectTransformerImpl. extFunction(String ns, String funcName, Vector argVec, Object methodKey)ObjectTransformerImpl. extFunction(FuncExtFunction extFunction, Vector argVec)ObjectTransformerIdentityImpl. getParameter(String name)Get a parameter that was explicitly set with setParameter or setParameters.ObjectTransformerImpl. getParameter(String name)Get a parameter that was explicitly set with setParameter or setParameters.ObjectTransformerImpl. popCurrentFuncResult()Pops the result of the currently active EXSLTfunc:function.Methods in org.apache.xalan.transformer with parameters of type Object Modifier and Type Method Description voidMsgMgr. error(SourceLocator srcLctr, String msg, Object[] args)Tell the user of an error, and probably throw an exception.voidMsgMgr. error(SourceLocator srcLctr, String msg, Object[] args, Exception e)Tell the user of an error, and probably throw an exception.voidMsgMgr. error(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg, Object[] args)Tell the user of an error, and probably throw an exception.ObjectTransformerImpl. extFunction(String ns, String funcName, Vector argVec, Object methodKey)voidTransformerImpl. pushCurrentFuncResult(Object val)Push a funcion result for the currently active EXSLTfunc:function.voidTransformerIdentityImpl. setParameter(String name, Object value)Add a parameter for the transformation.voidTransformerImpl. setParameter(String name, Object value)Set a parameter for the transformation.voidTransformerImpl. setParameter(String name, String namespace, Object value)Set a parameter for the templates.voidMsgMgr. warn(SourceLocator srcLctr, String msg, Object[] args)Warn the user of a problem.voidMsgMgr. warn(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg, Object[] args)Warn the user of a problem. -
Uses of Object in org.apache.xalan.xslt
Subclasses of Object in org.apache.xalan.xslt Modifier and Type Class Description classEnvironmentCheckUtility class to report simple information about the environment. -
Uses of Object in org.apache.xml.dtm
Subclasses of Object in org.apache.xml.dtm Modifier and Type Class Description classAxisSpecifies values related to XPath Axes.classDTMAxisTraverserA class that implements traverses DTMAxisTraverser interface can traverse a set of nodes, usually as defined by an XPath axis.classDTMConfigurationExceptionIndicates a serious configuration error.classDTMDOMExceptionSimple implementation of DOMException.classDTMExceptionThis class specifies an exceptional condition that occured in the DTM module.classDTMManagerA DTMManager instance can be used to create DTM and DTMIterator objects, and manage the DTM objects in the system.Methods in org.apache.xml.dtm that return Object Modifier and Type Method Description ObjectDTMIterator. clone()Get a clone of this iterator, but don't reset the iteration in the process, so that it may be used from the current position.Methods in org.apache.xml.dtm with parameters of type Object Modifier and Type Method Description abstract DTMIteratorDTMManager. createDTMIterator(Object xpathCompiler, int pos)Create a newDTMIteratorbased on an XPath UnionExpr.voidDTM. setProperty(String property, Object value)Set a run time property for this DTM instance.voidDTMIterator. setRoot(int nodeHandle, Object environment)Reset the root node of theDTMIterator, overriding the value specified when it was created. -
Uses of Object in org.apache.xml.dtm.ref
Subclasses of Object in org.apache.xml.dtm.ref Modifier and Type Class Description classCoroutineManagerSupport the coroutine design pattern.classDTMAxisIteratorBaseThis class serves as a default base for implementations of mutable DTMAxisIterators.classDTMAxisIterNodeListDTMAxisNodeListgives us an implementation of the DOM's NodeList interface wrapped around a DTM Iterator.classDTMChildIterNodeListDTMNodeListgives us an implementation of the DOM's NodeList interface wrapped around a DTM Iterator.classDTMDefaultBaseTheDTMDefaultBaseclass serves as a helper base for DTMs.classDTMDefaultBaseIteratorsThis class implements the traversers for DTMDefaultBase.classDTMDefaultBaseIterators.AncestorIteratorIterator that returns the ancestors of a given node in document order.classDTMDefaultBaseIterators.AttributeIteratorIterator that returns attribute nodes (of what nodes?)classDTMDefaultBaseIterators.ChildrenIteratorIterator that returns all immediate children of a given nodeclassDTMDefaultBaseIterators.DescendantIteratorIterator that returns the descendants of a given node.classDTMDefaultBaseIterators.FollowingIteratorIterator that returns following nodes of for a given node.classDTMDefaultBaseIterators.FollowingSiblingIteratorIterator that returns all siblings of a given node.classDTMDefaultBaseIterators.InternalAxisIteratorBaseAbstract superclass defining behaviors shared by all DTMDefault's internal implementations of DTMAxisIterator.classDTMDefaultBaseIterators.NamespaceAttributeIteratorIterator that returns attributes within a given namespace for a node.classDTMDefaultBaseIterators.NamespaceChildrenIteratorIterator that returns children within a given namespace for a given node.classDTMDefaultBaseIterators.NamespaceIteratorIterator that returns the namespace nodes as defined by the XPath data model for a given node.classDTMDefaultBaseIterators.NthDescendantIteratorIterator that returns the descendants of a given node.classDTMDefaultBaseIterators.ParentIteratorIterator that returns the parent of a given node.classDTMDefaultBaseIterators.PrecedingIteratorIterator that returns preceding nodes of a given node.classDTMDefaultBaseIterators.PrecedingSiblingIteratorIterator that returns preceding siblings of a given nodeclassDTMDefaultBaseIterators.RootIteratorIterator that returns the the root node as defined by the XPath data model for a given node.classDTMDefaultBaseIterators.SingletonIteratorClass SingletonIterator.classDTMDefaultBaseIterators.TypedAncestorIteratorTyped iterator that returns the ancestors of a given node.classDTMDefaultBaseIterators.TypedAttributeIteratorIterator that returns attribute nodes of a given typeclassDTMDefaultBaseIterators.TypedChildrenIteratorIterator that returns children of a given type for a given node.classDTMDefaultBaseIterators.TypedDescendantIteratorTyped iterator that returns the descendants of a given node.classDTMDefaultBaseIterators.TypedFollowingIteratorIterator that returns following nodes of a given type for a given node.classDTMDefaultBaseIterators.TypedFollowingSiblingIteratorIterator that returns all following siblings of a given node.classDTMDefaultBaseIterators.TypedNamespaceIteratorIterator that returns the namespace nodes as defined by the XPath data model for a given node, filtered by extended type ID.classDTMDefaultBaseIterators.TypedPrecedingIteratorIterator that returns preceding nodes of agiven type for a given node.classDTMDefaultBaseIterators.TypedPrecedingSiblingIteratorIterator that returns preceding siblings of a given type for a given nodeclassDTMDefaultBaseIterators.TypedRootIteratorIterator that returns the namespace nodes as defined by the XPath data model for a given node, filtered by extended type ID.classDTMDefaultBaseIterators.TypedSingletonIteratorIterator that returns a given node only if it is of a given type.classDTMDefaultBaseTraversersThis class implements the traversers for DTMDefaultBase.classDTMDocumentImplThis is the implementation of the DTM document interface.classDTMManagerDefaultThe default implementation for the DTMManager.classDTMNamedNodeMapDTMNamedNodeMap is a quickie (as opposed to quick) implementation of the DOM's NamedNodeMap interface, intended to support DTMProxy's getAttributes() call.classDTMNamedNodeMap.DTMExceptionSimple implementation of DOMException.classDTMNodeIteratorDTMNodeIteratorgives us an implementation of the DTMNodeIterator which returns DOM nodes.classDTMNodeListDTMNodeListgives us an implementation of the DOM's NodeList interface wrapped around a DTM Iterator.classDTMNodeListBaseDTMNodeListgives us an implementation of the DOM's NodeList interface wrapped around a DTM Iterator.classDTMNodeProxyDTMNodeProxypresents a DOM Node API front-end to the DTM model.classDTMStringPoolDTMStringPool is an "interning" mechanism for strings.classDTMTreeWalkerThis class does a pre-order walk of the DTM tree, calling a ContentHandler interface as it goes.classExpandedNameTableThis is a default implementation of a table that manages mappings from expanded names to expandedNameIDs.classExtendedTypeThe class ExtendedType represents an extended type object used by ExpandedNameTable.classIncrementalSAXSource_FilterIncrementalSAXSource_Filter implements IncrementalSAXSource, using a standard SAX2 event source as its input and parcelling out those events gradually in reponse to deliverMoreNodes() requests.classNodeLocatorNodeLocatormaintains information on an XML source node.Methods in org.apache.xml.dtm.ref that return Object Modifier and Type Method Description ObjectCoroutineManager. co_entry_pause(int thisCoroutine)In the standard coroutine architecture, coroutines are identified by their method names and are launched and run up to their first yield by simply resuming them; its's presumed that this recognizes the not-already-running case and does the right thing.ObjectCoroutineManager. co_resume(Object arg_object, int thisCoroutine, int toCoroutine)Transfer control to another coroutine which has already been started and is waiting on this CoroutineManager.ObjectIncrementalSAXSource_Filter. deliverMoreNodes(boolean parsemore)deliverMoreNodes() is a simple API which tells the coroutine parser that we need more nodes.ObjectIncrementalSAXSource. deliverMoreNodes(boolean parsemore)deliverMoreNodes() is a simple API which tells the thread in which the IncrementalSAXSource is running to deliver more events (true), or stop delivering events and close out its input (false).ObjectDTMNodeProxy. getFeature(String feature, String version)This method returns a specialized object which implements the specialized APIs of the specified feature and version.ObjectDTMNodeProxy. getUserData(String key)Retrieves the object associated to a key on a this node.ObjectDTMNodeProxy. setUserData(String key, Object data, UserDataHandler handler)Methods in org.apache.xml.dtm.ref with parameters of type Object Modifier and Type Method Description voidCoroutineManager. co_exit_to(Object arg_object, int thisCoroutine, int toCoroutine)Make the ID available for reuse and terminate this coroutine, transferring control to the specified coroutine.ObjectCoroutineManager. co_resume(Object arg_object, int thisCoroutine, int toCoroutine)Transfer control to another coroutine which has already been started and is waiting on this CoroutineManager.DTMIteratorDTMManagerDefault. createDTMIterator(Object xpathCompiler, int pos)NEEDSDOC Method createDTMIterator NEEDSDOC @param xpathCompiler NEEDSDOC @param pos NEEDSDOC (createDTMIterator) @returnbooleanDTMNodeProxy. equals(Object node)Test for equality based on node number.voidDTMDocumentImpl. setProperty(String property, Object value)For the moment all the run time properties are ignored by this class.ObjectDTMNodeProxy. setUserData(String key, Object data, UserDataHandler handler) -
Uses of Object in org.apache.xml.dtm.ref.dom2dtm
Subclasses of Object in org.apache.xml.dtm.ref.dom2dtm Modifier and Type Class Description classDOM2DTMTheDOM2DTMclass serves up a DOM's contents via the DTM API.classDOM2DTMdefaultNamespaceDeclarationNodeThis is a kluge to let us shove a declaration for xml: into the DOM2DTM model.Methods in org.apache.xml.dtm.ref.dom2dtm that return Object Modifier and Type Method Description ObjectDOM2DTMdefaultNamespaceDeclarationNode. getFeature(String feature, String version)This method returns a specialized object which implements the specialized APIs of the specified feature and version.ObjectDOM2DTMdefaultNamespaceDeclarationNode. getUserData(String key)Retrieves the object associated to a key on a this node.ObjectDOM2DTMdefaultNamespaceDeclarationNode. setUserData(String key, Object data, UserDataHandler handler)Associate an object to a key on this node.Methods in org.apache.xml.dtm.ref.dom2dtm with parameters of type Object Modifier and Type Method Description voidDOM2DTM. setProperty(String property, Object value)For the moment all the run time properties are ignored by this class.ObjectDOM2DTMdefaultNamespaceDeclarationNode. setUserData(String key, Object data, UserDataHandler handler)Associate an object to a key on this node. -
Uses of Object in org.apache.xml.dtm.ref.sax2dtm
Subclasses of Object in org.apache.xml.dtm.ref.sax2dtm Modifier and Type Class Description classSAX2DTMThis class implements a DTM that tends to be optimized more for speed than for compactness, that is constructed via SAX2 ContentHandler events.classSAX2DTM2SAX2DTM2 is an optimized version of SAX2DTM which is used in non-incremental situation.classSAX2DTM2.AncestorIteratorIterator that returns the ancestors of a given node in document order.classSAX2DTM2.AttributeIteratorIterator that returns attribute nodes (of what nodes?)classSAX2DTM2.ChildrenIteratorIterator that returns all immediate children of a given nodeclassSAX2DTM2.DescendantIteratorIterator that returns the descendants of a given node.classSAX2DTM2.FollowingIteratorIterator that returns following nodes of for a given node.classSAX2DTM2.FollowingSiblingIteratorIterator that returns all siblings of a given node.classSAX2DTM2.ParentIteratorIterator that returns the parent of a given node.classSAX2DTM2.PrecedingIteratorIterator that returns preceding nodes of a given node.classSAX2DTM2.PrecedingSiblingIteratorIterator that returns preceding siblings of a given nodeclassSAX2DTM2.TypedAncestorIteratorTyped iterator that returns the ancestors of a given node.classSAX2DTM2.TypedAttributeIteratorIterator that returns attribute nodes of a given typeclassSAX2DTM2.TypedChildrenIteratorIterator that returns children of a given type for a given node.classSAX2DTM2.TypedDescendantIteratorTyped iterator that returns the descendants of a given node.classSAX2DTM2.TypedFollowingIteratorIterator that returns following nodes of a given type for a given node.classSAX2DTM2.TypedFollowingSiblingIteratorIterator that returns all following siblings of a given node.classSAX2DTM2.TypedPrecedingIteratorIterator that returns preceding nodes of agiven type for a given node.classSAX2DTM2.TypedPrecedingSiblingIteratorIterator that returns preceding siblings of a given type for a given nodeclassSAX2DTM2.TypedRootIteratorIterator that returns the namespace nodes as defined by the XPath data model for a given node, filtered by extended type ID.classSAX2DTM2.TypedSingletonIteratorIterator that returns a given node only if it is of a given type.classSAX2RTFDTMThis is a subclass of SAX2DTM which has been modified to meet the needs of Result Tree Frameworks (RTFs).Methods in org.apache.xml.dtm.ref.sax2dtm with parameters of type Object Modifier and Type Method Description voidSAX2DTM. setProperty(String property, Object value)Set a run time property for this DTM instance. -
Uses of Object in org.apache.xml.res
Subclasses of Object in org.apache.xml.res Modifier and Type Class Description classXMLErrorResourcesSet up error messages.classXMLMessagesA utility class for issuing XML error messages.Methods in org.apache.xml.res that return Object Modifier and Type Method Description Object[][]XMLErrorResources. getContents()Get the lookup table for error messagesMethods in org.apache.xml.res with parameters of type Object Modifier and Type Method Description static StringXMLMessages. createMsg(ListResourceBundle fResourceBundle, String msgKey, Object[] args)Creates a message from the specified key and replacement arguments, localized to the given locale.static StringXMLMessages. createXMLMessage(String msgKey, Object[] args)Creates a message from the specified key and replacement arguments, localized to the given locale. -
Uses of Object in org.apache.xml.serializer
Subclasses of Object in org.apache.xml.serializer Modifier and Type Class Description classAttributesImplSerializerThis class extends org.xml.sax.helpers.AttributesImpl which implements org.classElemDescThis class has a series of flags (bit values) that describe an HTML elementclassEncodingInfoHolds information about a given encoding, which is the Java name for the encoding, the equivalent ISO name.classEncodingsProvides information about encodings.classMethodThis class defines the constants which are the names of the four default output methods.classNamespaceMappingsThis class keeps track of the currently defined namespaces.classOutputPropertiesFactoryThis class is a factory to generate a set of default properties of key/value pairs that are used to create a serializer through the factorySerilizerFactory.classOutputPropertyUtilsThis class contains some static methods that act as helpers when parsing a Java Property object.classSerializerBaseThis class acts as a base class for the XML "serializers" and the stream serializers.classSerializerFactoryThis class is a public API, it is a factory for creating serializers.classToHTMLStreamThis serializer takes a series of SAX or SAX-like events and writes its output to the given stream.classToSAXHandlerThis class is used to provide a base behavior to be inherited by other To...SAXHandler serializers.classToStreamThis abstract class is a base class for other stream serializers (xml, html, text ...) that write output to a stream.classToTextSAXHandlerDeprecated.As of Xalan 2.7.1, replaced by the use ofToXMLSAXHandler.classToTextStreamThis class is not a public API.classToUnknownStreamThis class wraps another SerializationHandler.classToXMLSAXHandlerThis class receives notification of SAX-like events, and with gathered information over these calls it will invoke the equivalent SAX methods on a handler, the ultimate xsl:output method is known to be "xml".classToXMLStreamThis class converts SAX or SAX-like calls to a serialized xml document.classTreeWalkerThis class does a pre-order walk of the DOM tree, calling a ContentHandler interface as it goes.classVersionAdministrative class to keep track of the version number of the Serializer release.Methods in org.apache.xml.serializer that return Object Modifier and Type Method Description ObjectSerializer. asDOM3Serializer()Return an Object into this serializer to be cast to a DOM3Serializer.ObjectSerializerBase. asDOM3Serializer()Return aDOM3Serializerinterface into this serializer.ObjectToUnknownStream. asDOM3Serializer()ObjectNamespaceMappings. clone()This method makes a clone of this object. -
Uses of Object in org.apache.xml.serializer.dom3
Subclasses of Object in org.apache.xml.serializer.dom3 Modifier and Type Class Description classDOM3SerializerImplThis class implements the DOM3Serializer interface.classDOMErrorImplImplementation of the DOM Level 3 DOMError interface.classLSSerializerImplImplemenatation of DOM Level 3 org.w3c.ls.LSSerializer and org.w3c.dom.ls.DOMConfiguration.classNamespaceSupportNamespace support for XML document handlers.protected classNamespaceSupport.PrefixesMethods in org.apache.xml.serializer.dom3 that return Object Modifier and Type Method Description ObjectLSSerializerImpl. getParameter(String name)This method returns the value of a parameter if known.ObjectDOMErrorImpl. getRelatedData()The related DOMError.type dependent data if any.ObjectDOMErrorImpl. getRelatedException()The related platform dependent exception if any.ObjectNamespaceSupport.Prefixes. nextElement()Methods in org.apache.xml.serializer.dom3 with parameters of type Object Modifier and Type Method Description booleanLSSerializerImpl. canSetParameter(String name, Object value)Checks if setting a parameter to a specific value is supported.voidLSSerializerImpl. setParameter(String name, Object value)This method sets the value of the named parameter.Constructors in org.apache.xml.serializer.dom3 with parameters of type Object Constructor Description DOMErrorImpl(short severity, String message, String type, Exception exception, Object relatedData, org.apache.xml.serializer.dom3.DOMLocatorImpl location) -
Uses of Object in org.apache.xml.serializer.utils
Subclasses of Object in org.apache.xml.serializer.utils Modifier and Type Class Description classAttListWraps a DOM attribute list in a SAX Attributes.classDOM2HelperThis class provides a DOM level 2 "helper", which provides services currently not provided be the DOM standard.classMessagesA utility class for issuing error messages.classMsgKeyThis class is not a public API, It is used internally by serializer and is public, in the Java sense, only because its use crosses package boundaries.classSerializerMessagesAn instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.classSerializerMessages_caAn instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.classSerializerMessages_csAn instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.classSerializerMessages_deAn instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.classSerializerMessages_enDefault implementation.classSerializerMessages_esAn instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.classSerializerMessages_frAn instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.classSerializerMessages_huAn instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.classSerializerMessages_itAn instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.classSerializerMessages_jaAn instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.classSerializerMessages_koAn instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.classSerializerMessages_plAn instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.classSerializerMessages_pt_BRAn instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.classSerializerMessages_ruAn instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.classSerializerMessages_skAn instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.classSerializerMessages_slAn instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.classSerializerMessages_svclassSerializerMessages_trAn instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.classSerializerMessages_zhAn instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.classSerializerMessages_zh_CNclassSerializerMessages_zh_TWAn instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.classStringToIntTableA very simple lookup table that stores a list of strings, the even number strings being keys, and the odd number strings being values.classSystemIDResolverThis class is used to resolve relative URIs and SystemID strings into absolute URIs.classUtilsThis class contains utilities used by the serializer.classWrappedRuntimeExceptionThis class is for throwing important checked exceptions over non-checked methods.classXML11CharTHIS IS A COPY OF THE XERCES-2J CLASS org.apache.xerces.utls.XMLChar This class defines the basic properties of characters in XML 1.1.classXMLCharTHIS IS A COPY OF THE XERCES-2J CLASS org.apache.xerces.utls.XMLChar This class defines the basic XML character properties.Methods in org.apache.xml.serializer.utils that return Object Modifier and Type Method Description Object[][]SerializerMessages_ca. getContents()The lookup table for error messages.Object[][]SerializerMessages_cs. getContents()The lookup table for error messages.Object[][]SerializerMessages_de. getContents()The lookup table for error messages.Object[][]SerializerMessages_es. getContents()The lookup table for error messages.Object[][]SerializerMessages_fr. getContents()The lookup table for error messages.Object[][]SerializerMessages_hu. getContents()The lookup table for error messages.Object[][]SerializerMessages_it. getContents()The lookup table for error messages.Object[][]SerializerMessages_ja. getContents()The lookup table for error messages.Object[][]SerializerMessages_ko. getContents()The lookup table for error messages.Object[][]SerializerMessages_pl. getContents()The lookup table for error messages.Object[][]SerializerMessages_pt_BR. getContents()The lookup table for error messages.Object[][]SerializerMessages_ru. getContents()The lookup table for error messages.Object[][]SerializerMessages_sk. getContents()The lookup table for error messages.Object[][]SerializerMessages_sl. getContents()The lookup table for error messages.Object[][]SerializerMessages_sv. getContents()Object[][]SerializerMessages_tr. getContents()The lookup table for error messages.Object[][]SerializerMessages_zh_TW. getContents()The lookup table for error messages.Object[][]SerializerMessages_zh. getContents()The lookup table for error messages.Object[][]SerializerMessages. getContents()The lookup table for error messages.Methods in org.apache.xml.serializer.utils with parameters of type Object Modifier and Type Method Description StringMessages. createMessage(String msgKey, Object[] args)Creates a message from the specified key and replacement arguments, localized to the given locale. -
Uses of Object in org.apache.xml.utils
Subclasses of Object in org.apache.xml.utils Modifier and Type Class Description classAttListWraps a DOM attribute list in a SAX Attributes.classBoolStackSimple stack for boolean values.classConstantsPrimary constants used by the XSLT ProcessorclassDefaultErrorHandlerImplement SAX error handler for default reporting.classDOM2HelperDeprecated.Since the introduction of the DTM, this class will be removed.classDOMBuilderThis class takes SAX events (in addition to some extra events that SAX doesn't handle yet) and adds the result to a document or document fragment.classDOMHelperDeprecated.Since the introduction of the DTM, this class will be removed.classFastStringBufferBare-bones, unsafe, fast string buffer.classIntStackImplement a stack of simple integers.classIntVectorA very simple table that stores a list of int.classNameSpaceA representation of a namespace.classNamespaceSupport2Encapsulate Namespace tracking logic for use by SAX drivers.classNodeVectorA very simple table that stores a list of Nodes.classNSInfoThis class holds information about the namespace info of a node.classObjectPoolPool of object of a given type to pick from to help memory usageclassObjectStackImplement a stack of simple integers.classObjectVectorA very simple table that stores a list of objects.classPrefixResolverDefaultThis class implements a generic PrefixResolver that can be used to perform prefix-to-namespace lookup for the XPath object.classQNameClass 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.classStringBufferPoolThis class pools string buffers, since they are reused so often.classStringToIntTableA very simple lookup table that stores a list of strings, the even number strings being keys, and the odd number strings being values.classStringVectorA very simple table that stores a list of strings, optimized for small lists.classStylesheetPIHandlerSearch for the xml-stylesheet processing instructions in an XML document.classSuballocatedIntVectorA very simple table that stores a list of int.classSystemIDResolverThis class is used to resolve relative URIs and SystemID strings into absolute URIs.classThreadControllerWrapperA utility class that wraps the ThreadController, which is used by IncrementalSAXSource for the incremental building of DTM.static classThreadControllerWrapper.ThreadControllerThread controller utility class for incremental SAX source.classTreeWalkerThis class does a pre-order walk of the DOM tree, calling a ContentHandler interface as it goes.classUnImplNodeTo be subclassed by classes that wish to fake being nodes.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.classXML11CharTHIS IS A COPY OF THE XERCES-2J CLASS org.apache.xerces.utls.XMLChar This class defines the basic properties of characters in XML 1.1.classXMLCharThis class defines the basic XML character properties.classXMLCharacterRecognizerClass used to verify whether the specified ch conforms to the XML 1.0 definition of whitespace.classXMLReaderManagerCreates XMLReader objects and caches them for re-use.classXMLStringDefaultThe default implementation of the XMLString interface, which is just a simple wrapper of a String object.classXMLStringFactoryA concrete class that implements this interface creates XMLString objects.Fields in org.apache.xml.utils declared as Object Modifier and Type Field Description protected Object[]ObjectVector. m_mapArray of objectsMethods in org.apache.xml.utils that return Object Modifier and Type Method Description ObjectBoolStack. clone()ObjectIntStack. clone()Returns clone of current IntStackObjectIntVector. clone()Returns clone of current IntVectorObjectNodeVector. clone()Get a cloned LocPathIterator.ObjectObjectStack. clone()Returns clone of current ObjectStackObjectObjectVector. clone()Returns clone of current ObjectVectorObjectObjectVector. elementAt(int i)Get the nth element.ObjectUnImplNode. getFeature(String feature, String version)This method returns a specialized object which implements the specialized APIs of the specified feature and version.ObjectObjectPool. getInstance()Get an instance of the given object in this poolObjectObjectPool. getInstanceIfFree()Get an instance of the given object in this pool if availableObjectUnImplNode. getUserData(String key)Retrieves the object associated to a key on a this node.ObjectObjectStack. peek()Looks at the object at the top of this stack without removing it from the stack.ObjectObjectStack. peek(int n)Looks at the object at the position the stack counting down n items.ObjectObjectStack. pop()Removes the object at the top of this stack and returns that object as the value of this function.ObjectObjectStack. push(Object i)Pushes an item onto the top of this stack.ObjectUnImplNode. setUserData(String key, Object data, UserDataHandler handler)Methods in org.apache.xml.utils with parameters of type Object Modifier and Type Method Description voidObjectVector. addElement(Object value)Append an object onto the vector.voidObjectVector. addElements(Object value, int numberOfElements)Append several Object values onto the vector.booleanObjectVector. contains(Object s)Tell if the table contains the given Object.booleanQName. equals(Object object)Override equals and agree that we're equal if the passed object is a QName and it matches the name of the arg.booleanURI. equals(Object p_test)Determines if the passed-in Object is equivalent to this URI.booleanXMLString. equals(Object anObject)Compares this string to the specified object.booleanXMLStringDefault. equals(Object anObject)Compares this string to the specified object.voidUnImplNode. error(String msg, Object[] args)Throw an error.voidObjectPool. freeInstance(Object obj)Add an instance of the given object to the poolintObjectVector. indexOf(Object elem)Searches for the first occurence of the given argument, beginning the search at index, and testing for equality using the equals method.intObjectVector. indexOf(Object elem, int index)Searches for the first occurence of the given argument, beginning the search at index, and testing for equality using the equals method.voidObjectVector. insertElementAt(Object value, int at)Inserts the specified object in this vector at the specified index.intObjectVector. lastIndexOf(Object elem)Searches for the first occurence of the given argument, beginning the search at index, and testing for equality using the equals method.ObjectObjectStack. push(Object i)Pushes an item onto the top of this stack.booleanObjectVector. removeElement(Object s)Removes the first occurrence of the argument from this vector.intObjectStack. search(Object o)Returns where an object is on this stack.voidObjectVector. setElementAt(Object value, int index)Sets the component at the specified index of this vector to be the specified object.voidObjectStack. setTop(Object val)Sets an object at a the top of the statckObjectUnImplNode. setUserData(String key, Object data, UserDataHandler handler) -
Uses of Object in org.apache.xml.utils.res
Subclasses of Object in org.apache.xml.utils.res Modifier and Type Class Description classCharArrayWrapperIt is a mutable object to wrap the char[] used in the contents of the XResourceBundle classclassIntArrayWrapperIt is a mutable object to wrap the int[] used in the contents of the XResourceBundle classclassLongArrayWrapperIt is a mutable object to wrap the long[] used in the contents of the XResourceBundle classclassStringArrayWrapperIt is a mutable object to wrap the String[] used in the contents of the XResourceBundle classclassXResourceBundleThe default (english) resource bundle.classXResourceBundleBaseThis is an interface for error messages.classXResources_cyThe Cyrillic resource bundle.classXResources_deThe German resource bundle.classXResources_elThe Greek resource bundle.classXResources_enThe English resource bundle.classXResources_esThe Spanish resource bundle.classXResources_frThe French resource bundle.classXResources_heThe Hebrew resource bundle.classXResources_hyThe Armenian resource bundle.classXResources_itThe Italian resource bundle.classXResources_ja_JP_AThe Japanese (Katakana) resource bundle.classXResources_ja_JP_HAThe Japanese (Hiragana) resource bundle.classXResources_ja_JP_HIThe Japanese (Hiragana) resource bundle.classXResources_ja_JP_IThe Japanese (Katakana) resource bundle.classXResources_kaThe Georgian resource bundle.classXResources_koThe Korean resource bundle.classXResources_svThe Swedish resource bundle.classXResources_zh_CNThe Chinese resource bundle.classXResources_zh_TWThe Chinese(Taiwan) resource bundle.Methods in org.apache.xml.utils.res that return Object Modifier and Type Method Description Object[][]XResourceBundle. getContents()Get the association list.Object[][]XResources_cy. getContents()Get the association list.Object[][]XResources_de. getContents()Get the association list.Object[][]XResources_el. getContents()Get the association list.Object[][]XResources_en. getContents()Get the association list.Object[][]XResources_es. getContents()Get the association list.Object[][]XResources_fr. getContents()Get the association list.Object[][]XResources_he. getContents()Get the association list.Object[][]XResources_hy. getContents()Get the association list.Object[][]XResources_it. getContents()Get the association list.Object[][]XResources_ja_JP_A. getContents()Get the association list.Object[][]XResources_ja_JP_HA. getContents()Get the association list.Object[][]XResources_ja_JP_HI. getContents()Get the association table for this resource.Object[][]XResources_ja_JP_I. getContents()Get the association table for this resource.Object[][]XResources_ka. getContents()Get the association list.Object[][]XResources_ko. getContents()Get the association list.Object[][]XResources_sv. getContents()Get the association list.Object[][]XResources_zh_CN. getContents()Get the association list.Object[][]XResources_zh_TW. getContents()Get the association list. -
Uses of Object in org.apache.xpath
Subclasses of Object in org.apache.xpath Modifier and Type Class Description classArgThis class holds an instance of an argument on the stack.classCachedXPathAPIThe methods in this class are convenience methods into the low-level XPath API.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.classNodeSetThe NodeSet class can act as either a NodeVector, NodeList, or NodeIterator.classNodeSetDTMThe NodeSetDTM class can act as either a NodeVector, NodeList, or NodeIterator.classSourceTreeThis object represents a Source Tree, and any associated information.classSourceTreeManagerThis class bottlenecks all management of source trees.classVariableStackDefines a class to keep track of a stack for template arguments and variables.classXPathThe XPath class wraps an expression object and provides general services for execution of that expression.classXPathAPIThe methods in this class are convenience methods into the low-level XPath API.classXPathContextDefault class for the runtime execution context for XPath.classXPathContext.XPathExpressionContextclassXPathExceptionThis 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.classXPathVisitorA derivation from this class can be passed to a class that implements the XPathVisitable interface, to have the appropriate method called for each component of the XPath.Methods in org.apache.xpath that return Object Modifier and Type Method Description ObjectNodeSet. clone()Get a cloned LocPathIterator.ObjectNodeSetDTM. clone()Clone this NodeSetDTM.ObjectVariableStack. clone()Returns a clone of this variable stack.ObjectExtensionsProvider. extFunction(String ns, String funcName, Vector argVec, Object methodKey)Execute the extension function.ObjectExtensionsProvider. extFunction(FuncExtFunction extFunction, Vector argVec)Execute the extension function.ObjectXPathContext. getOwnerObject()Get the "owner" context of this context, which should be, in the case of XSLT, the Transformer object.ObjectXPathException. getStylesheetNode()Get the stylesheet node from where this error originated.Methods in org.apache.xpath with parameters of type Object Modifier and Type Method Description DTMIteratorXPathContext. createDTMIterator(Object xpathCompiler, int pos)Create a newDTMIteratorbased on an XPath UnionExpr.booleanArg. equals(Object obj)Equality function specialized for the variable name.voidExpression. error(XPathContext xctxt, String msg, Object[] args)Tell the user of an error, and probably throw an exception.voidXPath. error(XPathContext xctxt, int sourceNode, String msg, Object[] args)Tell the user of an error, and probably throw an exception.ObjectExtensionsProvider. extFunction(String ns, String funcName, Vector argVec, Object methodKey)Execute the extension function.voidNodeSetDTM. setEnvironment(Object environment)Set the environment in which this iterator operates, which should provide: a node (the context node...voidNodeSetDTM. setRoot(int context, Object environment)Initialize the context values for this expression after it is cloned.voidXPathException. setStylesheetNode(Object styleNode)Set the stylesheet node from where this error originated.voidExpression. warn(XPathContext xctxt, String msg, Object[] args)Warn the user of an problem.voidXPath. warn(XPathContext xctxt, int sourceNode, String msg, Object[] args)Warn the user of an problem.Constructors in org.apache.xpath with parameters of type Object Constructor Description XPathContext(Object owner)Create an XPathContext instance.XPathContext(Object owner, boolean recursiveVarContext)Create an XPathContext instance.XPathException(String message, Object styleNode)Create an XPathException object that holds an error message and the stylesheet node that the error originated from. -
Uses of Object in org.apache.xpath.axes
Subclasses of Object in org.apache.xpath.axes 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.classHasPositionalPredCheckerclassIteratorPoolPool 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.classWalkerFactoryThis class is both a factory for XPath location path expressions, which are built from the opcode map output, and an analysis engine for the location path expressions in order to provide optimization hints.classWalkingIteratorLocation path iterator that uses Walkers.classWalkingIteratorSortedThis class iterates over set of nodes that needs to be sorted.Methods in org.apache.xpath.axes that return Object Modifier and Type Method Description ObjectAxesWalker. clone()Get a cloned AxesWalker.ObjectContextNodeList. clone()Get a clone of this iterator.ObjectFilterExprWalker. clone()Get a cloned FilterExprWalker.ObjectNodeSequence. clone()Get a clone of this iterator, but don't reset the iteration in the process, so that it may be used from the current position.ObjectOneStepIterator. clone()Get a cloned iterator.ObjectPredicatedNodeTest. clone()Get a cloned PrdicatedNodeTest.ObjectUnionPathIterator. clone()Get a cloned LocPathIterator that holds the same position as this iterator.ObjectWalkingIterator. clone()Get a cloned WalkingIterator that holds the same position as this iterator.Methods in org.apache.xpath.axes with parameters of type Object Modifier and Type Method Description voidLocPathIterator. setEnvironment(Object environment)Set the environment in which this iterator operates, which should provide: a node (the context node...protected voidNodeSequence. setObject(Object obj)It used to be that many locations in the code simply did an assignment to this.m_obj directly, rather than calling the setObject(Object) method.voidChildTestIterator. setRoot(int context, Object environment)Initialize the context values for this expression after it is cloned.voidDescendantIterator. setRoot(int context, Object environment)Initialize the context values for this expression after it is cloned.voidFilterExprIterator. setRoot(int context, Object environment)Initialize the context values for this expression after it is cloned.voidFilterExprIteratorSimple. setRoot(int context, Object environment)Initialize the context values for this expression after it is cloned.voidLocPathIterator. setRoot(int context, Object environment)Initialize the context values for this expression after it is cloned.voidMatchPatternIterator. setRoot(int context, Object environment)Initialize the context values for this expression after it is cloned.voidNodeSequence. setRoot(int nodeHandle, Object environment)voidOneStepIterator. setRoot(int context, Object environment)Initialize the context values for this expression after it is cloned.voidOneStepIteratorForward. setRoot(int context, Object environment)Initialize the context values for this expression after it is cloned.voidUnionPathIterator. setRoot(int context, Object environment)Initialize the context values for this expression after it is cloned.voidWalkingIterator. setRoot(int context, Object environment)Initialize the context values for this expression after it is cloned.Constructors in org.apache.xpath.axes with parameters of type Object Constructor Description NodeSequence(Object nodeVector)Create a new NodeSequence from a (already cloned) iterator. -
Uses of Object in org.apache.xpath.compiler
Subclasses of Object in org.apache.xpath.compiler Modifier and Type Class Description classCompilerAn instance of this class compiles an XPath string expression into a Expression object.classFunctionTableThe function table for XPath.classKeywordsTable of strings to operation code lookups.classOpCodesOperations codes for XPath.classOpMapThis class represents the data structure basics of the XPath object.classOpMapVectorLike IntVector, but used only for the OpMap array.classPsuedoNamesThis is used to represent names of nodes that may not be named, like a comment node.classXPathDumperClass for XPath diagnostic functions.classXPathParserTokenizes and parses XPath expressions.Methods in org.apache.xpath.compiler that return Object Modifier and Type Method Description ObjectOpMap. getToken(int pos)Get the XPath as a list of tokens.Methods in org.apache.xpath.compiler with parameters of type Object Modifier and Type Method Description voidCompiler. error(String msg, Object[] args)Tell the user of an error, and probably throw an exception.voidOpMap. error(String msg, Object[] args)Tell the user of an error, and probably throw an exception.voidCompiler. warn(String msg, Object[] args)Warn the user of an problem. -
Uses of Object in org.apache.xpath.domapi
Subclasses of Object in org.apache.xpath.domapi Modifier and Type Class Description classXPathStylesheetDOM3ExceptionA new exception to add support for DOM Level 3 XPath API. -
Uses of Object in org.apache.xpath.functions
Subclasses of Object in org.apache.xpath.functions 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.Methods in org.apache.xpath.functions that return Object Modifier and Type Method Description ObjectFuncExtFunction. getMethodKey()Return the method key of the extension function.Constructors in org.apache.xpath.functions with parameters of type Object Constructor Description FuncExtFunction(String namespace, String extensionName, Object methodKey)Create a new FuncExtFunction based on the qualified name of the extension, and a unique method key. -
Uses of Object in org.apache.xpath.jaxp
Subclasses of Object in org.apache.xpath.jaxp Modifier and Type Class Description classJAXPExtensionsProviderclassJAXPPrefixResolverThis class implements a Default PrefixResolver which can be used to perform prefix-to-namespace lookup for the XPath object.classJAXPVariableStackOverridesVariableStackand delegates the call toXPathVariableResolver.classXPathExpressionImplThe XPathExpression interface encapsulates a (compiled) XPath expression.classXPathFactoryImplThe XPathFactory builds XPaths.classXPathImplThe XPathImpl class provides implementation for the methods defined in javax.xml.xpath.XPath interface.Methods in org.apache.xpath.jaxp that return Object Modifier and Type Method Description ObjectXPathExpressionImpl. eval(Object item, QName returnType)ObjectXPathExpressionImpl. evaluate(Object item, QName returnType)Evaluate the compiled XPath expression in the specified context and return the result as the specified type.ObjectXPathExpressionImpl. evaluate(InputSource source, QName returnType)Evaluate the compiled XPath expression in the context of the specifiedInputSourceand return the result as the specified type.ObjectXPathImpl. evaluate(String expression, Object item, QName returnType)Evaluate anXPathexpression in the specified context and return the result as the specified type.ObjectXPathImpl. evaluate(String expression, InputSource source, QName returnType)Evaluate an XPath expression in the context of the specifiedInputSourceand return the result as the specified type.ObjectJAXPExtensionsProvider. extFunction(String ns, String funcName, Vector argVec, Object methodKey)Execute the extension function.ObjectJAXPExtensionsProvider. extFunction(FuncExtFunction extFunction, Vector argVec)Execute the extension function.Methods in org.apache.xpath.jaxp with parameters of type Object Modifier and Type Method Description ObjectXPathExpressionImpl. eval(Object item, QName returnType)StringXPathExpressionImpl. evaluate(Object item)Evaluate the compiled XPath expression in the specified context and return the result as aString.ObjectXPathExpressionImpl. evaluate(Object item, QName returnType)Evaluate the compiled XPath expression in the specified context and return the result as the specified type.StringXPathImpl. evaluate(String expression, Object item)Evaluate an XPath expression in the specified context and return the result as aString.ObjectXPathImpl. evaluate(String expression, Object item, QName returnType)Evaluate anXPathexpression in the specified context and return the result as the specified type.ObjectJAXPExtensionsProvider. extFunction(String ns, String funcName, Vector argVec, Object methodKey)Execute the extension function. -
Uses of Object in org.apache.xpath.objects
Subclasses of Object in org.apache.xpath.objects Modifier and Type Class Description classDTMXRTreeFragclassXBooleanThis 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.classXMLStringFactoryImplClass XMLStringFactoryImpl creates XString versions of XMLStrings.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.classXObjectFactoryclassXRTreeFragThis 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 forFields in org.apache.xpath.objects declared as Object Modifier and Type Field Description protected ObjectXObject. m_objThe java object which this object wraps.Methods in org.apache.xpath.objects that return Object Modifier and Type Method Description ObjectXObject. castToType(int t, XPathContext support)Cast object to type t.ObjectXBoolean. object()Return a java object that's closest to the representation that should be handed to an extension.ObjectXNodeSet. object()Return a java object that's closest to the representation that should be handed to an extension.ObjectXNodeSetForDOM. object()Return the original DOM object that the user passed in.ObjectXNumber. object()Return a java object that's closest to the representation that should be handed to an extension.ObjectXObject. object()Return a java object that's closest to the representation that should be handed to an extension.ObjectXRTreeFrag. object()Return a java object that's closest to the representation that should be handed to an extension.ObjectXStringForChars. object()Since this object is incomplete without the length and the offset, we have to convert to a string when this function is called.ObjectXStringForFSB. object()Since this object is incomplete without the length and the offset, we have to convert to a string when this function is called.Methods in org.apache.xpath.objects with parameters of type Object Modifier and Type Method Description static XObjectXObject. create(Object val)Create the right XObject based on the type of the object passed.static XObjectXObject. create(Object val, XPathContext xctxt)Create the right XObject based on the type of the object passed.static XObjectXObjectFactory. create(Object val)Create the right XObject based on the type of the object passed.static XObjectXObjectFactory. create(Object val, XPathContext xctxt)Create the right XObject based on the type of the object passed.booleanDTMXRTreeFrag. equals(Object obj)booleanXString. equals(Object obj2)Compares this string to the specified object.booleanXStringForFSB. equals(Object obj2)Compares this string to the specified object.protected voidXObject. error(String msg, Object[] args)Tell the user of an error, and probably throw an exception.protected voidXObject. setObject(Object obj) -
Uses of Object in org.apache.xpath.operations
Subclasses of Object in org.apache.xpath.operations 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 Object in org.apache.xpath.patterns
Subclasses of Object in org.apache.xpath.patterns 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 Object in org.apache.xpath.res
Subclasses of Object in org.apache.xpath.res Modifier and Type Class Description classXPATHErrorResourcesSet up error messages.classXPATHMessagesA utility class for issuing XPath error messages.Methods in org.apache.xpath.res that return Object Modifier and Type Method Description Object[][]XPATHErrorResources. getContents()Get the association list.Methods in org.apache.xpath.res with parameters of type Object Modifier and Type Method Description static StringXPATHMessages. createXPATHMessage(String msgKey, Object[] args)Creates a message from the specified key and replacement arguments, localized to the given locale.static StringXPATHMessages. createXPATHMsg(ListResourceBundle fResourceBundle, String msgKey, Object[] args)Creates a message from the specified key and replacement arguments, localized to the given locale.static StringXPATHMessages. createXPATHWarning(String msgKey, Object[] args)Creates a message from the specified key and replacement arguments, localized to the given locale. -
Uses of Object in org.bouncycastle.asn1
Subclasses of Object in org.bouncycastle.asn1 Modifier and Type Class Description classASN1BooleanclassASN1EncodableVectorclassASN1EnumeratedclassASN1ExceptionclassASN1GeneralizedTimeclassASN1GeneratorclassASN1InputStreama general purpose ASN.1 decoder - note: this class differs from the others in that it returns null after it has read the last object in the stream.classASN1IntegerclassASN1NullA NULL object.classASN1ObjectclassASN1ObjectIdentifierclassASN1OctetStringclassASN1OutputStreamStream that produces output based on the default encoding for the passed in objects.classASN1ParsingExceptionclassASN1PrimitiveclassASN1SequenceclassASN1SetclassASN1StreamParserclassASN1TaggedObjectASN.1 TaggedObject - in ASN.1 notation this is any object preceded by a [n] where n is some number - these are assumed to follow the construction rules (as with sequences).classASN1UTCTimeclassBERApplicationSpecificclassBERApplicationSpecificParserclassBERConstructedOctetStringDeprecated.use BEROctetStringclassBERGeneratorclassBEROctetStringclassBEROctetStringGeneratorclassBEROctetStringParserclassBEROutputStreamclassBERSequenceclassBERSequenceParserclassBERSetclassBERSetParserclassBERTaggedObjectBER TaggedObject - in ASN.1 notation this is any object preceded by a [n] where n is some number - these are assumed to follow the construction rules (as with sequences).classBERTaggedObjectParserclassDERApplicationSpecificBase class for an application specific objectclassDERBitStringclassDERBMPStringDER BMPString object.classDERBooleanclassDEREncodableVectora general class for building up a vector of DER encodable objects - this will eventually be superceded by ASN1EncodableVector so you should use that class in preference.classDEREnumeratedclassDERExternalClass representing the DER-type ExternalclassDERExternalParserclassDERGeneralizedTimeGeneralized time object.classDERGeneralStringclassDERIA5StringDER IA5String object - this is an ascii string.classDERIntegerclassDERNullA NULL object.classDERNumericStringDER NumericString object - this is an ascii string of characters {0,1,2,3,4,5,6,7,8,9, }.classDERObjectIdentifierclassDEROctetStringclassDEROctetStringParserclassDEROutputStreamStream that outputs encoding based on distinguished encoding rules.classDERPrintableStringDER PrintableString object.classDERSequenceclassDERSequenceParserclassDERSetA DER encoded set objectclassDERSetParserclassDERT61StringDER T61String (also the teletex string), try not to use this if you don't need to.classDERTaggedObjectDER TaggedObject - in ASN.1 notation this is any object preceded by a [n] where n is some number - these are assumed to follow the construction rules (as with sequences).classDERUniversalStringDER UniversalString object.classDERUTCTimeUTC time object.classDERUTF8StringDER UTF8String object.classDERVisibleStringDER VisibleString object.classDLOutputStreamStream that outputs encoding based on definite length.classDLSequenceclassDLSetA DER encoded set objectclassDLTaggedObjectDefinite Length TaggedObject - in ASN.1 notation this is any object preceded by a [n] where n is some number - these are assumed to follow the construction rules (as with sequences).classOIDTokenizerclass for breaking up an OID into it's component tokens, ala java.util.StringTokenizer.Methods in org.bouncycastle.asn1 with parameters of type Object Modifier and Type Method Description booleanASN1Object. equals(Object o)booleanASN1Primitive. equals(Object o)static ASN1NullASN1Null. getInstance(Object o)static ASN1OctetStringASN1OctetString. getInstance(Object obj)return an Octet String from the given object.static ASN1SequenceASN1Sequence. getInstance(Object obj)return an ASN1Sequence from the given object.static ASN1SetASN1Set. getInstance(Object obj)return an ASN1Set from the given object.static ASN1TaggedObjectASN1TaggedObject. getInstance(Object obj)static DERApplicationSpecificDERApplicationSpecific. getInstance(Object obj)static DERBitStringDERBitString. getInstance(Object obj)return a Bit String from the passed in objectstatic DERBMPStringDERBMPString. getInstance(Object obj)return a BMP String from the given object.static ASN1BooleanDERBoolean. getInstance(Object obj)return a boolean from the passed in object.static ASN1EnumeratedDEREnumerated. getInstance(Object obj)return an integer from the passed in objectstatic ASN1GeneralizedTimeDERGeneralizedTime. getInstance(Object obj)return a generalized time from the passed in objectstatic DERGeneralStringDERGeneralString. getInstance(Object obj)static DERIA5StringDERIA5String. getInstance(Object obj)return a IA5 string from the passed in objectstatic ASN1IntegerDERInteger. getInstance(Object obj)return an integer from the passed in objectstatic DERNumericStringDERNumericString. getInstance(Object obj)return a Numeric string from the passed in objectstatic ASN1ObjectIdentifierDERObjectIdentifier. getInstance(Object obj)return an OID from the passed in objectstatic DERPrintableStringDERPrintableString. getInstance(Object obj)return a printable string from the passed in object.static DERT61StringDERT61String. getInstance(Object obj)return a T61 string from the passed in object.static DERUniversalStringDERUniversalString. getInstance(Object obj)return a Universal String from the passed in object.static ASN1UTCTimeDERUTCTime. getInstance(Object obj)return an UTC Time from the passed in object.static DERUTF8StringDERUTF8String. getInstance(Object obj)return an UTF8 string from the passed in object.static DERVisibleStringDERVisibleString. getInstance(Object obj)return a Visible String from the passed in object.protected static booleanASN1Object. hasEncodedTagValue(Object obj, int tagValue)voidBEROutputStream. writeObject(Object obj) -
Uses of Object in org.bouncycastle.asn1.cms
Subclasses of Object in org.bouncycastle.asn1.cms Modifier and Type Class Description classAttributeclassAttributesclassAttributeTableclassContentInfoclassIssuerAndSerialNumberclassSignedDataa signed data object.classSignerIdentifierclassSignerInfoclassTimeMethods in org.bouncycastle.asn1.cms with parameters of type Object Modifier and Type Method Description static AttributeAttribute. getInstance(Object o)return an Attribute object from the given object.static AttributesAttributes. getInstance(Object obj)static ContentInfoContentInfo. getInstance(Object obj)static IssuerAndSerialNumberIssuerAndSerialNumber. getInstance(Object obj)static SignedDataSignedData. getInstance(Object o)static SignerIdentifierSignerIdentifier. getInstance(Object o)return a SignerIdentifier object from the given object.static SignerInfoSignerInfo. getInstance(Object o)static TimeTime. getInstance(Object obj) -
Uses of Object in org.bouncycastle.asn1.misc
Subclasses of Object in org.bouncycastle.asn1.misc Modifier and Type Class Description classNetscapeCertTypeThe NetscapeCertType object.classNetscapeRevocationURLclassVerisignCzagExtension -
Uses of Object in org.bouncycastle.asn1.nist
Subclasses of Object in org.bouncycastle.asn1.nist Modifier and Type Class Description classNISTNamedCurvesUtility class for fetching curves using their NIST names as published in FIPS-PUB 186-3 -
Uses of Object in org.bouncycastle.asn1.pkcs
Subclasses of Object in org.bouncycastle.asn1.pkcs Modifier and Type Class Description classAuthenticatedSafeclassCertBagclassCertificationRequestPKCS10 Certification request object.classCertificationRequestInfoPKCS10 CertificationRequestInfo object.classContentInfoclassCRLBagclassDHParameterclassEncryptedDataThe EncryptedData object.classEncryptedPrivateKeyInfoclassEncryptionSchemeclassIssuerAndSerialNumberclassKeyDerivationFuncclassMacDataclassPBEParameterclassPBES2AlgorithmsDeprecated.- use AlgorithmIdentifier and PBES2ParametersclassPBES2ParametersclassPBKDF2ParamsclassPfxthe infamous Pfx from PKCS12classPKCS12PBEParamsclassPrivateKeyInfoclassRSAESOAEPparamsclassRSAPrivateKeyclassRSAPrivateKeyStructureDeprecated.use RSAPrivateKeyclassRSAPublicKeyclassRSASSAPSSparamsclassSafeBagclassSignedDataa PKCS#7 signed data object.Methods in org.bouncycastle.asn1.pkcs with parameters of type Object Modifier and Type Method Description static AuthenticatedSafeAuthenticatedSafe. getInstance(Object o)static CertBagCertBag. getInstance(Object o)static CertificationRequestCertificationRequest. getInstance(Object o)static CertificationRequestInfoCertificationRequestInfo. getInstance(Object obj)static ContentInfoContentInfo. getInstance(Object obj)static CRLBagCRLBag. getInstance(Object o)static DHParameterDHParameter. getInstance(Object obj)static EncryptedDataEncryptedData. getInstance(Object obj)static EncryptedPrivateKeyInfoEncryptedPrivateKeyInfo. getInstance(Object obj)static EncryptionSchemeEncryptionScheme. getInstance(Object obj)static IssuerAndSerialNumberIssuerAndSerialNumber. getInstance(Object obj)static KeyDerivationFuncKeyDerivationFunc. getInstance(Object obj)static MacDataMacData. getInstance(Object obj)static PBEParameterPBEParameter. getInstance(Object obj)static PBES2ParametersPBES2Parameters. getInstance(Object obj)static PBKDF2ParamsPBKDF2Params. getInstance(Object obj)static PfxPfx. getInstance(Object obj)static PKCS12PBEParamsPKCS12PBEParams. getInstance(Object obj)static PrivateKeyInfoPrivateKeyInfo. getInstance(Object obj)static RSAESOAEPparamsRSAESOAEPparams. getInstance(Object obj)static RSAPrivateKeyRSAPrivateKey. getInstance(Object obj)static RSAPrivateKeyStructureRSAPrivateKeyStructure. getInstance(Object obj)Deprecated.static RSAPublicKeyRSAPublicKey. getInstance(Object obj)static RSASSAPSSparamsRSASSAPSSparams. getInstance(Object obj)static SafeBagSafeBag. getInstance(Object obj)static SignedDataSignedData. getInstance(Object o) -
Uses of Object in org.bouncycastle.asn1.sec
Subclasses of Object in org.bouncycastle.asn1.sec Modifier and Type Class Description classECPrivateKeythe elliptic curve private key object from SEC 1classECPrivateKeyStructureDeprecated.use ECPrivateKeyclassSECNamedCurvesMethods in org.bouncycastle.asn1.sec with parameters of type Object Modifier and Type Method Description static ECPrivateKeyECPrivateKey. getInstance(Object obj) -
Uses of Object in org.bouncycastle.asn1.util
Subclasses of Object in org.bouncycastle.asn1.util Modifier and Type Class Description classASN1DumpMethods in org.bouncycastle.asn1.util with parameters of type Object Modifier and Type Method Description static StringASN1Dump. dumpAsString(Object obj)dump out a DER object as a formatted string, in non-verbose mode.static StringASN1Dump. dumpAsString(Object obj, boolean verbose)Dump out the object as a string. -
Uses of Object in org.bouncycastle.asn1.x500
Subclasses of Object in org.bouncycastle.asn1.x500 Modifier and Type Class Description classAttributeTypeAndValueclassDirectoryStringclassRDNclassX500NameName ::= CHOICE { RDNSequence } RDNSequence ::= SEQUENCE OF RelativeDistinguishedName RelativeDistinguishedName ::= SET SIZE (1..MAX) OF AttributeTypeAndValue AttributeTypeAndValue ::= SEQUENCE { type OBJECT IDENTIFIER, value ANY }classX500NameBuilderMethods in org.bouncycastle.asn1.x500 with parameters of type Object Modifier and Type Method Description booleanX500Name. equals(Object obj)test for equality - note: case is ignored.static AttributeTypeAndValueAttributeTypeAndValue. getInstance(Object o)static DirectoryStringDirectoryString. getInstance(Object o)static RDNRDN. getInstance(Object obj)static X500NameX500Name. getInstance(Object obj)static X500NameX500Name. getInstance(X500NameStyle style, Object obj) -
Uses of Object in org.bouncycastle.asn1.x500.style
Subclasses of Object in org.bouncycastle.asn1.x500.style Modifier and Type Class Description classBCStrictStyleVariation of BCStyle that insists on strict ordering for equality and hashCode comparisonsclassBCStyleclassIETFUtilsclassRFC4519Style -
Uses of Object in org.bouncycastle.asn1.x509
Subclasses of Object in org.bouncycastle.asn1.x509 Modifier and Type Class Description classAlgorithmIdentifierclassAttCertIssuerclassAttCertValidityPeriodclassAttributeclassAttributeCertificateclassAttributeCertificateInfoclassAuthorityKeyIdentifierThe AuthorityKeyIdentifier object.classBasicConstraintsclassCertificatean X509Certificate structure.classCertificateListPKIX RFC-2459 The X.509 v2 CRL syntax is as follows.classCRLDistPointclassCRLNumberThe CRLNumber object.classCRLReasonThe CRLReason enumeration.classDigestInfoThe DigestInfo object.classDistributionPointThe DistributionPoint object.classDistributionPointNameThe DistributionPointName object.classDSAParameterclassExtendedKeyUsageThe extendedKeyUsage object.classExtensionan object for the elements in the X.509 V3 extension block.classExtensionsclassExtensionsGeneratorGenerator for X.509 extensionsclassGeneralNameThe GeneralName object.classGeneralNamesclassGeneralSubtreeClass for containing a restriction object subtrees in NameConstraints.classHolderThe Holder object.classIssuerSerialclassIssuingDistributionPointIssuingDistributionPoint ::= SEQUENCE { distributionPoint [0] DistributionPointName OPTIONAL, onlyContainsUserCerts [1] BOOLEAN DEFAULT FALSE, onlyContainsCACerts [2] BOOLEAN DEFAULT FALSE, onlySomeReasons [3] ReasonFlags OPTIONAL, indirectCRL [4] BOOLEAN DEFAULT FALSE, onlyContainsAttributeCerts [5] BOOLEAN DEFAULT FALSE }classKeyPurposeIdThe KeyPurposeId object.classKeyUsageThe KeyUsage object.classNameConstraintsclassObjectDigestInfoObjectDigestInfo ASN.1 structure used in v2 attribute certificates.classPolicyInformationclassReasonFlagsThe ReasonFlags object.classRSAPublicKeyStructureDeprecated.use org.bouncycastle.asn1.pkcs.RSAPublicKeyclassSubjectKeyIdentifierThe SubjectKeyIdentifier object.classSubjectPublicKeyInfoThe object that contains the public key stored in a certficate.classTBSCertificateThe TBSCertificate object.classTBSCertificateStructureThe TBSCertificate object.classTBSCertListPKIX RFC-2459 - TBSCertList object.static classTBSCertList.CRLEntryclassTimeclassV1TBSCertificateGeneratorGenerator for Version 1 TBSCertificateStructures.classV2FormclassV3TBSCertificateGeneratorGenerator for Version 3 TBSCertificateStructures.classX509CertificateStructureDeprecated.use org.bouncycastle.asn1.x509.CertificateclassX509DefaultEntryConverterThe default converter for X509 DN entries when going from their string value to ASN.1 strings.classX509Extensionan object for the elements in the X.509 V3 extension block.classX509ExtensionsDeprecated.use ExtensionsclassX509ExtensionsGeneratorDeprecated.use org.bouncycastle.asn1.x509.ExtensionsGeneratorclassX509NameDeprecated.use org.bouncycastle.asn1.x500.X500Name.classX509NameEntryConverterIt turns out that the number of standard ways the fields in a DN should be encoded into their ASN.1 counterparts is rapidly approaching the number of machines on the internet.classX509NameTokenizerDeprecated.use X500NameTokenizerMethods in org.bouncycastle.asn1.x509 with parameters of type Object Modifier and Type Method Description booleanExtension. equals(Object o)booleanX509Extension. equals(Object o)booleanX509Name. equals(Object obj)Deprecated.test for equality - note: case is ignored.booleanX509Name. equals(Object obj, boolean inOrder)Deprecated.static AlgorithmIdentifierAlgorithmIdentifier. getInstance(Object obj)static AttCertIssuerAttCertIssuer. getInstance(Object obj)static AttCertValidityPeriodAttCertValidityPeriod. getInstance(Object obj)static AttributeAttribute. getInstance(Object o)return an Attribute object from the given object.static AttributeCertificateAttributeCertificate. getInstance(Object obj)static AttributeCertificateInfoAttributeCertificateInfo. getInstance(Object obj)static AuthorityKeyIdentifierAuthorityKeyIdentifier. getInstance(Object obj)static BasicConstraintsBasicConstraints. getInstance(Object obj)static CertificateCertificate. getInstance(Object obj)static CertificateListCertificateList. getInstance(Object obj)static CRLDistPointCRLDistPoint. getInstance(Object obj)static CRLNumberCRLNumber. getInstance(Object o)static CRLReasonCRLReason. getInstance(Object o)static DigestInfoDigestInfo. getInstance(Object obj)static DistributionPointDistributionPoint. getInstance(Object obj)static DistributionPointNameDistributionPointName. getInstance(Object obj)static DSAParameterDSAParameter. getInstance(Object obj)static ExtendedKeyUsageExtendedKeyUsage. getInstance(Object obj)static ExtensionExtension. getInstance(Object obj)static ExtensionsExtensions. getInstance(Object obj)static GeneralNameGeneralName. getInstance(Object obj)static GeneralNamesGeneralNames. getInstance(Object obj)static GeneralSubtreeGeneralSubtree. getInstance(Object obj)static HolderHolder. getInstance(Object obj)static IssuerSerialIssuerSerial. getInstance(Object obj)static IssuingDistributionPointIssuingDistributionPoint. getInstance(Object obj)static KeyPurposeIdKeyPurposeId. getInstance(Object o)static KeyUsageKeyUsage. getInstance(Object obj)static NameConstraintsNameConstraints. getInstance(Object obj)static ObjectDigestInfoObjectDigestInfo. getInstance(Object obj)static PolicyInformationPolicyInformation. getInstance(Object obj)static RSAPublicKeyStructureRSAPublicKeyStructure. getInstance(Object obj)Deprecated.static SubjectKeyIdentifierSubjectKeyIdentifier. getInstance(Object obj)static SubjectPublicKeyInfoSubjectPublicKeyInfo. getInstance(Object obj)static TBSCertificateTBSCertificate. getInstance(Object obj)static TBSCertificateStructureTBSCertificateStructure. getInstance(Object obj)static TBSCertList.CRLEntryTBSCertList.CRLEntry. getInstance(Object o)static TBSCertListTBSCertList. getInstance(Object obj)static TimeTime. getInstance(Object obj)static V2FormV2Form. getInstance(Object obj)static X509CertificateStructureX509CertificateStructure. getInstance(Object obj)Deprecated.static X509ExtensionsX509Extensions. getInstance(Object obj)Deprecated.static X509NameX509Name. getInstance(Object obj)Deprecated. -
Uses of Object in org.bouncycastle.asn1.x9
Subclasses of Object in org.bouncycastle.asn1.x9 Modifier and Type Class Description classDHDomainParametersclassDHPublicKeyclassDHValidationParmsclassX962NamedCurvestable of the current named curves defined in X.962 EC-DSA.classX962ParametersclassX9CurveASN.1 def for Elliptic-Curve Curve structure.classX9ECParametersASN.1 def for Elliptic-Curve ECParameters structure.classX9ECParametersHolderclassX9ECPointclass for describing an ECPoint as a DER object.classX9FieldElementclass for processing an FieldElement as a DER object.classX9FieldIDASN.1 def for Elliptic-Curve Field ID structure.classX9IntegerConverterMethods in org.bouncycastle.asn1.x9 with parameters of type Object Modifier and Type Method Description static DHDomainParametersDHDomainParameters. getInstance(Object obj)static DHPublicKeyDHPublicKey. getInstance(Object obj)static DHValidationParmsDHValidationParms. getInstance(Object obj)static X962ParametersX962Parameters. getInstance(Object obj)static X9ECParametersX9ECParameters. getInstance(Object obj) -
Uses of Object in org.bouncycastle.cert
Subclasses of Object in org.bouncycastle.cert Modifier and Type Class Description classAttributeCertificateHolderThe Holder object.classAttributeCertificateIssuerCarrying class for an attribute certificate issuer.classCertExceptionGeneral checked Exception thrown in the cert package and its sub-packages.classCertIOExceptionGeneral IOException thrown in the cert package and its sub-packages.classX509AttributeCertificateHolderHolding class for an X.509 AttributeCertificate structure.classX509CertificateHolderHolding class for an X.509 Certificate structure.classX509CRLEntryHolderHolding class for an X.509 CRL Entry structure.classX509CRLHolderHolding class for an X.509 CRL structure.Methods in org.bouncycastle.cert that return Object Modifier and Type Method Description ObjectAttributeCertificateHolder. clone()ObjectAttributeCertificateIssuer. clone()Methods in org.bouncycastle.cert with parameters of type Object Modifier and Type Method Description booleanAttributeCertificateHolder. equals(Object obj)booleanAttributeCertificateIssuer. equals(Object obj)booleanX509AttributeCertificateHolder. equals(Object o)booleanX509CertificateHolder. equals(Object o)booleanX509CRLHolder. equals(Object o)booleanAttributeCertificateHolder. match(Object obj)booleanAttributeCertificateIssuer. match(Object obj) -
Uses of Object in org.bouncycastle.cert.jcajce
Subclasses of Object in org.bouncycastle.cert.jcajce Modifier and Type Class Description classJcaCertStoreClass for storing Certificates for later lookup.classJcaX509CertificateHolderJCA helper class for converting an X509Certificate into a X509CertificateHolder object. -
Uses of Object in org.bouncycastle.cert.selector
Subclasses of Object in org.bouncycastle.cert.selector Modifier and Type Class Description classX509CertificateHolderSelectora basic index for a X509CertificateHolder classMethods in org.bouncycastle.cert.selector that return Object Modifier and Type Method Description ObjectX509CertificateHolderSelector. clone() -
Uses of Object in org.bouncycastle.cms
Subclasses of Object in org.bouncycastle.cms Modifier and Type Class Description classCMSAbsentContenta class representing null or absent content.classCMSAttributeTableGenerationExceptionclassCMSExceptionclassCMSProcessableByteArraya holding class for a byte array of data to be processed.classCMSRuntimeExceptionclassCMSSignedDatageneral class for handling a pkcs7-signature message.classCMSSignedDataGeneratorgeneral class for generating a pkcs7-signature message.classCMSSignedGeneratorclassCMSSignerDigestMismatchExceptionclassCMSVerifierCertificateNotValidExceptionclassDefaultCMSSignatureAlgorithmNameGeneratorclassDefaultCMSSignatureEncryptionAlgorithmFinderclassDefaultSignedAttributeTableGeneratorDefault signed attributes generator.classSignerIda basic index for a signer.classSignerInfoGeneratorclassSignerInfoGeneratorBuilderBuilder for SignerInfo generator objects.classSignerInformationan expanded SignerInfo block from a CMS Signed messageclassSignerInformationStoreclassSignerInformationVerifierclassSimpleAttributeTableGeneratorBasic generator that just returns a preconstructed attribute tableMethods in org.bouncycastle.cms that return Object Modifier and Type Method Description ObjectSignerId. clone()ObjectCMSAbsentContent. getContent()ObjectCMSProcessable. getContent()ObjectCMSProcessableByteArray. getContent() -
Uses of Object in org.bouncycastle.cms.jcajce
Subclasses of Object in org.bouncycastle.cms.jcajce Modifier and Type Class Description classJcaSignerInfoGeneratorBuilderclassJcaSignerInfoVerifierBuilderclassJcaSimpleSignerInfoVerifierBuilder -
Uses of Object in org.bouncycastle.crypto
Subclasses of Object in org.bouncycastle.crypto Modifier and Type Class Description classAsymmetricCipherKeyPaira holding class for public/private parameter pairs.classBufferedBlockCipherA wrapper class that allows block ciphers to be used to process data in a piecemeal fashion.classCipherKeyGeneratorThe base class for symmetric, or secret, cipher key generators.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.classKeyGenerationParametersThe base class for parameters to key generators.classOutputLengthExceptionclassPBEParametersGeneratorsuper class for all Password Based Encryption (PBE) parameter generator classes.classRuntimeCryptoExceptionthe foundation class for the exceptions thrown by the crypto packages.classStreamBlockCiphera wrapper for block ciphers with a single byte block size, so that they can be treated like stream ciphers. -
Uses of Object in org.bouncycastle.crypto.agreement
Subclasses of Object in org.bouncycastle.crypto.agreement Modifier and Type Class Description classDHBasicAgreementa Diffie-Hellman key agreement class.classECDHBasicAgreementP1363 7.2.1 ECSVDP-DH ECSVDP-DH is Elliptic Curve Secret Value Derivation Primitive, Diffie-Hellman version. -
Uses of Object in org.bouncycastle.crypto.digests
Subclasses of Object in org.bouncycastle.crypto.digests Modifier and Type Class Description classAndroidDigestFactoryLevel of indirection to let us select OpenSSLDigest implementations for libcore but fallback to BouncyCastle ones on the RI.classAndroidDigestFactoryBouncyCastleclassAndroidDigestFactoryOpenSSLclassGeneralDigestbase implementation of MD4 family style digest as outlined in "Handbook of Applied Cryptography", pages 344 - 347.classLongDigestBase class for SHA-384 and SHA-512.classMD5Digestimplementation of MD5 as outlined in "Handbook of Applied Cryptography", pages 346 - 347.classNullDigestclassOpenSSLDigestImplements the BouncyCastle Digest interface using OpenSSL's EVP API.static classOpenSSLDigest.MD5static classOpenSSLDigest.SHA1static classOpenSSLDigest.SHA256static classOpenSSLDigest.SHA384static classOpenSSLDigest.SHA512classSHA1Digestimplementation of SHA-1 as outlined in "Handbook of Applied Cryptography", pages 346 - 349.classSHA256DigestFIPS 180-2 implementation of SHA-256.classSHA384DigestFIPS 180-2 implementation of SHA-384.classSHA512DigestFIPS 180-2 implementation of SHA-512. -
Uses of Object in org.bouncycastle.crypto.encodings
Subclasses of Object in org.bouncycastle.crypto.encodings Modifier and Type Class Description classOAEPEncodingOptimal Asymmetric Encryption Padding (OAEP) - see PKCS 1 V 2.classPKCS1Encodingthis does your basic PKCS 1 v1.5 padding - whether or not you should be using this depends on your application - see PKCS1 Version 2 for details. -
Uses of Object in org.bouncycastle.crypto.engines
Subclasses of Object in org.bouncycastle.crypto.engines Modifier and Type Class Description classAESEnginean implementation of the AES (Rijndael), from FIPS-197.classAESFastEnginean implementation of the AES (Rijndael), from FIPS-197.classAESWrapEnginean implementation of the AES Key Wrapper from the NIST Key Wrap Specification.classBlowfishEngineA class that provides Blowfish key encryption operations, such as encoding data and generating keys.classDESedeEnginea class that provides a basic DESede (or Triple DES) engine.classDESedeWrapEngineWrap keys according to draft-ietf-smime-key-wrap-01.txt.classDESEnginea class that provides a basic DES engine.classRC2Enginean implementation of RC2 as described in RFC 2268 "A Description of the RC2(r) Encryption Algorithm" R.classRC4EngineclassRFC3394WrapEnginean implementation of the AES Key Wrapper from the NIST Key Wrap Specification as described in RFC 3394.classRSABlindedEnginethis does your basic RSA algorithm with blindingclassTwofishEngineA class that provides Twofish encryption operations. -
Uses of Object in org.bouncycastle.crypto.generators
Subclasses of Object in org.bouncycastle.crypto.generators Modifier and Type Class Description classDESedeKeyGeneratorclassDESKeyGeneratorclassDHBasicKeyPairGeneratora basic Diffie-Hellman key pair generator.classDHParametersGeneratorclassDSAKeyPairGeneratora DSA key pair generator.classDSAParametersGeneratorGenerate suitable parameters for DSA, in line with FIPS 186-2, or FIPS 186-3.classECKeyPairGeneratorclassOpenSSLPBEParametersGeneratorGenerator for PBE derived keys and ivs as usd by OpenSSL.classPKCS12ParametersGeneratorGenerator for PBE derived keys and ivs as defined by PKCS 12 V1.0.classPKCS5S1ParametersGeneratorGenerator for PBE derived keys and ivs as defined by PKCS 5 V2.0 Scheme 1.classPKCS5S2ParametersGeneratorGenerator for PBE derived keys and ivs as defined by PKCS 5 V2.0 Scheme 2.classRSAKeyPairGeneratoran RSA key pair generator. -
Uses of Object in org.bouncycastle.crypto.io
Subclasses of Object in org.bouncycastle.crypto.io Modifier and Type Class Description classCipherInputStreamA CipherInputStream is composed of an InputStream and a BufferedBlockCipher so that read() methods return data that are read in from the underlying InputStream but have been additionally processed by the Cipher.classCipherOutputStreamclassDigestInputStreamclassDigestOutputStreamclassMacInputStreamclassMacOutputStream -
Uses of Object in org.bouncycastle.crypto.macs
Subclasses of Object in org.bouncycastle.crypto.macs Modifier and Type Class Description classCBCBlockCipherMacstandard CBC Block Cipher MAC - if no padding is specified the default of pad of zeroes is used.classHMacHMAC implementation based on RFC2104 H(K XOR opad, H(K XOR ipad, text)) -
Uses of Object in org.bouncycastle.crypto.modes
Subclasses of Object in org.bouncycastle.crypto.modes Modifier and Type Class Description classCBCBlockCipherimplements Cipher-Block-Chaining (CBC) mode on top of a simple cipher.classCCMBlockCipherImplements the Counter with Cipher Block Chaining mode (CCM) detailed in NIST Special Publication 800-38C.classCFBBlockCipherimplements a Cipher-FeedBack (CFB) mode on top of a simple cipher.classCTSBlockCipherA Cipher Text Stealing (CTS) mode cipher.classGCMBlockCipherImplements the Galois/Counter mode (GCM) detailed in NIST Special Publication 800-38D.classOFBBlockCipherimplements a Output-FeedBack (OFB) mode on top of a simple cipher.classSICBlockCipherImplements the Segmented Integer Counter (SIC) mode on top of a simple block cipher. -
Uses of Object in org.bouncycastle.crypto.modes.gcm
Subclasses of Object in org.bouncycastle.crypto.modes.gcm Modifier and Type Class Description classTables1kGCMExponentiatorclassTables8kGCMMultiplier -
Uses of Object in org.bouncycastle.crypto.paddings
Subclasses of Object in org.bouncycastle.crypto.paddings Modifier and Type Class Description classISO10126d2PaddingA padder that adds ISO10126-2 padding to a block.classISO7816d4PaddingA padder that adds the padding according to the scheme referenced in ISO 7814-4 - scheme 2 from ISO 9797-1.classPaddedBufferedBlockCipherA wrapper class that allows block ciphers to be used to process data in a piecemeal fashion with padding.classPKCS7PaddingA padder that adds PKCS7/PKCS5 padding to a block.classTBCPaddingA padder that adds Trailing-Bit-Compliment padding to a block.classX923PaddingA padder that adds X9.23 padding to a block - if a SecureRandom is passed in random padding is assumed, otherwise padding with zeros is used.classZeroBytePaddingA padder that adds NULL byte padding to a block. -
Uses of Object in org.bouncycastle.crypto.params
Subclasses of Object in org.bouncycastle.crypto.params Modifier and Type Class Description classAEADParametersclassAsymmetricKeyParameterclassDESedeParametersclassDESParametersclassDHKeyGenerationParametersclassDHKeyParametersclassDHParametersclassDHPrivateKeyParametersclassDHPublicKeyParametersclassDHValidationParametersclassDSAKeyGenerationParametersclassDSAKeyParametersclassDSAParameterGenerationParametersclassDSAParametersclassDSAPrivateKeyParametersclassDSAPublicKeyParametersclassDSAValidationParametersclassECDomainParametersclassECKeyGenerationParametersclassECKeyParametersclassECPrivateKeyParametersclassECPublicKeyParametersclassKeyParameterclassParametersWithIVclassParametersWithRandomclassRC2ParametersclassRSAKeyGenerationParametersclassRSAKeyParametersclassRSAPrivateCrtKeyParametersMethods in org.bouncycastle.crypto.params with parameters of type Object Modifier and Type Method Description booleanDHKeyParameters. equals(Object obj)booleanDHParameters. equals(Object obj)booleanDHPrivateKeyParameters. equals(Object obj)booleanDHPublicKeyParameters. equals(Object obj)booleanDHValidationParameters. equals(Object o)booleanDSAParameters. equals(Object obj)booleanDSAValidationParameters. equals(Object o) -
Uses of Object in org.bouncycastle.crypto.signers
Subclasses of Object in org.bouncycastle.crypto.signers Modifier and Type Class Description classDSASignerThe Digital Signature Algorithm - as described in "Handbook of Applied Cryptography", pages 452 - 453.classECDSASignerEC-DSA as described in X9.62classRSADigestSigner -
Uses of Object in org.bouncycastle.crypto.util
Subclasses of Object in org.bouncycastle.crypto.util Modifier and Type Class Description classPackclassPrivateKeyFactoryFactory for creating private key objects from PKCS8 PrivateKeyInfo objects.classPublicKeyFactoryFactory to create asymmetric public key parameters for asymmetric ciphers from range of ASN.1 encoded SubjectPublicKeyInfo objects. -
Uses of Object in org.bouncycastle.jcajce
Subclasses of Object in org.bouncycastle.jcajce Modifier and Type Class Description classDefaultJcaJceHelperclassNamedJcaJceHelperclassProviderJcaJceHelper -
Uses of Object in org.bouncycastle.jcajce.io
Subclasses of Object in org.bouncycastle.jcajce.io Modifier and Type Class Description classMacOutputStream -
Uses of Object in org.bouncycastle.jcajce.provider.asymmetric
Subclasses of Object in org.bouncycastle.jcajce.provider.asymmetric Modifier and Type Class Description classDHstatic classDH.MappingsclassDSAstatic classDSA.MappingsclassECstatic classEC.MappingsclassRSAstatic classRSA.MappingsclassX509For some reason the class path project thinks that such a KeyFactory will exist.static classX509.Mappings -
Uses of Object in org.bouncycastle.jcajce.provider.asymmetric.dh
Subclasses of Object in org.bouncycastle.jcajce.provider.asymmetric.dh Modifier and Type Class Description classAlgorithmParameterGeneratorSpiclassAlgorithmParametersSpiclassBCDHPrivateKeyclassBCDHPublicKeyclassKeyAgreementSpiDiffie-Hellman key agreement.classKeyFactorySpiclassKeyPairGeneratorSpi -
Uses of Object in org.bouncycastle.jcajce.provider.asymmetric.dsa
Subclasses of Object in org.bouncycastle.jcajce.provider.asymmetric.dsa Modifier and Type Class Description classAlgorithmParameterGeneratorSpiclassAlgorithmParametersSpiclassBCDSAPrivateKeyclassBCDSAPublicKeyclassDSASignerstatic classDSASigner.noneDSAstatic classDSASigner.stdDSAclassDSAUtilutility class for converting jce/jca DSA objects objects into their org.bouncycastle.crypto counterparts.classKeyFactorySpiclassKeyPairGeneratorSpiMethods in org.bouncycastle.jcajce.provider.asymmetric.dsa that return Object Modifier and Type Method Description protected ObjectDSASigner. engineGetParameter(String param)Deprecated.Methods in org.bouncycastle.jcajce.provider.asymmetric.dsa with parameters of type Object Modifier and Type Method Description protected voidDSASigner. engineSetParameter(String param, Object value)booleanBCDSAPrivateKey. equals(Object o)booleanBCDSAPublicKey. equals(Object o) -
Uses of Object in org.bouncycastle.jcajce.provider.asymmetric.ec
Subclasses of Object in org.bouncycastle.jcajce.provider.asymmetric.ec Modifier and Type Class Description classBCECPrivateKeyclassBCECPublicKeyclassKeyAgreementSpiDiffie-Hellman key agreement using elliptic curve keys, ala IEEE P1363 both the simple one, and the simple one with cofactors are supported.static classKeyAgreementSpi.DHclassKeyFactorySpistatic classKeyFactorySpi.ECstatic classKeyFactorySpi.ECDHstatic classKeyFactorySpi.ECDHCstatic classKeyFactorySpi.ECDSAstatic classKeyFactorySpi.ECMQVclassKeyPairGeneratorSpistatic classKeyPairGeneratorSpi.ECstatic classKeyPairGeneratorSpi.ECDHstatic classKeyPairGeneratorSpi.ECDHCstatic classKeyPairGeneratorSpi.ECDSAstatic classKeyPairGeneratorSpi.ECMQVclassSignatureSpistatic classSignatureSpi.ecDSAstatic classSignatureSpi.ecDSA256static classSignatureSpi.ecDSA384static classSignatureSpi.ecDSA512static classSignatureSpi.ecDSAnone -
Uses of Object in org.bouncycastle.jcajce.provider.asymmetric.rsa
Subclasses of Object in org.bouncycastle.jcajce.provider.asymmetric.rsa Modifier and Type Class Description classAlgorithmParametersSpistatic classAlgorithmParametersSpi.OAEPstatic classAlgorithmParametersSpi.PSSclassBCRSAPrivateCrtKeyA provider representation for a RSA private key, with CRT factors included.classBCRSAPrivateKeyclassBCRSAPublicKeyclassCipherSpistatic classCipherSpi.NoPaddingclasses that inherit from us.classDigestSignatureSpistatic classDigestSignatureSpi.MD5static classDigestSignatureSpi.SHA1static classDigestSignatureSpi.SHA256static classDigestSignatureSpi.SHA384static classDigestSignatureSpi.SHA512classKeyFactorySpiclassKeyPairGeneratorSpiclassRSAUtilutility class for converting java.security RSA objects into their org.bouncycastle.crypto counterparts.Methods in org.bouncycastle.jcajce.provider.asymmetric.rsa that return Object Modifier and Type Method Description protected ObjectDigestSignatureSpi. engineGetParameter(String param)Deprecated.Methods in org.bouncycastle.jcajce.provider.asymmetric.rsa with parameters of type Object Modifier and Type Method Description protected voidDigestSignatureSpi. engineSetParameter(String param, Object value)booleanBCRSAPrivateCrtKey. equals(Object o)booleanBCRSAPrivateKey. equals(Object o)booleanBCRSAPublicKey. equals(Object o) -
Uses of Object in org.bouncycastle.jcajce.provider.asymmetric.util
Subclasses of Object in org.bouncycastle.jcajce.provider.asymmetric.util Modifier and Type Class Description classBaseCipherSpiclassBaseKeyFactorySpiclassDHUtilutility class for converting jce/jca DH objects objects into their org.bouncycastle.crypto counterparts.classDSABaseclassEC5UtilclassECUtilutility class for converting jce/jca ECDSA, ECDH, and ECDHC objects into their org.bouncycastle.crypto counterparts.classExtendedInvalidKeySpecExceptionclassKeyUtilclassPKCS12BagAttributeCarrierImplMethods in org.bouncycastle.jcajce.provider.asymmetric.util that return Object Modifier and Type Method Description protected ObjectDSABase. engineGetParameter(String param)Deprecated.Methods in org.bouncycastle.jcajce.provider.asymmetric.util with parameters of type Object Modifier and Type Method Description protected voidDSABase. engineSetParameter(String param, Object value) -
Uses of Object in org.bouncycastle.jcajce.provider.asymmetric.x509
Subclasses of Object in org.bouncycastle.jcajce.provider.asymmetric.x509 Modifier and Type Class Description classCertificateFactoryclass for dealing with X509 certificates.classKeyFactoryclassPEMUtilclassPKIXCertPathCertPath implementation for X.509 certificates. -
Uses of Object in org.bouncycastle.jcajce.provider.config
Subclasses of Object in org.bouncycastle.jcajce.provider.config Modifier and Type Class Description classPKCS12StoreParameterclassProviderConfigurationPermissionA permission class to define what can be done with the ConfigurableProvider interface.Methods in org.bouncycastle.jcajce.provider.config with parameters of type Object Modifier and Type Method Description booleanProviderConfigurationPermission. equals(Object obj)voidConfigurableProvider. setParameter(String parameterName, Object parameter) -
Uses of Object in org.bouncycastle.jcajce.provider.digest
Subclasses of Object in org.bouncycastle.jcajce.provider.digest Modifier and Type Class Description classBCMessageDigestclassMD5static classMD5.Digeststatic classMD5.HashMacMD5 HashMacstatic classMD5.KeyGeneratorstatic classMD5.MappingsclassSHA1static classSHA1.BasePBKDF2WithHmacSHA1static classSHA1.Digeststatic classSHA1.HashMacSHA1 HMacstatic classSHA1.KeyGeneratorstatic classSHA1.Mappingsstatic classSHA1.PBEWithMacKeyFactoryPBEWithHmacSHAstatic classSHA1.PBKDF2WithHmacSHA18BITstatic classSHA1.PBKDF2WithHmacSHA1UTF8static classSHA1.SHA1MacSHA1 HMacclassSHA256static classSHA256.Digeststatic classSHA256.HashMacstatic classSHA256.KeyGeneratorHMACSHA256static classSHA256.MappingsclassSHA384static classSHA384.Digeststatic classSHA384.HashMacstatic classSHA384.KeyGeneratorHMACSHA384static classSHA384.MappingsclassSHA512static classSHA512.Digeststatic classSHA512.HashMacstatic classSHA512.KeyGeneratorHMACSHA512static classSHA512.Mappings -
Uses of Object in org.bouncycastle.jcajce.provider.keystore
Subclasses of Object in org.bouncycastle.jcajce.provider.keystore Modifier and Type Class Description classBCstatic classBC.MappingsclassPKCS12static classPKCS12.Mappings -
Uses of Object in org.bouncycastle.jcajce.provider.keystore.bc
Subclasses of Object in org.bouncycastle.jcajce.provider.keystore.bc Modifier and Type Class Description classBcKeyStoreSpistatic classBcKeyStoreSpi.BouncyCastleStorethe BouncyCastle store.static classBcKeyStoreSpi.Stdstatic classBcKeyStoreSpi.Version1 -
Uses of Object in org.bouncycastle.jcajce.provider.keystore.pkcs12
Subclasses of Object in org.bouncycastle.jcajce.provider.keystore.pkcs12 Modifier and Type Class Description classPKCS12KeyStoreSpistatic classPKCS12KeyStoreSpi.BCPKCS12KeyStore -
Uses of Object in org.bouncycastle.jcajce.provider.symmetric
Subclasses of Object in org.bouncycastle.jcajce.provider.symmetric Modifier and Type Class Description classAESstatic classAES.AlgParamsstatic classAES.CBCstatic classAES.CFBstatic classAES.ECBstatic classAES.KeyGenstatic classAES.Mappingsstatic classAES.OFBstatic classAES.PBEWithAESCBCPBEWithAES-CBCstatic classAES.PBEWithMD5And128BitAESCBCOpenSSLPBEWithMD5And128BitAES-OpenSSLstatic classAES.PBEWithMD5And192BitAESCBCOpenSSLPBEWithMD5And192BitAES-OpenSSLstatic classAES.PBEWithMD5And256BitAESCBCOpenSSLPBEWithMD5And256BitAES-OpenSSLstatic classAES.PBEWithSHA256And128BitAESBCPBEWithSHA256And128BitAES-BCstatic classAES.PBEWithSHA256And192BitAESBCPBEWithSHA256And192BitAES-BCstatic classAES.PBEWithSHA256And256BitAESBCPBEWithSHA256And256BitAES-BCstatic classAES.PBEWithSHAAnd128BitAESBCPBEWithSHA1And128BitAES-BCstatic classAES.PBEWithSHAAnd192BitAESBCPBEWithSHA1And192BitAES-BCstatic classAES.PBEWithSHAAnd256BitAESBCPBEWithSHA1And256BitAES-BCstatic classAES.WrapclassARC4static classARC4.Basestatic classARC4.KeyGenstatic classARC4.Mappingsstatic classARC4.PBEWithSHAAnd128BitPBEWithSHAAnd128BitRC4static classARC4.PBEWithSHAAnd128BitKeyFactoryPBEWithSHAAnd128BitRC4static classARC4.PBEWithSHAAnd40BitPBEWithSHAAnd40BitRC4static classARC4.PBEWithSHAAnd40BitKeyFactoryPBEWithSHAAnd40BitRC4classBlowfishstatic classBlowfish.AlgParamsstatic classBlowfish.CBCstatic classBlowfish.ECBstatic classBlowfish.KeyGenstatic classBlowfish.MappingsclassDESstatic classDES.AlgParamGenstatic classDES.CBCstatic classDES.CBCMACstatic classDES.DES64DES64static classDES.DES64with7816d4DES64with7816-4Paddingstatic classDES.DESPBEKeyFactorystatic classDES.ECBstatic classDES.KeyFactorystatic classDES.KeyGeneratorDES - the default for this is to generate a key in a-b-a format that's 24 bytes long but has 16 bytes of key material (the first 8 bytes is repeated as the last 8 bytes).static classDES.Mappingsstatic classDES.PBEWithMD5PBEWithMD5AndDESstatic classDES.PBEWithMD5KeyFactoryPBEWithMD5AndDESstatic classDES.PBEWithSHA1PBEWithSHA1AndDESstatic classDES.PBEWithSHA1KeyFactoryPBEWithSHA1AndDESclassDESedestatic classDESede.CBCstatic classDESede.CBCMACstatic classDESede.DESede64DESede64static classDESede.DESede64with7816d4DESede64with7816-4Paddingstatic classDESede.ECBstatic classDESede.KeyFactorystatic classDESede.KeyGeneratorDESede - the default for this is to generate a key in a-b-a format that's 24 bytes long but has 16 bytes of key material (the first 8 bytes is repeated as the last 8 bytes).static classDESede.KeyGenerator3generate a desEDE key in the a-b-c format.static classDESede.Mappingsstatic classDESede.PBEWithSHAAndDES2KeyPBEWithSHAAnd2-KeyTripleDES-CBCstatic classDESede.PBEWithSHAAndDES2KeyFactoryPBEWithSHAAnd2-KeyTripleDES-CBCstatic classDESede.PBEWithSHAAndDES3KeyPBEWithSHAAnd3-KeyTripleDES-CBCstatic classDESede.PBEWithSHAAndDES3KeyFactoryPBEWithSHAAnd3-KeyTripleDES-CBCstatic classDESede.WrapclassPBEPKCS12static classPBEPKCS12.AlgParamsstatic classPBEPKCS12.MappingsclassRC2static classRC2.Mappingsstatic classRC2.PBEWithMD5AndRC2PBEWithMD5AndRC2static classRC2.PBEWithMD5KeyFactoryPBEWithMD5AndRC2static classRC2.PBEWithSHA1AndRC2PBEWithSHA1AndRC2static classRC2.PBEWithSHA1KeyFactoryPBEWithSHA1AndRC2static classRC2.PBEWithSHAAnd128BitKeyFactoryPBEWithSHAAnd128BitRC2-CBCstatic classRC2.PBEWithSHAAnd128BitRC2PBEWithSHAAnd128BitRC2-CBCstatic classRC2.PBEWithSHAAnd40BitKeyFactoryPBEWithSHAAnd40BitRC2-CBCstatic classRC2.PBEWithSHAAnd40BitRC2PBEWithSHAAnd40BitRC2-CBCclassTwofishstatic classTwofish.Mappingsstatic classTwofish.PBEWithSHAPBEWithSHAAndTwofish-CBCstatic classTwofish.PBEWithSHAKeyFactoryPBEWithSHAAndTwofish-CBC -
Uses of Object in org.bouncycastle.jcajce.provider.symmetric.util
Subclasses of Object in org.bouncycastle.jcajce.provider.symmetric.util Modifier and Type Class Description classBaseAlgorithmParameterGeneratorclassBaseAlgorithmParametersclassBaseBlockCipherclassBaseKeyGeneratorclassBaseMacclassBaseSecretKeyFactoryclassBaseStreamCipherclassBaseWrapCipherclassBCPBEKeyclassIvAlgorithmParametersstatic classPBE.Utiluses the appropriate mixer to generate the key and IV if necessary.classPBESecretKeyFactory -
Uses of Object in org.bouncycastle.jcajce.provider.util
Subclasses of Object in org.bouncycastle.jcajce.provider.util Modifier and Type Class Description classAlgorithmProviderclassAsymmetricAlgorithmProviderclassDigestFactoryclassSecretKeyUtil -
Uses of Object in org.bouncycastle.jce
Subclasses of Object in org.bouncycastle.jce Modifier and Type Class Description classPKCS10CertificationRequestDeprecated.use classes in org.bouncycastle.pkcs.classPrincipalUtila utility class that will extract X509Principal objects from X.509 certificates.classX509Principala general extension of X509Name with a couple of extra methods and constructors. -
Uses of Object in org.bouncycastle.jce.exception
Subclasses of Object in org.bouncycastle.jce.exception Modifier and Type Class Description classExtCertPathBuilderExceptionclassExtCertPathValidatorException -
Uses of Object in org.bouncycastle.jce.netscape
Subclasses of Object in org.bouncycastle.jce.netscape Modifier and Type Class Description classNetscapeCertRequestHandles NetScape certificate request (KEYGEN), these are constructed as: -
Uses of Object in org.bouncycastle.jce.provider
Subclasses of Object in org.bouncycastle.jce.provider Modifier and Type Class Description classAnnotatedExceptionclassBouncyCastleProviderTo add the provider at runtime use:classCertBlacklistclassCertPathValidatorUtilitiesclassCertStoreCollectionSpiclassDHUtilutility class for converting jce/jca DH objects objects into their org.bouncycastle.crypto counterparts.classJCEDHPrivateKeyclassJCEDHPublicKeyclassJCEECPrivateKeyclassJCEECPublicKeyclassJCERSAPrivateCrtKeyA provider representation for a RSA private key, with CRT factors included.classJCERSAPrivateKeyclassJCERSAPublicKeyclassJCEStreamCipherclassJDKDSAPrivateKeyclassJDKDSAPublicKeyclassJDKPKCS12StoreParameterDeprecated.use org.bouncycastle.jcajce.config.PKCS12StoreParameterclassPEMUtilclassPKIXCertPathBuilderSpiImplements the PKIX CertPathBuilding algorithm for BouncyCastle.classPKIXCertPathValidatorSpiCertPathValidatorSpi implementation for X.509 Certificate validation � la RFC 3280.classPKIXCRLUtilclassPKIXNameConstraintValidatorclassPKIXNameConstraintValidatorExceptionclassPKIXPolicyNodeclassRFC3280CertPathUtilitiesclassX509CertificateObjectclassX509CRLEntryObjectThe following extensions are listed in RFC 2459 as relevant to CRL Entries ReasonCode Hode Instruction Code Invalidity Date Certificate Issuer (critical)classX509CRLObjectThe following extensions are listed in RFC 2459 as relevant to CRLs Authority Key Identifier Issuer Alternative Name CRL Number Delta CRL Indicator (critical) Issuing Distribution Point (critical)Methods in org.bouncycastle.jce.provider that return Object Modifier and Type Method Description ObjectPKIXPolicyNode. clone()Methods in org.bouncycastle.jce.provider with parameters of type Object Modifier and Type Method Description booleanJCEECPrivateKey. equals(Object o)booleanJCEECPublicKey. equals(Object o)booleanJCERSAPrivateCrtKey. equals(Object o)booleanJCERSAPrivateKey. equals(Object o)booleanJCERSAPublicKey. equals(Object o)booleanJDKDSAPrivateKey. equals(Object o)booleanJDKDSAPublicKey. equals(Object o)booleanPKIXNameConstraintValidator. equals(Object o)booleanX509CertificateObject. equals(Object o)protected static voidCertPathValidatorUtilities. getCertStatus(Date validDate, X509CRL crl, Object cert, org.bouncycastle.jce.provider.CertStatus certStatus)protected static SetCertPathValidatorUtilities. getCompleteCRLs(DistributionPoint dp, Object cert, Date currentDate, ExtendedPKIXParameters paramsPKIX)Fetches complete CRLs according to RFC 3280.protected static X500PrincipalCertPathValidatorUtilities. getEncodedIssuerPrincipal(Object cert)Returns the issuer of an attribute certificate or certificate.protected static voidRFC3280CertPathUtilities. processCRLB1(DistributionPoint dp, Object cert, X509CRL crl)If the DP includes cRLIssuer, then verify that the issuer field in the complete CRL matches cRLIssuer in the DP and that the complete CRL contains an issuing distribution point extension with the indirectCRL boolean asserted.protected static voidRFC3280CertPathUtilities. processCRLB2(DistributionPoint dp, Object cert, X509CRL crl)If the complete CRL includes an issuing distribution point (IDP) CRL extension check the following:protected static SetRFC3280CertPathUtilities. processCRLF(X509CRL crl, Object cert, X509Certificate defaultCRLSignCert, PublicKey defaultCRLSignKey, ExtendedPKIXParameters paramsPKIX, List certPathCerts)Obtain and validate the certification path for the complete CRL issuer.protected static voidRFC3280CertPathUtilities. processCRLI(Date validDate, X509CRL deltacrl, Object cert, org.bouncycastle.jce.provider.CertStatus certStatus, ExtendedPKIXParameters pkixParams)protected static voidRFC3280CertPathUtilities. processCRLJ(Date validDate, X509CRL completecrl, Object cert, org.bouncycastle.jce.provider.CertStatus certStatus)voidBouncyCastleProvider. setParameter(String parameterName, Object parameter) -
Uses of Object in org.bouncycastle.jce.spec
Subclasses of Object in org.bouncycastle.jce.spec Modifier and Type Class Description classECKeySpecbase class for an Elliptic Curve Key SpecclassECNamedCurveGenParameterSpecNamed curve generation specclassECNamedCurveParameterSpecspecification signifying that the curve parameters can also be refered to by name.classECNamedCurveSpecspecification signifying that the curve parameters can also be referred to by name.classECParameterSpecbasic domain parameters for an Elliptic Curve public or private key.classECPrivateKeySpecElliptic Curve private key specification.classECPublicKeySpecElliptic Curve public key specificationclassRepeatedSecretKeySpecA simple object to indicate that a symmetric cipher should reuse the last key provided.Methods in org.bouncycastle.jce.spec with parameters of type Object Modifier and Type Method Description booleanECParameterSpec. equals(Object o) -
Uses of Object in org.bouncycastle.math.ec
Subclasses of Object in org.bouncycastle.math.ec Modifier and Type Class Description classECAlgorithmsclassECCurvebase class for an elliptic curvestatic classECCurve.F2mElliptic curves over F2m.static classECCurve.FpElliptic curve over FpclassECFieldElementstatic classECFieldElement.F2mClass representing the Elements of the finite fieldF2min polynomial basis (PB) representation.static classECFieldElement.FpclassECPointbase class for points on elliptic curves.static classECPoint.F2mElliptic curve points over F2mstatic classECPoint.FpElliptic curve points over FpMethods in org.bouncycastle.math.ec with parameters of type Object Modifier and Type Method Description booleanECCurve.F2m. equals(Object anObject)booleanECCurve.Fp. equals(Object anObject)booleanECFieldElement.F2m. equals(Object anObject)booleanECFieldElement.Fp. equals(Object other)booleanECPoint. equals(Object other) -
Uses of Object in org.bouncycastle.operator
Subclasses of Object in org.bouncycastle.operator Modifier and Type Class Description classDefaultDigestAlgorithmIdentifierFinderclassDefaultSignatureAlgorithmIdentifierFinderclassOperatorCreationExceptionclassOperatorExceptionclassOperatorStreamExceptionclassRuntimeOperatorException -
Uses of Object in org.bouncycastle.operator.bc
Subclasses of Object in org.bouncycastle.operator.bc Modifier and Type Class Description classBcDefaultDigestProviderclassBcDigestCalculatorProvider -
Uses of Object in org.bouncycastle.operator.jcajce
Subclasses of Object in org.bouncycastle.operator.jcajce Modifier and Type Class Description classJcaContentSignerBuilderclassJcaContentVerifierProviderBuilderclassJcaDigestCalculatorProviderBuilder -
Uses of Object in org.bouncycastle.util
Subclasses of Object in org.bouncycastle.util Modifier and Type Class Description classArraysGeneral array utilities.classBigIntegersBigInteger utilities.classCollectionStoreA simple collection backed store.classIntegersclassIPAddressclassStoreExceptionclassStringsMethods in org.bouncycastle.util that return Object Modifier and Type Method Description ObjectSelector. clone()Methods in org.bouncycastle.util with parameters of type Object Modifier and Type Method Description booleanSelector. match(Object obj) -
Uses of Object in org.bouncycastle.util.encoders
Subclasses of Object in org.bouncycastle.util.encoders Modifier and Type Class Description classBase64classBase64EncoderclassDecoderExceptionclassEncoderExceptionclassHexclassHexEncoder -
Uses of Object in org.bouncycastle.util.io
Subclasses of Object in org.bouncycastle.util.io Modifier and Type Class Description classStreamOverflowExceptionclassStreamsclassTeeInputStreamclassTeeOutputStream -
Uses of Object in org.bouncycastle.util.io.pem
Subclasses of Object in org.bouncycastle.util.io.pem Modifier and Type Class Description classPemGenerationExceptionclassPemHeaderclassPemObjectclassPemReaderclassPemWriterA generic PEM writer, based on RFC 1421Methods in org.bouncycastle.util.io.pem that return Object Modifier and Type Method Description ObjectPemObjectParser. parseObject(PemObject obj)Methods in org.bouncycastle.util.io.pem with parameters of type Object Modifier and Type Method Description booleanPemHeader. equals(Object o) -
Uses of Object in org.bouncycastle.x509
Subclasses of Object in org.bouncycastle.x509 Modifier and Type Class Description classAttributeCertificateHolderDeprecated.use org.bouncycastle.cert.AttributeCertificateHolderclassAttributeCertificateIssuerDeprecated.use org.bouncycastle.cert.AttributeCertificateIssuerclassExtendedPKIXBuilderParametersThis class contains extended parameters for PKIX certification path builders.classExtendedPKIXParametersThis class extends the PKIXParameters with a validity model parameter.classNoSuchStoreExceptionclassPKIXAttrCertCheckerclassX509AttributeClass for carrying the values in an X.509 Attribute.classX509CertStoreSelectorThis class is a Selector implementation for X.509 certificates.classX509CollectionStoreParametersThis class contains a collection for collection basedX509Stores.classX509CRLStoreSelectorThis class is a Selector implementation for X.509 certificate revocation lists.classX509StoreclassX509StoreSpiclassX509V1CertificateGeneratorDeprecated.use org.bouncycastle.cert.X509v1CertificateBuilder.classX509V2AttributeCertificateDeprecated.use org.bouncycastle.cert.X509AttributeCertificateHolderclassX509V3CertificateGeneratorDeprecated.use org.bouncycastle.cert.X509v3CertificateBuilder.Methods in org.bouncycastle.x509 that return Object Modifier and Type Method Description ObjectAttributeCertificateHolder. clone()Deprecated.ObjectAttributeCertificateIssuer. clone()Deprecated.ObjectExtendedPKIXBuilderParameters. clone()Makes a copy of thisPKIXParametersobject.ObjectExtendedPKIXParameters. clone()abstract ObjectPKIXAttrCertChecker. clone()Returns a clone of this object.ObjectX509CertStoreSelector. clone()ObjectX509CollectionStoreParameters. clone()Returns a shallow clone.ObjectX509CRLStoreSelector. clone()Methods in org.bouncycastle.x509 with parameters of type Object Modifier and Type Method Description booleanAttributeCertificateHolder. equals(Object obj)Deprecated.booleanAttributeCertificateIssuer. equals(Object obj)Deprecated.booleanX509V2AttributeCertificate. equals(Object o)Deprecated.booleanAttributeCertificateHolder. match(Object obj)Deprecated.booleanAttributeCertificateIssuer. match(Object obj)Deprecated.booleanX509CertStoreSelector. match(Object obj)booleanX509CRLStoreSelector. match(Object obj) -
Uses of Object in org.bouncycastle.x509.extension
Subclasses of Object in org.bouncycastle.x509.extension Modifier and Type Class Description classAuthorityKeyIdentifierStructureDeprecated.use JcaX509ExtensionUtils and AuthorityKeyIdentifier.getInstance()classSubjectKeyIdentifierStructureDeprecated.use JcaX509ExtensionUtils andSubjectKeyIdentifier.getInstance()classX509ExtensionUtil -
Uses of Object in org.conscrypt
Subclasses of Object in org.conscrypt Modifier and Type Class Description classAlertExceptionThis exception is used to signal that a fatal alert has occurred while working through the protocol.classAlertProtocolThis class encapsulates the functionality of Alert Protocol.classCertificateMessageRepresents server/client certificate messageclassCertificateRequestRepresents certificate request messageclassCertificateVerifyRepresents certificate verify messageclassCertPinManagerThis class provides a simple interface for cert pinning.classChainStrengthAnalyzerclassCipherSuiteRepresents Cipher Suite as defined in TLS 1.0 spec., A.5.classClientHandshakeImplClient side handshake protocol implementation.classClientHelloRepresents Client Hello messageclassClientKeyExchangeRepresents client key exchange messageclassClientSessionContextCaches client sessions.classConnectionStateThis abstract class is a base for Record Protocol operating environmet of different SSL protocol versions.classConnectionStateSSLv3This class encapsulates the operating environment of the SSL v3 (http://wp.netscape.com/eng/ssl3) Record Protocol and provides relating encryption/decryption functionality.classConnectionStateTLSThis class encapsulates the operating environment of the TLS v1 (http://www.ietf.org/rfc/rfc2246.txt) Record Protocol and provides relating encryption/decryption functionality.classContentTypeThis class incapsulates the constants determining the types of SSL/TLS record's content data.classDefaultSSLContextImplSupport class for this package.classDelegatedTaskDelegated Runnable task for SSLEngineclassDHParametersThis class contains well-known primesclassDigitalSignatureThis class represents Signature type, as described in TLS v 1.0 Protocol specification, 7.4.3.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.classFileClientSessionCacheFile-based cache implementation.classFinishedRepresents Finished messageclassHandshakeThis class incapsulates the constants determining the types of handshake messages as defined in TLS 1.0 spec., 7.4.classHandshakeIODataStreamThis class provides Input/Output data functionality for handshake layer.classHandshakeProtocolBase class for ClientHandshakeImpl and ServerHandshakeImpl classes.classHelloRequestRepresents Hello Request messageclassJSSEProviderJSSE Provider implementation.classKeyManagerFactoryImplKeyManagerFactory implementation.classKeyManagerImplKeyManager implementation.classLoggerThis class provides debug logging for JSSE provider implementation TODO: Use java.util.loggingstatic classLogger.StreamclassMessageBase class for handshake messagesclassNativeCryptoProvides the Java side of our JNI glue for OpenSSL.classOpenSSLBIOInputStreamProvides an interface to OpenSSL's BIO system directly from a Java InputStream.classOpenSSLCipherstatic classOpenSSLCipher.AESstatic classOpenSSLCipher.AES.CBCstatic classOpenSSLCipher.AES.CBC.NoPaddingstatic classOpenSSLCipher.AES.CBC.PKCS5Paddingstatic classOpenSSLCipher.AES.CFBstatic classOpenSSLCipher.AES.CFB.NoPaddingstatic classOpenSSLCipher.AES.CFB.PKCS5Paddingstatic classOpenSSLCipher.AES.CTRstatic classOpenSSLCipher.AES.CTR.NoPaddingstatic classOpenSSLCipher.AES.CTR.PKCS5Paddingstatic classOpenSSLCipher.AES.ECBstatic classOpenSSLCipher.AES.ECB.NoPaddingstatic classOpenSSLCipher.AES.ECB.PKCS5Paddingstatic classOpenSSLCipher.AES.OFBstatic classOpenSSLCipher.AES.OFB.NoPaddingstatic classOpenSSLCipher.AES.OFB.PKCS5Paddingstatic classOpenSSLCipher.ARC4static classOpenSSLCipher.DESEDEstatic classOpenSSLCipher.DESEDE.CBCstatic classOpenSSLCipher.DESEDE.CBC.NoPaddingstatic classOpenSSLCipher.DESEDE.CBC.PKCS5Paddingstatic classOpenSSLCipher.DESEDE.CFBstatic classOpenSSLCipher.DESEDE.CFB.NoPaddingstatic classOpenSSLCipher.DESEDE.CFB.PKCS5Paddingstatic classOpenSSLCipher.DESEDE.ECBstatic classOpenSSLCipher.DESEDE.ECB.NoPaddingstatic classOpenSSLCipher.DESEDE.ECB.PKCS5Paddingstatic classOpenSSLCipher.DESEDE.OFBstatic classOpenSSLCipher.DESEDE.OFB.NoPaddingstatic classOpenSSLCipher.DESEDE.OFB.PKCS5PaddingclassOpenSSLCipherRSAstatic classOpenSSLCipherRSA.PKCS1static classOpenSSLCipherRSA.RawclassOpenSSLContextImplOverrides the original SSLContextImpl to provide OpenSSL-based SSLSocketFactory and SSLServerSocketFactory instances.classOpenSSLDigestContextclassOpenSSLDSAKeyFactoryclassOpenSSLDSAKeyPairGeneratorclassOpenSSLDSAParamsclassOpenSSLDSAPrivateKeyclassOpenSSLDSAPublicKeyclassOpenSSLECDHKeyAgreementElliptic Curve Diffie-Hellman key agreement backed by the OpenSSL engine.classOpenSSLECGroupContextclassOpenSSLECKeyFactoryclassOpenSSLECKeyPairGeneratorclassOpenSSLECPrivateKeyclassOpenSSLECPublicKeyclassOpenSSLEngineclassOpenSSLKeyclassOpenSSLMacstatic classOpenSSLMac.HmacMD5static classOpenSSLMac.HmacSHA1static classOpenSSLMac.HmacSHA256static classOpenSSLMac.HmacSHA384static classOpenSSLMac.HmacSHA512classOpenSSLMessageDigestJDKImplements the JDK MessageDigest interface using OpenSSL's EVP API.static classOpenSSLMessageDigestJDK.MD5static classOpenSSLMessageDigestJDK.SHA1static classOpenSSLMessageDigestJDK.SHA256static classOpenSSLMessageDigestJDK.SHA384static classOpenSSLMessageDigestJDK.SHA512classOpenSSLProviderProvider that goes through OpenSSL for operations.classOpenSSLRandomclassOpenSSLRSAKeyFactoryclassOpenSSLRSAKeyPairGeneratorclassOpenSSLRSAPrivateCrtKeyclassOpenSSLRSAPrivateKeyclassOpenSSLRSAPublicKeyclassOpenSSLSecretKeyclassOpenSSLServerSocketFactoryImplclassOpenSSLServerSocketImplOpenSSL-based implementation of server sockets.classOpenSSLSessionImplImplementation of the class OpenSSLSessionImpl based on OpenSSL.classOpenSSLSignatureImplements the subset of the JDK Signature interface needed for signature verification using OpenSSL.static classOpenSSLSignature.MD5RSAstatic classOpenSSLSignature.SHA1DSAstatic classOpenSSLSignature.SHA1ECDSAstatic classOpenSSLSignature.SHA1RSAstatic classOpenSSLSignature.SHA256ECDSAstatic classOpenSSLSignature.SHA256RSAstatic classOpenSSLSignature.SHA384ECDSAstatic classOpenSSLSignature.SHA384RSAstatic classOpenSSLSignature.SHA512ECDSAstatic classOpenSSLSignature.SHA512RSAclassOpenSSLSignatureRawRSAImplements the JDK Signature interface needed for RAW RSA signature generation and verification using OpenSSL.classOpenSSLSocketFactoryImplclassOpenSSLSocketImplImplementation of the class OpenSSLSocketImpl based on OpenSSL.classOpenSSLSocketImplWrapperThis class wraps the SSL functionality over an existing connected socket.classOpenSSLX509CertificateclassOpenSSLX509CertificateFactoryclassOpenSSLX509CertPathclassOpenSSLX509CRLclassOpenSSLX509CRLEntryclassPinEntryExceptionclassPinFailureLoggerclassPinListEntryThis class represents a single entry in the pin file.classPRFThis class provides functionality for computation of PRF values for TLS (http://www.ietf.org/rfc/rfc2246.txt) and SSL v3 (http://wp.netscape.com/eng/ssl3) protocols.classProtocolVersionRepresents Protocol VersionclassServerHandshakeImplServer side handshake protocol implementation.classServerHelloRepresents server hello message.classServerHelloDoneRepresents server hello done messageclassServerKeyExchangeRepresents server key exchange message.classServerSessionContextCaches server sessions.classSSLBufferedInputThis is a wrapper input stream for ByteBuffer data source.classSSLContextImplImplementation of SSLContext service provider interface.classSSLEngineAppDataThis class is used to retrieve the application data arrived for the SSLEngine.classSSLEngineDataStreamThis class provides the DataStream functionality implemented over the array of ByteBuffer instances.classSSLEngineImplImplementation of SSLEngine.classSSLInputStreamThis class is a base for all input stream classes used in protocol implementation.classSSLParametersImplThe instances of this class encapsulate all the info about enabled cipher suites and protocols, as well as the information about client/server mode of ssl socket, whether it require/want client authentication or not, and controls whether new SSL sessions may be established by this socket or not.classSSLRecordProtocolThis class performs functionality dedicated to SSL record layer.classSSLServerSocketFactoryImplImplementation of SSLServerSocketFactory.classSSLServerSocketImplSSLServerSocket implementationclassSSLSessionImplclassSSLSocketFactoryImplImplementation of SSLSocketFactory.classSSLSocketImplSSLSocket implementation.classSSLSocketInputStreamThis class provides input data stream functionality for SSLSocket.classSSLSocketOutputStreamThis is a application data output stream used in SSLSocket implementation.classSSLSocketWrapperThis class wraps the SSL fuctionality over existing conneted socket.classSSLStreamedInputThis class acts like a filtered input stream: it takes the bytes from another InputStream.classSSLv3ConstantsContains SSL 3.0 constantsclassTrustedCertificateIndexIndexesTrustAnchorinstances so they can be found in O(1) time instead of O(N).classTrustedCertificateKeyStoreSpiA KeyStoreSpi wrapper for the TrustedCertificateStore.classTrustedCertificateStoreA source for trusted root certificate authority (CA) certificates supporting an immutable system CA directory along with mutable directories allowing the user addition of custom CAs and user removal of system CAs.classTrustManagerFactoryImplTrustManagerFactory service provider interface implementation.classTrustManagerImplTrustManager implementation.classX509PublicKeyA simple but useless key class that holds X.509 public key information when the appropriate KeyFactory for the key algorithm is not available.Methods in org.conscrypt that return Object Modifier and Type Method Description ObjectOpenSSLMessageDigestJDK. clone()protected ObjectSSLParametersImpl. clone()Returns the clone of this object.ObjectSSLSessionImpl. clone()protected ObjectOpenSSLSignature. engineGetParameter(String param)protected ObjectOpenSSLSignatureRawRSA. engineGetParameter(String param)static Object[][]NativeCrypto. get_X509_GENERAL_NAME_stack(long x509ctx, int type)ObjectOpenSSLSessionImpl. getValue(String name)Returns the object which is bound to the the input parameter name.ObjectSSLSessionImpl. getValue(String name)Methods in org.conscrypt with parameters of type Object Modifier and Type Method Description protected voidOpenSSLSignature. engineSetParameter(String param, Object value)protected voidOpenSSLSignatureRawRSA. engineSetParameter(String param, Object value)booleanOpenSSLDSAParams. equals(Object o)booleanOpenSSLDSAPrivateKey. equals(Object o)booleanOpenSSLDSAPublicKey. equals(Object o)booleanOpenSSLECGroupContext. equals(Object o)booleanOpenSSLECPrivateKey. equals(Object o)booleanOpenSSLECPublicKey. equals(Object o)booleanOpenSSLEngine. equals(Object o)booleanOpenSSLKey. equals(Object o)booleanOpenSSLRSAPrivateCrtKey. equals(Object o)booleanOpenSSLRSAPrivateKey. equals(Object o)booleanOpenSSLRSAPublicKey. equals(Object o)booleanOpenSSLSecretKey. equals(Object o)booleanOpenSSLX509Certificate. equals(Object other)booleanX509PublicKey. equals(Object obj)voidOpenSSLSessionImpl. putValue(String name, Object value)A link (name) with the specified value object of the SSL session's application layer data is created or replaced.voidSSLSessionImpl. putValue(String name, Object value)Constructors in org.conscrypt with parameters of type Object Constructor Description HandshakeProtocol(Object owner)Creates HandshakeProtocol instanceServerHandshakeImpl(Object owner)Creates Server Handshake Implementation -
Uses of Object in org.conscrypt.util
Subclasses of Object in org.conscrypt.util Modifier and Type Class Description classEmptyArrayFields in org.conscrypt.util declared as Object Modifier and Type Field Description static Object[]EmptyArray. OBJECT -
Uses of Object in org.json
Subclasses of Object in org.json Modifier and Type Class Description classJSONArrayA dense indexed sequence of values.classJSONExceptionThrown to indicate a problem with the JSON API.classJSONObjectA modifiable set of name/value mappings.classJSONStringerImplementsJSONObject.toString()andJSONArray.toString().classJSONTokenerParses a JSON (RFC 4627) encoded string into the corresponding object.Fields in org.json declared as Object Modifier and Type Field Description static ObjectJSONObject. NULLA sentinel value used to explicitly define a name with no value.Methods in org.json that return Object Modifier and Type Method Description ObjectJSONArray. get(int index)Returns the value atindex.ObjectJSONObject. get(String name)Returns the value mapped byname.ObjectJSONTokener. nextValue()Returns the next value from the input.ObjectJSONArray. opt(int index)Returns the value atindex, or null if the array has no value atindex.ObjectJSONObject. opt(String name)Returns the value mapped byname, or null if no such mapping exists.ObjectJSONArray. remove(int index)Removes and returns the value atindex, or null if the array has no value atindex.ObjectJSONObject. remove(String name)Removes the named mapping if it exists; does nothing otherwise.static ObjectJSONObject. wrap(Object o)Wraps the given object if necessary.Methods in org.json with parameters of type Object Modifier and Type Method Description JSONObjectJSONObject. accumulate(String name, Object value)Appendsvalueto the array already mapped toname.booleanJSONArray. equals(Object o)JSONArrayJSONArray. put(int index, Object value)Sets the value atindextovalue, null padding this array to the required length if necessary.JSONArrayJSONArray. put(Object value)Appendsvalueto the end of this array.JSONObjectJSONObject. put(String name, Object value)Mapsnametovalue, clobbering any existing name/value mapping with the same name.JSONObjectJSONObject. putOpt(String name, Object value)Equivalent toput(name, value)when both parameters are non-null; does nothing otherwise.JSONStringerJSONStringer. value(Object value)Encodesvalue.static ObjectJSONObject. wrap(Object o)Wraps the given object if necessary. -
Uses of Object in org.kxml2.io
Subclasses of Object in org.kxml2.io Modifier and Type Class Description classKXmlParserAn XML pull parser with limited support for parsing internal DTDs.classKXmlSerializerMethods in org.kxml2.io that return Object Modifier and Type Method Description ObjectKXmlParser. getProperty(String property)ObjectKXmlSerializer. getProperty(String name)Methods in org.kxml2.io with parameters of type Object Modifier and Type Method Description voidKXmlParser. setProperty(String property, Object value)voidKXmlSerializer. setProperty(String name, Object value) -
Uses of Object in org.robovm.rt
Subclasses of Object in org.robovm.rt Modifier and Type Class Description classGCInterfaces with the garbage collectorclassSignalsProvides a means for installing custom signal handlers without overriding the signal handlers needed by RoboVM to handleNullPointerExceptions andStackOverflowErrors properly.classVMclassVMVersionMethods in org.robovm.rt that return Object Modifier and Type Method Description static ObjectVM. castAddressToObject(long address)static ObjectVM. getObject(long address)Methods in org.robovm.rt with parameters of type Object Modifier and Type Method Description static longVM. getArrayValuesAddress(Object array)static longVM. getObjectAddress(Object object)static voidVM. registerDisappearingLink(long address, Object obj)static voidVM. setObject(long address, Object value) -
Uses of Object in org.robovm.rt.annotation
Subclasses of Object in org.robovm.rt.annotation Modifier and Type Class Description classAnnotationAbstract base class of annotation implementation classes generated by the compilerAnnotationImplPlugin.Fields in org.robovm.rt.annotation declared as Object Modifier and Type Field Description protected static ObjectAnnotation. NO_VALUESingleton representing missing element value.Methods in org.robovm.rt.annotation that return Object Modifier and Type Method Description protected ObjectAnnotation. getDefaultValue(String memberName)protected ObjectAnnotation. validate(Object value, String memberName)Methods in org.robovm.rt.annotation with parameters of type Object Modifier and Type Method Description booleanAnnotation. equals(Object o)protected abstract booleanAnnotation. fastEquals(Object that)protected intAnnotation. hash(Object value, String memberName)protected booleanAnnotation. memberEquals(Object ours, Object theirs)protected voidAnnotation. memberToString(StringBuilder sb, Object value, String memberName, boolean first)protected abstract booleanAnnotation. slowEquals(Object that)protected ObjectAnnotation. validate(Object value, String memberName) -
Uses of Object in org.robovm.rt.bro
Subclasses of Object in org.robovm.rt.bro Modifier and Type Class Description classArrayMarshalersContains marshalers for arrays of primitive types.static classArrayMarshalers.ByteArrayMarshalerMarshals to/frombyte[],byte[][]andbyte[][][].static classArrayMarshalers.CharArrayMarshalerMarshals to/fromchar[],char[][]andchar[][][].static classArrayMarshalers.DoubleArrayMarshalerMarshals to/fromdouble[],double[][]anddouble[][][].static classArrayMarshalers.FloatArrayMarshalerMarshals to/fromfloat[],float[][]andfloat[][][].static classArrayMarshalers.IntArrayMarshalerMarshals to/fromint[],int[][]andint[][][].static classArrayMarshalers.LongArrayMarshalerMarshals to/fromlong[],long[][]andlong[][][].static classArrayMarshalers.ShortArrayMarshalerMarshals to/fromshort[],short[][]andshort[][][].classBits<T extends Bits<T>>static classBits.AsByteMarshalerMarshals aBitsas an 8-bit value.static classBits.AsIntMarshalerMarshals aBitsas a 32-bit value.static classBits.AsLongMarshalerMarshals aBitsas a 64-bit value.static classBits.AsMachineSizedIntMarshalerMarshals aBitsas a 32-bit or 64-bit value depending on the machine word size.static classBits.AsShortMarshalerMarshals aBitsas a 16-bit value.classBroclassBufferMarshalersContains marshalers forBuffersubclasses.static classBufferMarshalers.BufferMarshalerMarshals to/fromByteBuffer,ShortBuffer,CharBuffer,IntBuffer,LongBuffer,FloatBufferandDoubleBuffer.classBuiltinMarshalersDefines builtin marshalers.classEnumConstantMissingExceptionException to be thrown byValuedEnumin case it is not able marshal native to enum due missing value in enumclassEnumMarshalersstatic classEnumMarshalers.AsIntMarshalerclassGlobalValueSupplier<T>Supplier interface for aGlobalValueclassLazyGlobalValue<T>Reads aGlobalValuelazily and optionally caches the result.classMarshalerFlagsFlags passed to a marshaler.classMarshalerLookupLooks up marshaler methods for convertinglonghandles to objects given a class extendingNativeObject.classNativeObjectCommon base class for objects that wraps native objects.static classNativeObject.MarshalerclassRuntimeclassStringMarshalersContains marshalers forStringvalues.static classStringMarshalers.AsAsciiZMarshalerMarshalsStrings to/from zero-terminated bytes using theASCIIcharacter encoding.static classStringMarshalers.AsDefaultCharsetZMarshalerMarshalsStrings to/from zero-terminated bytes using the default character encoding (assuming it's an 8-bit encoding).static classStringMarshalers.AsLatin1ZMarshalerstatic classStringMarshalers.AsUtf8ZMarshalerMarshalsStrings to/from zero-terminated bytes using theUTF-8character encoding.static classStringMarshalers.AsWindow1252ZMarshalerMarshalsStrings to/from zero-terminated bytes using thewindows-1252character encoding.static classStringMarshalers.EightBitZeroTerminatedStringMarshalerclassStruct<T extends Struct<T>>static classStruct.Marshalerstatic classValuedEnum.AsLongMarshalerMarshals aValuedEnumas a 64-bit value.static classValuedEnum.AsMachineSizedSIntMarshalerMarshals aValuedEnumas a 32-bit or 64-bit signed value depending on the machine word size.static classValuedEnum.AsMachineSizedUIntMarshalerMarshals aValuedEnumas a 32-bit or 64-bit unsigned value depending on the machine word size.static classValuedEnum.AsSignedByteMarshalerMarshals aValuedEnumas an 8-bit signed value.static classValuedEnum.AsSignedIntMarshalerMarshals aValuedEnumas a 32-bit signed value.static classValuedEnum.AsSignedShortMarshalerMarshals aValuedEnumas a 16-bit signed value.static classValuedEnum.AsUnsignedByteMarshalerMarshals aValuedEnumas an 8-bit unsigned value.static classValuedEnum.AsUnsignedIntMarshalerMarshals aValuedEnumas a 32-bit unsigned value.static classValuedEnum.AsUnsignedShortMarshalerMarshals aValuedEnumas a 16-bit unsigned value. -
Uses of Object in org.robovm.rt.bro.ptr
Subclasses of Object in org.robovm.rt.bro.ptr Modifier and Type Class Description classBooleanPtrPoints to an 8-bitbooleanvalue.static classBooleanPtr.BooleanPtrPtrPointer toBooleanPtrclassBytePtrPoints to an 8-bit signed value (char *in C).static classBytePtr.BytePtrPtrPointer toBytePtr(char **in C)classCharPtrPoints to a 16-bit unsigned value (unsigned short *in C).static classCharPtr.CharPtrPtrPointer toCharPtr(unsigned short **in C)classDoublePtrPoints to adoublevalue (double *in C).static classDoublePtr.DoublePtrPtrPointer toDoublePtr(double **in C)classFloatPtrPoints to afloatvalue (float *in C).static classFloatPtr.FloatPtrPtrPointer toFloatPtr(float **in C)classFunctionPtrPoints to a function.static classFunctionPtr.FunctionPtrPtrPointer toFunctionPtr.classIntPtrPoints to a 32-bit signed value (int32_t *in C).static classIntPtr.IntPtrPtrPointer toIntPtr(int32_t **in C)classLongPtrPoints to a 64-bit signed value (int64_t *in C).static classLongPtr.LongPtrPtrPointer toLongPtr(int64_t **in C)classMachineSizedFloatPtrPoints to either afloatordoublevalue depending on the machine word.static classMachineSizedFloatPtr.MachineSizedFloatPtrPtrPointer toMachineSizedFloatPtr.classMachineSizedSIntPtrPoints to a 32-bit or 64-bit signed value depending on the machine word size (long *in C).static classMachineSizedSIntPtr.MachineSizedSIntPtrPtrPointer toMachineSizedSIntPtr(long **in C)classMachineSizedUIntPtrPoints to a 32-bit or 64-bit unsigned value depending on the machine word size (unsigned long *in C).static classMachineSizedUIntPtr.MachineSizedUIntPtrPtrPointer toMachineSizedUIntPtr(unsigned long **in C)classPtr<S extends NativeObject,T extends Ptr<S,T>>Generic pointer to pointer (<type> **in C).classShortPtrPoints to a 16-bit signed value (short *in C).static classShortPtr.ShortPtrPtrPointer toShortPtr(short **in C)classVoidPtrPoints to an unspecified value (void *in C).static classVoidPtr.VoidPtrPtrPointer toVoidPtr(void **in C) -
Uses of Object in org.w3c.dom
Subclasses of Object in org.w3c.dom 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).Methods in org.w3c.dom that return Object Modifier and Type Method Description ObjectDOMImplementation. getFeature(String feature, String version)This method returns a specialized object which implements the specialized APIs of the specified feature and version, as specified in .ObjectNode. getFeature(String feature, String version)This method returns a specialized object which implements the specialized APIs of the specified feature and version, as specified in .ObjectDOMConfiguration. getParameter(String name)Return the value of a parameter if known.ObjectDOMError. getRelatedData()The relatedDOMError.typedependent data if any.ObjectDOMError. getRelatedException()The related platform dependent exception if any.ObjectNode. getUserData(String key)Retrieves the object associated to a key on a this node.ObjectNode. setUserData(String key, Object data, UserDataHandler handler)Associate an object to a key on this node.Methods in org.w3c.dom with parameters of type Object Modifier and Type Method Description booleanDOMConfiguration. canSetParameter(String name, Object value)Check if setting a parameter to a specific value is supported.voidUserDataHandler. handle(short operation, String key, Object data, Node src, Node dst)This method is called whenever the node for which this handler is registered is imported or cloned.voidDOMConfiguration. setParameter(String name, Object value)Set the value of a parameter.ObjectNode. setUserData(String key, Object data, UserDataHandler handler)Associate an object to a key on this node. -
Uses of Object in org.w3c.dom.ls
Subclasses of Object in org.w3c.dom.ls Modifier and Type Class Description classLSExceptionParser or write operations may throw anLSExceptionif the processing is stopped. -
Uses of Object in org.xml.sax
Subclasses of Object in org.xml.sax Modifier and Type Class Description classHandlerBaseDeprecated.This class works with the deprecatedDocumentHandlerinterface.classInputSourceA single input source for an XML entity.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.Methods in org.xml.sax that return Object Modifier and Type Method Description ObjectXMLReader. getProperty(String name)Look up the value of a property.Methods in org.xml.sax with parameters of type Object Modifier and Type Method Description voidXMLReader. setProperty(String name, Object value)Set the value of a property. -
Uses of Object in org.xml.sax.ext
Subclasses of Object in org.xml.sax.ext Modifier and Type Class Description classAttributes2ImplSAX2 extension helper for additional Attributes information, implementing theAttributes2interface.classDefaultHandler2This class extends the SAX2 base handler class to support the SAX2LexicalHandler,DeclHandler, andEntityResolver2extensions.classLocator2ImplSAX2 extension helper for holding additional Entity information, implementing theLocator2interface. -
Uses of Object in org.xml.sax.helpers
Subclasses of Object in org.xml.sax.helpers Modifier and Type Class Description classAttributeListImplDeprecated.This class implements a deprecated interface,AttributeList; that interface has been replaced byAttributes, which is implemented in theAttributesImplhelper class.classAttributesImplDefault implementation of the Attributes interface.classDefaultHandlerDefault base class for SAX2 event handlers.classLocatorImplProvide an optional convenience implementation of Locator.classNamespaceSupportEncapsulate Namespace logic for use by applications using SAX, or internally by SAX drivers.classParserAdapterAdapt a SAX1 Parser as a SAX2 XMLReader.classParserFactoryDeprecated.This class works with the deprecatedParserinterface.classXMLFilterImplBase class for deriving an XML filter.classXMLReaderAdapterAdapt a SAX2 XMLReader as a SAX1 Parser.classXMLReaderFactoryFactory for creating an XML reader.Methods in org.xml.sax.helpers that return Object Modifier and Type Method Description ObjectParserAdapter. getProperty(String name)Get a parser property.ObjectXMLFilterImpl. getProperty(String name)Look up the value of a property.Methods in org.xml.sax.helpers with parameters of type Object Modifier and Type Method Description voidParserAdapter. setProperty(String name, Object value)Set a parser property.voidXMLFilterImpl. setProperty(String name, Object value)Set the value of a property. -
Uses of Object in org.xmlpull.v1
Subclasses of Object in org.xmlpull.v1 Modifier and Type Class Description classXmlPullParserExceptionThis exception is thrown to signal XML Pull Parser related faults.classXmlPullParserFactoryThis class is used to create implementations of XML Pull Parser defined in XMPULL V1 API.Methods in org.xmlpull.v1 that return Object Modifier and Type Method Description ObjectXmlPullParser. getProperty(String name)Look up the value of a property.ObjectXmlSerializer. getProperty(String name)Look up the value of a property.Methods in org.xmlpull.v1 with parameters of type Object Modifier and Type Method Description voidXmlPullParser. setProperty(String name, Object value)Set the value of a property.voidXmlSerializer. setProperty(String name, Object value)Set the value of a property. -
Uses of Object in org.xmlpull.v1.sax2
Subclasses of Object in org.xmlpull.v1.sax2 Modifier and Type Class Description classDriverSAX2 Driver that pulls events from XmlPullParser and comverts them into SAX2 callbacks.Methods in org.xmlpull.v1.sax2 that return Object Modifier and Type Method Description ObjectDriver. getProperty(String name)Methods in org.xmlpull.v1.sax2 with parameters of type Object Modifier and Type Method Description voidDriver. setProperty(String name, Object value) -
Uses of Object in SQLite
Subclasses of Object in SQLite Modifier and Type Class Description classBackupClass wrapping an SQLite backup object.classBlobClass to represent SQLite3 3.4.0 incremental blob I/O interface.classConstantsContainer for SQLite constants.classDatabaseMain class wrapping an SQLite database.classExceptionClass for SQLite related exceptions.classFunctionContextContext for execution of SQLite's user defined functions.classJDBCDriverclassShellSQLite command line shell.classStmtClass to represent compiled SQLite3 statement.classStringEncoderString encoder/decoder for SQLite.classTableResultClass representing an SQLite result set as returned by the Database.get_table convenience method.classVmClass to represent compiled SQLite VM. -
Uses of Object in SQLite.JDBC2z
Subclasses of Object in SQLite.JDBC2z Modifier and Type Class Description classJDBCConnectionclassJDBCDatabaseMetaDataclassJDBCPreparedStatementclassJDBCResultSetclassJDBCResultSetMetaDataclassJDBCStatementclassTableResultXMethods in SQLite.JDBC2z that return Object Modifier and Type Method Description ObjectJDBCPreparedStatement. getObject(int parameterIndex)ObjectJDBCPreparedStatement. getObject(int parameterIndex, Map map)ObjectJDBCPreparedStatement. getObject(String parameterName)ObjectJDBCPreparedStatement. getObject(String parameterName, Map map)ObjectJDBCResultSet. getObject(int columnIndex)ObjectJDBCResultSet. getObject(int columnIndex, Map map)ObjectJDBCResultSet. getObject(String columnName)ObjectJDBCResultSet. getObject(String columnName, Map map)Methods in SQLite.JDBC2z with parameters of type Object Modifier and Type Method Description ArrayJDBCConnection. createArrayOf(String type, Object[] elems)StructJDBCConnection. createStruct(String type, Object[] attrs)voidJDBCPreparedStatement. setObject(int parameterIndex, Object x)voidJDBCPreparedStatement. setObject(int parameterIndex, Object x, int targetSqlType)voidJDBCPreparedStatement. setObject(int parameterIndex, Object x, int targetSqlType, int scale)voidJDBCPreparedStatement. setObject(String parameterName, Object val)voidJDBCPreparedStatement. setObject(String parameterName, Object val, int targetSqlType)voidJDBCPreparedStatement. setObject(String parameterName, Object val, int targetSqlType, int scale)voidJDBCResultSet. updateObject(int colIndex, Object obj)voidJDBCResultSet. updateObject(int colIndex, Object obj, int s)voidJDBCResultSet. updateObject(String colName, Object obj)voidJDBCResultSet. updateObject(String colName, Object obj, int s) -
Uses of Object in sun.misc
Subclasses of Object in sun.misc Modifier and Type Class Description classUnsafeThe package name notwithstanding, this class is the quasi-standard way for Java code to gain access to and use functionality which, when unsupervised, would allow one to break the pointer/type safety of Java.Methods in sun.misc that return Object Modifier and Type Method Description ObjectUnsafe. allocateInstance(Class<?> c)Allocates an instance of the given class without running the constructor.ObjectUnsafe. getObject(Object obj, long offset)Gets anObjectfield from the given object.ObjectUnsafe. getObjectVolatile(Object obj, long offset)Gets anObjectfield from the given object, usingvolatilesemantics.Methods in sun.misc with parameters of type Object Modifier and Type Method Description booleanUnsafe. compareAndSwapInt(Object obj, long offset, int expectedValue, int newValue)Performs a compare-and-set operation on anintfield within the given object.booleanUnsafe. compareAndSwapLong(Object obj, long offset, long expectedValue, long newValue)Performs a compare-and-set operation on alongfield within the given object.booleanUnsafe. compareAndSwapObject(Object obj, long offset, Object expectedValue, Object newValue)Performs a compare-and-set operation on anObjectfield (that is, a reference field) within the given object.booleanUnsafe. getBoolean(Object obj, long offset)Gets abooleanfield from the given object.byteUnsafe. getByte(Object obj, long offset)Gets abytefield from the given object.floatUnsafe. getFloat(Object obj, long offset)Gets anfloatfield from the given object.intUnsafe. getInt(Object obj, long offset)Gets anintfield from the given object.intUnsafe. getIntVolatile(Object obj, long offset)Gets anintfield from the given object, usingvolatilesemantics.longUnsafe. getLong(Object obj, long offset)Gets alongfield from the given object.longUnsafe. getLongVolatile(Object obj, long offset)Gets alongfield from the given object, usingvolatilesemantics.ObjectUnsafe. getObject(Object obj, long offset)Gets anObjectfield from the given object.ObjectUnsafe. getObjectVolatile(Object obj, long offset)Gets anObjectfield from the given object, usingvolatilesemantics.voidUnsafe. putBoolean(Object obj, long offset, boolean newValue)Stores abooleanfield into the given object.voidUnsafe. putByte(Object obj, long offset, byte newValue)Stores abytefield into the given object.voidUnsafe. putFloat(Object obj, long offset, float newValue)Stores anfloatfield into the given object.voidUnsafe. putInt(Object obj, long offset, int newValue)Stores anintfield into the given object.voidUnsafe. putIntVolatile(Object obj, long offset, int newValue)Stores anintfield into the given object, usingvolatilesemantics.voidUnsafe. putLong(Object obj, long offset, long newValue)Stores alongfield into the given object.voidUnsafe. putLongVolatile(Object obj, long offset, long newValue)Stores alongfield into the given object, usingvolatilesemantics.voidUnsafe. putObject(Object obj, long offset, Object newValue)Stores anObjectfield into the given object.voidUnsafe. putObjectVolatile(Object obj, long offset, Object newValue)Stores anObjectfield into the given object, usingvolatilesemantics.voidUnsafe. putOrderedInt(Object obj, long offset, int newValue)Lazy set an int field.voidUnsafe. putOrderedLong(Object obj, long offset, long newValue)Lazy set a long field.voidUnsafe. putOrderedObject(Object obj, long offset, Object newValue)Lazy set an object field.voidUnsafe. unpark(Object obj)Unparks the given object, which must be aThread.
LineNumberReaderinstead.