Package 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.
-
-
Constructor Summary
Constructors Constructor Description KeyRequirements()
-
Method Summary
-
-
-
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)
-
getReceivedCredential
public ReceivedCredential getReceivedCredential()
-
setReceivedCredential
public void setReceivedCredential(ReceivedCredential receivedCredential)
-
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)
-
-