Uses of Class
odata.msgraph.client.beta.enums.PerfectForwardSecrecyGroup
-
Packages that use PerfectForwardSecrecyGroup Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of PerfectForwardSecrecyGroup in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as PerfectForwardSecrecyGroup Modifier and Type Field Description protected PerfectForwardSecrecyGroupCryptographySuite. pfsGroupMethods in odata.msgraph.client.beta.complex that return types with arguments of type PerfectForwardSecrecyGroup Modifier and Type Method Description Optional<PerfectForwardSecrecyGroup>CryptographySuite. getPfsGroup()“Perfect Forward Secrecy Group”Methods in odata.msgraph.client.beta.complex with parameters of type PerfectForwardSecrecyGroup Modifier and Type Method Description CryptographySuite.BuilderCryptographySuite.Builder. pfsGroup(PerfectForwardSecrecyGroup pfsGroup)“Perfect Forward Secrecy Group”CryptographySuiteCryptographySuite. withPfsGroup(PerfectForwardSecrecyGroup pfsGroup)Returns an immutable copy ofthiswith just thepfsGroupfield changed. -
Uses of PerfectForwardSecrecyGroup in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return PerfectForwardSecrecyGroup Modifier and Type Method Description static PerfectForwardSecrecyGroupPerfectForwardSecrecyGroup. valueOf(String name)Returns the enum constant of this type with the specified name.static PerfectForwardSecrecyGroup[]PerfectForwardSecrecyGroup. values()Returns an array containing the constants of this enum type, in the order they are declared.
-