Uses of Enum
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.VALUESMethods in org.apache.sshd.common.cipher that return ECCurves.ECPointCompressionModifier and TypeMethodDescriptionstatic ECCurves.ECPointCompressionECCurves.ECPointCompression.fromIndicatorValue(int value) static ECCurves.ECPointCompressionReturns 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.