public class IncompatibleAlgorithm
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
IncompatibleAlgorithm.ComponentType |
| Constructor and Description |
|---|
IncompatibleAlgorithm(IncompatibleAlgorithm.ComponentType type,
java.lang.String[] localAlgorithms,
java.lang.String[] remoteAlgorithms) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getLocalAlgorithms() |
java.lang.String[] |
getRemoteAlgorithms() |
IncompatibleAlgorithm.ComponentType |
getType() |
public IncompatibleAlgorithm(IncompatibleAlgorithm.ComponentType type, java.lang.String[] localAlgorithms, java.lang.String[] remoteAlgorithms)
public IncompatibleAlgorithm.ComponentType getType()
public java.lang.String[] getLocalAlgorithms()
public java.lang.String[] getRemoteAlgorithms()
Copyright © 2022. All rights reserved.