Uses of Class
com.oracle.bmc.core.model.PhaseTwoConfigDetails.AuthenticationAlgorithm
-
Packages that use PhaseTwoConfigDetails.AuthenticationAlgorithm Package Description com.oracle.bmc.core.model -
-
Uses of PhaseTwoConfigDetails.AuthenticationAlgorithm in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return PhaseTwoConfigDetails.AuthenticationAlgorithm Modifier and Type Method Description static PhaseTwoConfigDetails.AuthenticationAlgorithmPhaseTwoConfigDetails.AuthenticationAlgorithm. create(String key)PhaseTwoConfigDetails.AuthenticationAlgorithmPhaseTwoConfigDetails. getAuthenticationAlgorithm()The authentication algorithm proposed during phase two tunnel negotiation.static PhaseTwoConfigDetails.AuthenticationAlgorithmPhaseTwoConfigDetails.AuthenticationAlgorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static PhaseTwoConfigDetails.AuthenticationAlgorithm[]PhaseTwoConfigDetails.AuthenticationAlgorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.core.model with parameters of type PhaseTwoConfigDetails.AuthenticationAlgorithm Modifier and Type Method Description PhaseTwoConfigDetails.BuilderPhaseTwoConfigDetails.Builder. authenticationAlgorithm(PhaseTwoConfigDetails.AuthenticationAlgorithm authenticationAlgorithm)The authentication algorithm proposed during phase two tunnel negotiation.Constructors in com.oracle.bmc.core.model with parameters of type PhaseTwoConfigDetails.AuthenticationAlgorithm Constructor Description PhaseTwoConfigDetails(Boolean isCustomPhaseTwoConfig, PhaseTwoConfigDetails.AuthenticationAlgorithm authenticationAlgorithm, PhaseTwoConfigDetails.EncryptionAlgorithm encryptionAlgorithm, Integer lifetimeInSeconds, Boolean isPfsEnabled, PhaseTwoConfigDetails.PfsDhGroup pfsDhGroup)Deprecated.
-