public static class SignatureTarget.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(SignatureTarget.Transform transform)
equals operator
|
AlgorithmParameterSpec |
getAlgorithmParameters() |
boolean |
getDisableInclusivePrefix() |
String |
getTransform() |
void |
setAlgorithmParameters(AlgorithmParameterSpec param)
set Algorithm Parameters
|
void |
setDisbaleInclusivePrefix(boolean disableInclusivePrefix) |
void |
setTransform(String algorithm)
set the transform Algorithm
|
public Transform()
public Transform(String algorithm)
algorithm - the Transform Algorithmpublic AlgorithmParameterSpec getAlgorithmParameters()
public void setAlgorithmParameters(AlgorithmParameterSpec param)
param - the list of parameters for the Transform Algorithmpublic void setTransform(String algorithm)
algorithm - public String getTransform()
public boolean getDisableInclusivePrefix()
public void setDisbaleInclusivePrefix(boolean disableInclusivePrefix)
public boolean equals(SignatureTarget.Transform transform)
transform - the transform to be compared for equalityCopyright © 2005–2018 Oracle Corporation. All rights reserved.