Apache CXF API

org.apache.cxf.sts.request
Class KeyRequirements

java.lang.Object
  extended by org.apache.cxf.sts.request.KeyRequirements

public class KeyRequirements
extends Object

This class contains values that have been extracted from a RequestSecurityToken corresponding to various key and encryption requirements.


Constructor Summary
KeyRequirements()
           
 
Method Summary
 String getAuthenticationType()
           
 String getC14nAlgorithm()
          This input parameter is ignored for the moment.
 String getComputedKeyAlgorithm()
           
 String getEncryptionAlgorithm()
           
 String getEncryptWith()
           
 Entropy getEntropy()
           
 long getKeySize()
           
 String getKeyType()
           
 String getKeywrapAlgorithm()
           
 ReceivedKey getReceivedKey()
           
 String getSignatureAlgorithm()
          This input parameter is ignored for the moment.
 String getSignWith()
           
 void setAuthenticationType(String authenticationType)
           
 void setC14nAlgorithm(String c14nAlgorithm)
          This input parameter is ignored for the moment.
 void setComputedKeyAlgorithm(String computedKeyAlgorithm)
           
 void setEncryptionAlgorithm(String encryptionAlgorithm)
           
 void setEncryptWith(String encryptWith)
           
 void setEntropy(Entropy entropy)
           
 void setKeySize(long keySize)
           
 void setKeyType(String keyType)
           
 void setKeywrapAlgorithm(String keywrapAlgorithm)
           
 void setReceivedKey(ReceivedKey receivedKey)
           
 void setSignatureAlgorithm(String signatureAlgorithm)
          This input parameter is ignored for the moment.
 void setSignWith(String signWith)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyRequirements

public KeyRequirements()
Method Detail

getAuthenticationType

public String getAuthenticationType()

setAuthenticationType

public void setAuthenticationType(String authenticationType)

getKeyType

public String getKeyType()

setKeyType

public void setKeyType(String keyType)

getKeySize

public long getKeySize()

setKeySize

public void setKeySize(long keySize)

getSignatureAlgorithm

public String getSignatureAlgorithm()
This input parameter is ignored for the moment.


setSignatureAlgorithm

public void setSignatureAlgorithm(String signatureAlgorithm)
This input parameter is ignored for the moment.


getEncryptionAlgorithm

public String getEncryptionAlgorithm()

setEncryptionAlgorithm

public void setEncryptionAlgorithm(String encryptionAlgorithm)

getC14nAlgorithm

public String getC14nAlgorithm()
This input parameter is ignored for the moment.


setC14nAlgorithm

public void setC14nAlgorithm(String c14nAlgorithm)
This input parameter is ignored for the moment.


getComputedKeyAlgorithm

public String getComputedKeyAlgorithm()

setComputedKeyAlgorithm

public void setComputedKeyAlgorithm(String computedKeyAlgorithm)

getKeywrapAlgorithm

public String getKeywrapAlgorithm()

setKeywrapAlgorithm

public void setKeywrapAlgorithm(String keywrapAlgorithm)

getReceivedKey

public ReceivedKey getReceivedKey()

setReceivedKey

public void setReceivedKey(ReceivedKey receivedKey)

getEntropy

public Entropy getEntropy()

setEntropy

public void setEntropy(Entropy entropy)

getEncryptWith

public String getEncryptWith()

setEncryptWith

public void setEncryptWith(String encryptWith)

getSignWith

public String getSignWith()

setSignWith

public void setSignWith(String signWith)

Apache CXF API

Apache CXF