public class AlgorithmSuiteSecurityEvent extends SecurityEvent
Constructor | Description |
---|---|
AlgorithmSuiteSecurityEvent() |
Modifier and Type | Method | 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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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–2018 The Apache Software Foundation. All rights reserved.