|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.wss.impl.policy.mls.EncryptionTarget.Transform
public static class EncryptionTarget.Transform
This class represents a Transform that can appear on an EcncryptionTarget, Instances of this class are added as CipherReference Transforms on an EcncryptionTarget
| Constructor Summary | |
|---|---|
EncryptionTarget.Transform()
Default constructor |
|
EncryptionTarget.Transform(String algorithm)
Constructor |
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EncryptionTarget.Transform()
public EncryptionTarget.Transform(String algorithm)
algorithm - the URI for the transform alogrithm| Method Detail |
|---|
public 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 equality
public Object clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||