Uses of Interface
java.lang.Cloneable
| Package | Description |
|---|---|
| java.net | |
| java.security |
Extensible cryptographic service provider infrastructure (SPI) for using
and defining services such as
Certificates,
Keys, KeyStores, MessageDigests, and Signatures. |
| java.security.acl |
This package provides the classes and the interfaces needed to build Access Control Lists.
|
| java.security.cert |
This package provides all the classes and all the interfaces needed to generate, administer and verify
X.509 certificates.
|
| java.sql | |
| java.text | |
| java.util | |
| java.util.concurrent |
Utility classes commonly useful in concurrent programming.
|
| java.util.jar | |
| java.util.zip | |
| javax.crypto |
This package provides the classes and interfaces for cryptographic applications implementing algorithms for encryption, decryption, or
key agreement.
|
| javax.xml.datatype | |
| libcore.icu | |
| libcore.util | |
| org.apache.commons.logging.impl |
Concrete implementations of commons-logging wrapper APIs.
|
| org.apache.harmony.security.provider.cert | |
| org.apache.harmony.security.provider.crypto | |
| org.apache.http |
The core interfaces and classes of the HTTP components.
|
| org.apache.http.client.entity | |
| org.apache.http.client.methods |
Request implementations for the various HTTP methods like GET and POST.
|
| org.apache.http.conn.routing |
The client-side route representation and tracking API, part of HttpConn.
|
| org.apache.http.entity |
Representations for HTTP message entities.
|
| org.apache.http.impl.cookie | |
| org.apache.http.message |
A selection of HTTP
message
implementations. |
| org.apache.http.params |
The parameterization framework for HTTP components.
|
| org.apache.http.protocol |
HTTP protocol execution framework.
|
| org.apache.xalan.templates |
Implements the
Templates interface,
and defines a set of classes that represent an XSLT stylesheet. |
| org.apache.xalan.transformer |
In charge of run-time transformations and the production of result trees.
|
| org.apache.xml.dtm | |
| org.apache.xml.dtm.ref | |
| org.apache.xml.dtm.ref.sax2dtm | |
| org.apache.xml.utils |
Implementation of Xalan utility classes.
|
| org.apache.xpath |
Implementation of XPath; for the most part, only classes meant for public use are
found at this root level of the XPath packages.
|
| org.apache.xpath.axes |
Implementation of XPath LocationPath support -- primary classes are
LocPathIterator and UnionPathIterator.
|
| org.apache.xpath.jaxp | |
| org.apache.xpath.objects |
Implementation of XPath polymorphic type objects -- this package will grow
as XPath objects are expanded to support XML Schema data types.
|
| org.bouncycastle.cert | |
| org.bouncycastle.cert.selector | |
| org.bouncycastle.cms | |
| org.bouncycastle.jcajce.provider.digest | |
| org.bouncycastle.jce.provider | |
| org.bouncycastle.util | |
| org.bouncycastle.x509 | |
| org.conscrypt |
-
Uses of Cloneable in java.net
Classes in java.net that implement Cloneable Modifier and Type Class Description classHttpCookieAn opaque key-value value pair held by an HTTP client to permit a stateful session with an HTTP server. -
Uses of Cloneable in java.security
Classes in java.security that implement Cloneable Modifier and Type Class Description classAuthProviderLegacy security code; do not use.classProviderProvideris the abstract superclass for all security providers in the Java security infrastructure. -
Uses of Cloneable in java.security.acl
Subinterfaces of Cloneable in java.security.acl Modifier and Type Interface Description interfaceAclEntryThe Access Control List Entry interface definition. -
Uses of Cloneable in java.security.cert
Subinterfaces of Cloneable in java.security.cert Modifier and Type Interface Description interfaceCertPathBuilderResultThe interface for results generated byCertPathBuilder.build(CertPathParameters).interfaceCertPathParametersThe interface specification for certification path algorithm parameters.interfaceCertPathValidatorResultThe interface specification for certification path validation results.interfaceCertSelectorThe interface specification to determine whether aCertificatemeets some criteria.interfaceCertStoreParametersThe marker interface specifying the parameters used to initialize aCertStoreinstance.interfaceCRLSelectorThe interface specification for determining whether a CRL meets some criteria to select CRL objects among a set ofCRLs.Classes in java.security.cert that implement Cloneable Modifier and Type Class Description classCollectionCertStoreParametersThe parameters to initialize a Collection typeCertStoreinstance.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.classX509CertSelectorA certificate selector (CertSelectorfor selectingX509Certificates that match the specified criteria.classX509CRLSelectorA CRL selector (CRLSelectorfor selectingX509CRLs that match the specified criteria. -
Uses of Cloneable in java.sql
-
Uses of Cloneable in java.text
Subinterfaces of Cloneable in java.text Modifier and Type Interface Description interfaceAttributedCharacterIteratorExtends theCharacterIteratorinterface, adding support for iterating over attributes and not only characters.interfaceCharacterIteratorAn interface for the bidirectional iteration over a group of characters.Classes in java.text that implement Cloneable Modifier and Type Class Description classBreakIteratorLocates boundaries in text.classChoiceFormatReturns a fixed string based on a numeric value.classCollatorPerforms locale-sensitive string comparison.classDateFormatFormats or parses dates and times.classDateFormatSymbolsEncapsulates localized date-time formatting data, such as the names of the months, the names of the days of the week, and the time zone data.classDecimalFormatA concrete subclass ofNumberFormatthat formats decimal numbers.classDecimalFormatSymbolsEncapsulates the set of symbols (such as the decimal separator, the grouping separator, and so on) needed byDecimalFormatto format numbers.classFormatThe base class for all formats.classMessageFormatProduces concatenated messages in language-neutral way.classNumberFormatThe abstract base class for all number formats.classRuleBasedCollatorA concrete implementation class forCollation.classSimpleDateFormatFormats and parses dates in a locale-sensitive manner.classStringCharacterIteratorAn implementation ofCharacterIteratorfor strings. -
Uses of Cloneable in java.util
Classes in java.util that implement Cloneable Modifier and Type Class Description classArrayDeque<E>Resizable-array implementation of theDequeinterface.classArrayList<E>ArrayList is an implementation ofList, backed by an array.classBitSetTheBitSetclass implements a bit array.classCalendarCalendaris an abstract base class for converting between aDateobject and a set of integer fields such asYEAR,MONTH,DAY,HOUR, and so on.classDateA specific moment in time, with millisecond precision.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.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.classLinkedHashMap<K,V>LinkedHashMap is an implementation ofMapthat guarantees iteration order.classLinkedHashSet<E>LinkedHashSet is a variant of HashSet.classLinkedList<E>LinkedList is an implementation ofList, backed by a doubly-linked list.classLocaleLocalerepresents a language/country/variant combination.classPropertiesAPropertiesobject is aHashtablewhere the keys and values must beStrings.classSimpleTimeZoneSimpleTimeZoneis a concrete subclass ofTimeZonethat represents a time zone for use with a Gregorian calendar.classStack<E>Stackis a Last-In/First-Out(LIFO) data structure which represents a stack of objects.classTimeZoneTimeZonerepresents a time zone, primarily used for configuring aCalendarorSimpleDateFormatinstance.classTreeMap<K,V>A map whose entries are sorted by their keys.classTreeSet<E>TreeSet is an implementation of SortedSet.classVector<E>Vector is an implementation ofList, backed by an array and synchronized. -
Uses of Cloneable in java.util.concurrent
Classes in java.util.concurrent that implement Cloneable Modifier and Type Class Description classConcurrentSkipListMap<K,V>A scalable concurrentConcurrentNavigableMapimplementation.classConcurrentSkipListSet<E>A scalable concurrentNavigableSetimplementation based on aConcurrentSkipListMap.classCopyOnWriteArrayList<E>A thread-safe random-access list. -
Uses of Cloneable in java.util.jar
Classes in java.util.jar that implement Cloneable Modifier and Type Class Description classAttributesTheAttributesclass is used to store values for manifest entries.classJarEntryRepresents a single file in a JAR archive together with the manifest attributes and digital signatures associated with it.classManifestTheManifestclass is used to obtain attribute information for aJarFileand its entries. -
Uses of Cloneable in java.util.zip
Classes in java.util.zip that implement Cloneable Modifier and Type Class Description classZipEntryAn entry within a zip file. -
Uses of Cloneable in javax.crypto
Classes in javax.crypto that implement Cloneable Modifier and Type Class Description classMacThis class provides the public API for Message Authentication Code (MAC) algorithms. -
Uses of Cloneable in javax.xml.datatype
Classes in javax.xml.datatype that implement Cloneable Modifier and Type Class Description classXMLGregorianCalendarRepresentation for W3C XML Schema 1.0 date/time datatypes. -
Uses of Cloneable in libcore.icu
Classes in libcore.icu that implement Cloneable Modifier and Type Class Description classNativeBreakIteratorclassNativeDecimalFormatclassRuleBasedCollatorICU -
Uses of Cloneable in libcore.util
Classes in libcore.util that implement Cloneable Modifier and Type Class Description classZoneInfoOur concrete TimeZone implementation, backed by zoneinfo data. -
Uses of Cloneable in org.apache.commons.logging.impl
Classes in org.apache.commons.logging.impl that implement Cloneable Modifier and Type Class Description classWeakHashtableImplementation ofHashtablethat usesWeakReference's to hold its keys thus allowing them to be reclaimed by the garbage collector. -
Uses of Cloneable in org.apache.harmony.security.provider.cert
Classes in org.apache.harmony.security.provider.cert that implement Cloneable Modifier and Type Class Description classDRLCertFactory -
Uses of Cloneable in org.apache.harmony.security.provider.crypto
Classes in org.apache.harmony.security.provider.crypto that implement Cloneable 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 & ReferenceclassSHA1_MessageDigestImplThis class extends the MessageDigestSpi class implementing all its abstract methods; it overrides the "Object clone()" and "int engineGetDigestLength()" methods. -
Uses of Cloneable in org.apache.http
Classes in org.apache.http that implement Cloneable Modifier and Type Class Description classHttpHostHolds all of the variables needed to describe an HTTP connection to a host.classHttpVersionRepresents an HTTP version, as specified in RFC 2616.classProtocolVersionRepresents a protocol version, as specified in RFC 2616. -
Uses of Cloneable in org.apache.http.client.entity
Classes in org.apache.http.client.entity that implement Cloneable Modifier and Type Class Description classUrlEncodedFormEntityAn entity composed of a list of url-encoded pairs. -
Uses of Cloneable in org.apache.http.client.methods
Classes in org.apache.http.client.methods that implement Cloneable 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 Cloneable in org.apache.http.conn.routing
Classes in org.apache.http.conn.routing that implement Cloneable Modifier and Type Class Description classHttpRouteThe route for a request.classRouteTrackerHelps tracking the steps in establishing a route. -
Uses of Cloneable in org.apache.http.entity
Classes in org.apache.http.entity that implement Cloneable Modifier and Type Class Description classByteArrayEntityAn entity whose content is retrieved from a byte array.classFileEntityAn entity whose content is retrieved from a file.classStringEntityAn entity whose content is retrieved from a string. -
Uses of Cloneable in org.apache.http.impl.cookie
Classes in org.apache.http.impl.cookie that implement Cloneable Modifier and Type Class Description 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. -
Uses of Cloneable in org.apache.http.message
Classes in org.apache.http.message that implement Cloneable Modifier and Type Class Description classBasicHeaderRepresents an HTTP header field.classBasicHeaderElementOne element of an HTTP header's value.classBasicNameValuePairA simple class encapsulating an attribute/value pair.classBasicRequestLineThe first line of anHttpRequest.classBasicStatusLineRepresents a status line as returned from a HTTP server.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. -
Uses of Cloneable in org.apache.http.params
Classes in org.apache.http.params that implement Cloneable Modifier and Type Class Description classBasicHttpParamsThis class represents a collection of HTTP protocol parameters. -
Uses of Cloneable in org.apache.http.protocol
Classes in org.apache.http.protocol that implement Cloneable Modifier and Type Class Description classBasicHttpProcessorKeeps lists of interceptors for processing requests and responses. -
Uses of Cloneable in org.apache.xalan.templates
Classes in org.apache.xalan.templates that implement Cloneable Modifier and Type Class Description classOutputPropertiesThis class provides information from xsl:output elements.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. -
Uses of Cloneable in org.apache.xalan.transformer
Classes in org.apache.xalan.transformer that implement Cloneable Modifier and Type Class Description classCountersTableThis is a table of counters, keyed by ElemNumber objects, each of which has a list of Counter objects.classKeyIteratorThis class implements an optimized iterator for "key()" patterns, matching each node to the match attribute in one or more xsl:key declarations. -
Uses of Cloneable in org.apache.xml.dtm
Subinterfaces of Cloneable in org.apache.xml.dtm Modifier and Type Interface Description interfaceDTMAxisIteratorThis class iterates over a single XPath Axis, and returns node handles. -
Uses of Cloneable in org.apache.xml.dtm.ref
Classes in org.apache.xml.dtm.ref that implement Cloneable Modifier and Type Class Description classDTMAxisIteratorBaseThis class serves as a default base for implementations of mutable DTMAxisIterators.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. -
Uses of Cloneable in org.apache.xml.dtm.ref.sax2dtm
Classes in org.apache.xml.dtm.ref.sax2dtm that implement Cloneable Modifier and Type Class Description 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. -
Uses of Cloneable in org.apache.xml.utils
Classes in org.apache.xml.utils that implement Cloneable Modifier and Type Class Description classBoolStackSimple stack for boolean values.classIntStackImplement a stack of simple integers.classIntVectorA very simple table that stores a list of int.classNodeVectorA very simple table that stores a list of Nodes.classObjectStackImplement a stack of simple integers.classObjectVectorA very simple table that stores a list of objects. -
Uses of Cloneable in org.apache.xpath
Classes in org.apache.xpath that implement Cloneable Modifier and Type Class Description classNodeSetThe NodeSet class can act as either a NodeVector, NodeList, or NodeIterator.classNodeSetDTMThe NodeSetDTM class can act as either a NodeVector, NodeList, or NodeIterator.classVariableStackDefines a class to keep track of a stack for template arguments and variables. -
Uses of Cloneable in org.apache.xpath.axes
Classes in org.apache.xpath.axes that implement Cloneable 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.classLocPathIteratorThis 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.classReverseAxesWalkerWalker for a reverse axes.classRTFIteratorclassSelfIteratorNoPredicateThis class implements an optimized iterator for "." patterns, that is, the self axes without any predicates.classUnionChildIteratorThis class defines a simplified type of union iterator that only tests along the child axes.classUnionPathIteratorThis class extends NodeSetDTM, which implements DTMIterator, and fetches nodes one at a time in document order based on a XPath UnionExpr.classWalkingIteratorLocation path iterator that uses Walkers.classWalkingIteratorSortedThis class iterates over set of nodes that needs to be sorted. -
Uses of Cloneable in org.apache.xpath.jaxp
Classes in org.apache.xpath.jaxp that implement Cloneable Modifier and Type Class Description classJAXPVariableStackOverridesVariableStackand delegates the call toXPathVariableResolver. -
Uses of Cloneable in org.apache.xpath.objects
Classes in org.apache.xpath.objects that implement Cloneable Modifier and Type Class Description classXBooleanThis class represents an XPath boolean object, and is capable of converting the boolean to other types, such as a string.classXBooleanStaticThis class doesn't have any XPathContext, so override whatever to ensure it works OK.classXNodeSetThis class represents an XPath nodeset object, and is capable of converting the nodeset to other types, such as a string.classXNodeSetForDOMThis class overrides the XNodeSet#object() method to provide the original Node object, NodeList object, or NodeIterator.classXNullThis class represents an XPath null object, and is capable of converting the null to other types, such as a string.classXNumberThis class represents an XPath number, and is capable of converting the number to other types, such as a string.classXObjectThis class represents an XPath object, and is capable of converting the object to various types, such as a string.classXRTreeFragThis class represents an XPath result tree fragment object, and is capable of converting the RTF to other types, such as a string.classXRTreeFragSelectWrapperThis class makes an select statement act like an result tree fragment.classXStringThis class represents an XPath string object, and is capable of converting the string to other types, such as a number.classXStringForCharsThis class will wrap a FastStringBuffer and allow forclassXStringForFSBThis class will wrap a FastStringBuffer and allow for -
Uses of Cloneable in org.bouncycastle.cert
Classes in org.bouncycastle.cert that implement Cloneable Modifier and Type Class Description classAttributeCertificateHolderThe Holder object.classAttributeCertificateIssuerCarrying class for an attribute certificate issuer. -
Uses of Cloneable in org.bouncycastle.cert.selector
Classes in org.bouncycastle.cert.selector that implement Cloneable Modifier and Type Class Description classX509CertificateHolderSelectora basic index for a X509CertificateHolder class -
Uses of Cloneable in org.bouncycastle.cms
Classes in org.bouncycastle.cms that implement Cloneable Modifier and Type Class Description classSignerIda basic index for a signer. -
Uses of Cloneable in org.bouncycastle.jcajce.provider.digest
Classes in org.bouncycastle.jcajce.provider.digest that implement Cloneable Modifier and Type Class Description static classMD5.Digeststatic classSHA1.Digeststatic classSHA256.Digeststatic classSHA384.Digeststatic classSHA512.Digest -
Uses of Cloneable in org.bouncycastle.jce.provider
Classes in org.bouncycastle.jce.provider that implement Cloneable Modifier and Type Class Description classBouncyCastleProviderTo add the provider at runtime use: -
Uses of Cloneable in org.bouncycastle.util
Subinterfaces of Cloneable in org.bouncycastle.util Modifier and Type Interface Description interfaceSelector -
Uses of Cloneable in org.bouncycastle.x509
Classes in org.bouncycastle.x509 that implement Cloneable 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.classPKIXAttrCertCheckerclassX509CertStoreSelectorThis class is a Selector implementation for X.509 certificates.classX509CRLStoreSelectorThis class is a Selector implementation for X.509 certificate revocation lists. -
Uses of Cloneable in org.conscrypt
Classes in org.conscrypt that implement Cloneable Modifier and Type Class Description classJSSEProviderJSSE Provider implementation.classOpenSSLMessageDigestJDKImplements 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.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.classSSLSessionImpl