Uses of Class
java.lang.CloneNotSupportedException
| Package | Description |
|---|---|
| java.lang | |
| java.security |
Extensible cryptographic service provider infrastructure (SPI) for using
and defining services such as
Certificates,
Keys, KeyStores, MessageDigests, and Signatures. |
| java.util | |
| javax.crypto |
This package provides the classes and interfaces for cryptographic applications implementing algorithms for encryption, decryption, or
key agreement.
|
| org.apache.harmony.security.provider.crypto | |
| org.apache.http |
The core interfaces and classes of the HTTP components.
|
| org.apache.http.client.methods |
Request implementations for the various HTTP methods like GET and POST.
|
| org.apache.http.client.utils |
Helpers and utility classes for HttpClient.
|
| 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.xml.dtm | |
| org.apache.xml.serializer |
Processes SAX events into streams.
|
| 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.bouncycastle.jcajce.provider.digest | |
| org.conscrypt |
-
Uses of CloneNotSupportedException in java.lang
-
Uses of CloneNotSupportedException in java.security
Methods in java.security that throw CloneNotSupportedException Modifier and Type Method Description ObjectMessageDigest. clone()ObjectMessageDigestSpi. clone()ObjectSignature. clone()ObjectSignatureSpi. clone() -
Uses of CloneNotSupportedException in java.util
Methods in java.util that throw CloneNotSupportedException Modifier and Type Method Description protected ObjectAbstractMap. clone() -
Uses of CloneNotSupportedException in javax.crypto
Methods in javax.crypto that throw CloneNotSupportedException Modifier and Type Method Description ObjectMac. clone()Clones thisMacinstance and the underlying implementation.ObjectMacSpi. clone()Clones thisMacSpiinstance. -
Uses of CloneNotSupportedException in org.apache.harmony.security.provider.crypto
Methods in org.apache.harmony.security.provider.crypto that throw CloneNotSupportedException Modifier and Type Method Description ObjectSHA1_MessageDigestImpl. clone()Returns a "deep" copy of this SHA1MDImpl object. -
Uses of CloneNotSupportedException in org.apache.http
Methods in org.apache.http that throw CloneNotSupportedException Modifier and Type Method Description ObjectHttpHost. clone()ObjectProtocolVersion. clone() -
Uses of CloneNotSupportedException in org.apache.http.client.methods
Methods in org.apache.http.client.methods that throw CloneNotSupportedException Modifier and Type Method Description ObjectHttpEntityEnclosingRequestBase. clone()ObjectHttpRequestBase. clone() -
Uses of CloneNotSupportedException in org.apache.http.client.utils
Methods in org.apache.http.client.utils that throw CloneNotSupportedException Modifier and Type Method Description static ObjectCloneUtils. clone(Object obj) -
Uses of CloneNotSupportedException in org.apache.http.conn.routing
Methods in org.apache.http.conn.routing that throw CloneNotSupportedException Modifier and Type Method Description ObjectHttpRoute. clone()ObjectRouteTracker. clone() -
Uses of CloneNotSupportedException in org.apache.http.entity
Methods in org.apache.http.entity that throw CloneNotSupportedException Modifier and Type Method Description ObjectByteArrayEntity. clone()ObjectFileEntity. clone()ObjectStringEntity. clone() -
Uses of CloneNotSupportedException in org.apache.http.impl.cookie
Methods in org.apache.http.impl.cookie that throw CloneNotSupportedException Modifier and Type Method Description ObjectBasicClientCookie. clone()ObjectBasicClientCookie2. clone() -
Uses of CloneNotSupportedException in org.apache.http.message
Methods in org.apache.http.message that throw CloneNotSupportedException Modifier and Type Method Description ObjectBasicHeader. clone()ObjectBasicHeaderElement. clone()ObjectBasicNameValuePair. clone()ObjectBasicRequestLine. clone()ObjectBasicStatusLine. clone()ObjectBufferedHeader. clone()ObjectHeaderGroup. clone() -
Uses of CloneNotSupportedException in org.apache.http.params
Methods in org.apache.http.params that throw CloneNotSupportedException Modifier and Type Method Description ObjectBasicHttpParams. clone() -
Uses of CloneNotSupportedException in org.apache.http.protocol
Methods in org.apache.http.protocol that throw CloneNotSupportedException Modifier and Type Method Description ObjectBasicHttpProcessor. clone() -
Uses of CloneNotSupportedException in org.apache.xml.dtm
Methods in org.apache.xml.dtm that throw CloneNotSupportedException 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.DTMIteratorDTMIterator. cloneWithReset()Get a cloned Iterator that is reset to the start of the iteration. -
Uses of CloneNotSupportedException in org.apache.xml.serializer
Methods in org.apache.xml.serializer that throw CloneNotSupportedException Modifier and Type Method Description ObjectNamespaceMappings. clone()This method makes a clone of this object. -
Uses of CloneNotSupportedException in org.apache.xml.utils
Methods in org.apache.xml.utils that throw CloneNotSupportedException 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 ObjectVector -
Uses of CloneNotSupportedException in org.apache.xpath
Methods in org.apache.xpath that throw CloneNotSupportedException 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.NodeIteratorNodeSet. cloneWithReset()Get a cloned Iterator, and reset its state to the beginning of the iteration.DTMIteratorNodeSetDTM. cloneWithReset()Get a cloned Iterator, and reset its state to the beginning of the iteration. -
Uses of CloneNotSupportedException in org.apache.xpath.axes
Methods in org.apache.xpath.axes that throw CloneNotSupportedException 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.DTMIteratorBasicTestIterator. cloneWithReset()Get a cloned Iterator that is reset to the beginning of the query.DTMIteratorChildTestIterator. cloneWithReset()Get a cloned Iterator that is reset to the beginning of the query.NodeIteratorContextNodeList. cloneWithReset()Get a cloned Iterator that is reset to the start of the iteration.DTMIteratorDescendantIterator. cloneWithReset()Get a cloned Iterator that is reset to the beginning of the query.DTMIteratorLocPathIterator. cloneWithReset()Get a cloned Iterator that is reset to the beginning of the query.DTMIteratorNodeSequence. cloneWithReset()Note: Not a deep clone.DTMIteratorOneStepIterator. cloneWithReset()Get a cloned Iterator that is reset to the beginning of the query.DTMIteratorIteratorPool. getInstanceOrThrow()Get an instance of the given object in this pool -
Uses of CloneNotSupportedException in org.bouncycastle.jcajce.provider.digest
-
Uses of CloneNotSupportedException in org.conscrypt
Methods in org.conscrypt that throw CloneNotSupportedException Modifier and Type Method Description ObjectOpenSSLMessageDigestJDK. clone()