public class AlgorithmSuiteSecurityEvent extends SecurityEvent
Constructor and Description |
---|
AlgorithmSuiteSecurityEvent() |
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithmURI() |
XMLSecurityConstants.AlgorithmUsage |
getAlgorithmUsage() |
int |
getKeyLength() |
boolean |
isDerivedKey() |
void |
setAlgorithmURI(String algorithmURI) |
void |
setAlgorithmUsage(XMLSecurityConstants.AlgorithmUsage algorithmUsage) |
void |
setDerivedKey(boolean derivedKey) |
void |
setKeyLength(int keyLength) |
getCorrelationID, getSecurityEventType, setCorrelationID
public int getKeyLength()
public void setKeyLength(int keyLength)
public boolean isDerivedKey()
public void setDerivedKey(boolean derivedKey)
public String getAlgorithmURI()
public void setAlgorithmURI(String algorithmURI)
public XMLSecurityConstants.AlgorithmUsage getAlgorithmUsage()
public void setAlgorithmUsage(XMLSecurityConstants.AlgorithmUsage algorithmUsage)
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.