org.apache.cxf.sts.request
Class KeyRequirements
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyRequirements
public KeyRequirements()
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