public class KeyRequirements extends Object
Constructor and Description |
---|
KeyRequirements() |
public String getAuthenticationType()
public void setAuthenticationType(String authenticationType)
public String getKeyType()
public void setKeyType(String keyType)
public long getKeySize()
public void setKeySize(long keySize)
public String getSignatureAlgorithm()
public void setSignatureAlgorithm(String signatureAlgorithm)
public String getEncryptionAlgorithm()
public void setEncryptionAlgorithm(String encryptionAlgorithm)
public String getC14nAlgorithm()
public void setC14nAlgorithm(String c14nAlgorithm)
public String getComputedKeyAlgorithm()
public void setComputedKeyAlgorithm(String computedKeyAlgorithm)
public String getKeywrapAlgorithm()
public void setKeywrapAlgorithm(String keywrapAlgorithm)
public ReceivedCredential getReceivedCredential()
public void setReceivedCredential(ReceivedCredential receivedCredential)
public Entropy getEntropy()
public void setEntropy(Entropy entropy)
public String getEncryptWith()
public void setEncryptWith(String encryptWith)
public String getSignWith()
public void setSignWith(String signWith)
Apache CXF