Package | Description |
---|---|
java.lang | |
java.security | |
java.util | |
javax.crypto |
Modifier and Type | Method and Description |
---|---|
protected Object |
Object.clone()
Creates and returns a copy of this object.
|
Modifier and Type | Method and Description |
---|---|
Object |
SignatureSpi.clone()
Returns a clone if the implementation is cloneable.
|
Object |
Signature.clone()
Returns a clone if the implementation is cloneable.
|
Object |
MessageDigestSpi.clone()
Returns a clone if the implementation is cloneable.
|
Object |
MessageDigest.clone()
Returns a clone if the implementation is cloneable.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
AbstractMap.clone()
Returns a shallow copy of this AbstractMap instance: the keys and values themselves are
not cloned.
|
Modifier and Type | Method and Description |
---|---|
Object |
Mac.clone()
Returns a clone if the provider implementation is cloneable.
|