public static class EncryptionTarget.Transform extends Object implements Cloneable
| Constructor and Description |
|---|
Transform()
Default constructor
|
Transform(String algorithm)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
clone operator
|
boolean |
equals(EncryptionTarget.Transform transform)
equals operator
|
AlgorithmParameterSpec |
getAlgorithmParameters() |
String |
getTransform() |
void |
setAlgorithmParameters(AlgorithmParameterSpec params)
set any parameters for the Transform Algorithm
|
void |
setTransform(String algorithm)
set the Transform Algorithm
|
public Transform()
public Transform(String algorithm)
algorithm - the URI for the transform alogrithmpublic AlgorithmParameterSpec getAlgorithmParameters()
public void setAlgorithmParameters(AlgorithmParameterSpec params)
params - a HashMap of AlgorithmParameterspublic void setTransform(String algorithm)
algorithm - the Algorithm for the Transformpublic String getTransform()
public boolean equals(EncryptionTarget.Transform transform)
transform - the transform to be compared for equalityCopyright © 2005–2018 Oracle Corporation. All rights reserved.