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.String
algorithmURI
private XMLSecurityConstants.AlgorithmUsage
algorithmUsage
private boolean
derivedKey
private int
keyLength
-
Constructor Summary
Constructors Constructor Description AlgorithmSuiteSecurityEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAlgorithmURI()
XMLSecurityConstants.AlgorithmUsage
getAlgorithmUsage()
int
getKeyLength()
boolean
isDerivedKey()
void
setAlgorithmURI(java.lang.String algorithmURI)
void
setAlgorithmUsage(XMLSecurityConstants.AlgorithmUsage algorithmUsage)
void
setDerivedKey(boolean derivedKey)
void
setKeyLength(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)
-
-