Package org.apache.cxf.sts.request
Class KeyRequirements
java.lang.Object
org.apache.cxf.sts.request.KeyRequirements
This class contains values that have been extracted from a RequestSecurityToken corresponding to
various key and encryption requirements.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis input parameter is ignored for the moment.longThis input parameter is ignored for the moment.voidsetAuthenticationType(String authenticationType) voidsetC14nAlgorithm(String c14nAlgorithm) This input parameter is ignored for the moment.voidsetComputedKeyAlgorithm(String computedKeyAlgorithm) voidsetEncryptionAlgorithm(String encryptionAlgorithm) voidsetEncryptWith(String encryptWith) voidsetEntropy(Entropy entropy) voidsetKeySize(long keySize) voidsetKeyType(String keyType) voidsetKeywrapAlgorithm(String keywrapAlgorithm) voidsetReceivedCredential(ReceivedCredential receivedCredential) voidsetSignatureAlgorithm(String signatureAlgorithm) This input parameter is ignored for the moment.voidsetSignWith(String signWith)
-
Constructor Details
-
KeyRequirements
public KeyRequirements()
-
-
Method Details
-
getAuthenticationType
-
setAuthenticationType
-
getKeyType
-
setKeyType
-
getKeySize
public long getKeySize() -
setKeySize
public void setKeySize(long keySize) -
getSignatureAlgorithm
This input parameter is ignored for the moment. -
setSignatureAlgorithm
This input parameter is ignored for the moment. -
getEncryptionAlgorithm
-
setEncryptionAlgorithm
-
getC14nAlgorithm
This input parameter is ignored for the moment. -
setC14nAlgorithm
This input parameter is ignored for the moment. -
getComputedKeyAlgorithm
-
setComputedKeyAlgorithm
-
getKeywrapAlgorithm
-
setKeywrapAlgorithm
-
getReceivedCredential
-
setReceivedCredential
-
getEntropy
-
setEntropy
-
getEncryptWith
-
setEncryptWith
-
getSignWith
-
setSignWith
-