Uses of Enum
com.blackhillsoftware.smf.smf119.zert.TLSKexAlgorithm
Packages that use TLSKexAlgorithm
-
Uses of TLSKexAlgorithm in com.blackhillsoftware.smf.smf119
Methods in com.blackhillsoftware.smf.smf119 that return TLSKexAlgorithmModifier and TypeMethodDescriptionZertDetailTLSSection.smf119scTlsCSKexAlg()
SMF119SC_TLS_CS_Kex_Alg as a TLSKexAlgorithm.ZertSummaryTLSSection.smf119ssTlsCSKexAlg()
SMF119SS_TLS_CS_Kex_Alg as a TLSKexAlgorithm. -
Uses of TLSKexAlgorithm in com.blackhillsoftware.smf.smf119.zert
Methods in com.blackhillsoftware.smf.smf119.zert that return TLSKexAlgorithmModifier and TypeMethodDescriptionstatic TLSKexAlgorithm
TLSKexAlgorithm.from
(int value) Get the TLSKexAlgorithm for an integer valuestatic TLSKexAlgorithm
Returns the enum constant of this type with the specified name.static TLSKexAlgorithm[]
TLSKexAlgorithm.values()
Returns an array containing the constants of this enum type, in the order they are declared.