public class IncompatibleAlgorithm extends Object
Modifier and Type | Class and Description |
---|---|
static class |
IncompatibleAlgorithm.ComponentType |
Constructor and Description |
---|
IncompatibleAlgorithm(ComponentFactory<?> factory,
IncompatibleAlgorithm.ComponentType type,
String[] localAlgorithms,
String[] remoteAlgorithms) |
Modifier and Type | Method and Description |
---|---|
ComponentFactory<?> |
getComponentFactory() |
String[] |
getLocalAlgorithms() |
String[] |
getRemoteAlgorithms() |
IncompatibleAlgorithm.ComponentType |
getType() |
public IncompatibleAlgorithm(ComponentFactory<?> factory, IncompatibleAlgorithm.ComponentType type, String[] localAlgorithms, String[] remoteAlgorithms)
public IncompatibleAlgorithm.ComponentType getType()
public String[] getLocalAlgorithms()
public String[] getRemoteAlgorithms()
public ComponentFactory<?> getComponentFactory()
Copyright © 2024. All rights reserved.