Package | Description |
---|---|
org.apache.sshd.common.cipher |
Cipher
implementations. |
Modifier and Type | Field and Description |
---|---|
static Set<ECCurves.ECPointCompression> |
ECCurves.ECPointCompression.VALUES |
Modifier and Type | Method and Description |
---|---|
static ECCurves.ECPointCompression |
ECCurves.ECPointCompression.fromIndicatorValue(int value) |
static ECCurves.ECPointCompression |
ECCurves.ECPointCompression.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ECCurves.ECPointCompression[] |
ECCurves.ECPointCompression.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.