Class AlgorithmSuiteSecurityEvent
- java.lang.Object
-
- org.apache.xml.security.stax.securityEvent.SecurityEvent
-
- org.apache.xml.security.stax.securityEvent.AlgorithmSuiteSecurityEvent
-
public class AlgorithmSuiteSecurityEvent extends SecurityEvent
- Version:
- $Revision: 1354898 $ $Date: 2012-06-28 11:19:02 +0100 (Thu, 28 Jun 2012) $
- Author:
- $Author: coheigea $
-
-
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
-
-
-
-
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)
-
-