public class KeyRequirements extends Object
Constructor and Description |
---|
KeyRequirements() |
Modifier and Type | Method and Description |
---|---|
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) |
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 ReceivedKey getReceivedKey()
public void setReceivedKey(ReceivedKey receivedKey)
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