Uses of Class
odata.msgraph.client.beta.enums.DiffieHellmanGroup
-
Packages that use DiffieHellmanGroup Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of DiffieHellmanGroup in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as DiffieHellmanGroup Modifier and Type Field Description protected DiffieHellmanGroupCryptographySuite. dhGroupMethods in odata.msgraph.client.beta.complex that return types with arguments of type DiffieHellmanGroup Modifier and Type Method Description Optional<DiffieHellmanGroup>CryptographySuite. getDhGroup()“Diffie Hellman Group”Methods in odata.msgraph.client.beta.complex with parameters of type DiffieHellmanGroup Modifier and Type Method Description CryptographySuite.BuilderCryptographySuite.Builder. dhGroup(DiffieHellmanGroup dhGroup)“Diffie Hellman Group”CryptographySuiteCryptographySuite. withDhGroup(DiffieHellmanGroup dhGroup)Returns an immutable copy ofthiswith just thedhGroupfield changed. -
Uses of DiffieHellmanGroup in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return DiffieHellmanGroup Modifier and Type Method Description static DiffieHellmanGroupDiffieHellmanGroup. valueOf(String name)Returns the enum constant of this type with the specified name.static DiffieHellmanGroup[]DiffieHellmanGroup. values()Returns an array containing the constants of this enum type, in the order they are declared.
-