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