Class AlgorithmSuiteSecurityEvent
- java.lang.Object
-
- org.apache.xml.security.stax.securityEvent.SecurityEvent
-
- org.apache.xml.security.stax.securityEvent.AlgorithmSuiteSecurityEvent
-
public class AlgorithmSuiteSecurityEvent extends SecurityEvent
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.StringalgorithmURIprivate XMLSecurityConstants.AlgorithmUsagealgorithmUsageprivate booleanderivedKeyprivate intkeyLength
-
Constructor Summary
Constructors Constructor Description AlgorithmSuiteSecurityEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAlgorithmURI()XMLSecurityConstants.AlgorithmUsagegetAlgorithmUsage()intgetKeyLength()booleanisDerivedKey()voidsetAlgorithmURI(java.lang.String algorithmURI)voidsetAlgorithmUsage(XMLSecurityConstants.AlgorithmUsage algorithmUsage)voidsetDerivedKey(boolean derivedKey)voidsetKeyLength(int keyLength)-
Methods inherited from class org.apache.xml.security.stax.securityEvent.SecurityEvent
getCorrelationID, getSecurityEventType, setCorrelationID
-
-
-
-
Field Detail
-
keyLength
private int keyLength
-
derivedKey
private boolean derivedKey
-
algorithmURI
private java.lang.String algorithmURI
-
algorithmUsage
private XMLSecurityConstants.AlgorithmUsage algorithmUsage
-
-
Method Detail
-
getKeyLength
public int getKeyLength()
-
setKeyLength
public void setKeyLength(int keyLength)
-
isDerivedKey
public boolean isDerivedKey()
-
setDerivedKey
public void setDerivedKey(boolean derivedKey)
-
getAlgorithmURI
public java.lang.String getAlgorithmURI()
-
setAlgorithmURI
public void setAlgorithmURI(java.lang.String algorithmURI)
-
getAlgorithmUsage
public XMLSecurityConstants.AlgorithmUsage getAlgorithmUsage()
-
setAlgorithmUsage
public void setAlgorithmUsage(XMLSecurityConstants.AlgorithmUsage algorithmUsage)
-
-