Uses of Enum
com.blackhillsoftware.smf.smf119.zert.IPSecAuthMethod
Packages that use IPSecAuthMethod
-
Uses of IPSecAuthMethod in com.blackhillsoftware.smf.smf119
Methods in com.blackhillsoftware.smf.smf119 that return IPSecAuthMethodModifier and TypeMethodDescriptionZertDetailIPSecSection.smf119scIPSecIKETunLclAuthMeth()SMF119SC_IPSec_IKETunLclAuthMeth as a IPSecAuthMethod.ZertDetailIPSecSection.smf119scIPSecIKETunRmtAuthMeth()SMF119SC_IPSec_IKETunRmtAuthMeth as a IPSecAuthMethod.ZertSummaryIPSecSection.smf119ssIPSecIkeTunLclAuthMeth()SMF119SS_IPSec_IKETunLclAuthMeth as a IPSecAuthMethod.ZertSummaryIPSecSection.smf119ssIPSecIkeTunRmtAuthMeth()SMF119SS_IPSec_IKETunRmtAuthMeth as a IPSecAuthMethod. -
Uses of IPSecAuthMethod in com.blackhillsoftware.smf.smf119.zert
Methods in com.blackhillsoftware.smf.smf119.zert that return IPSecAuthMethodModifier and TypeMethodDescriptionstatic IPSecAuthMethodIPSecAuthMethod.from(int value) Get the IPSecAuthMethod for an integer valuestatic IPSecAuthMethodReturns the enum constant of this type with the specified name.static IPSecAuthMethod[]IPSecAuthMethod.values()Returns an array containing the constants of this enum type, in the order they are declared.