Uses of Enum Class
org.apache.sshd.common.cipher.ECCurves.ECPointCompression
Packages that use ECCurves.ECPointCompression
-
Uses of ECCurves.ECPointCompression in org.apache.sshd.common.cipher
Fields in org.apache.sshd.common.cipher with type parameters of type ECCurves.ECPointCompressionModifier and TypeFieldDescriptionstatic final Set<ECCurves.ECPointCompression>
ECCurves.ECPointCompression.VALUES
Methods in org.apache.sshd.common.cipher that return ECCurves.ECPointCompressionModifier and TypeMethodDescriptionstatic ECCurves.ECPointCompression
ECCurves.ECPointCompression.fromIndicatorValue
(int value) static ECCurves.ECPointCompression
Returns the enum constant of this class with the specified name.static ECCurves.ECPointCompression[]
ECCurves.ECPointCompression.values()
Returns an array containing the constants of this enum class, in the order they are declared.