Uses of Class
odata.msgraph.client.beta.complex.CryptographySuite
-
Packages that use CryptographySuite Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of CryptographySuite in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return CryptographySuite Modifier and Type Method Description CryptographySuiteCryptographySuite.Builder. build()CryptographySuiteCryptographySuite. withAuthenticationTransformConstants(AuthenticationTransformConstant authenticationTransformConstants)Returns an immutable copy ofthiswith just theauthenticationTransformConstantsfield changed.CryptographySuiteCryptographySuite. withCipherTransformConstants(VpnEncryptionAlgorithmType cipherTransformConstants)Returns an immutable copy ofthiswith just thecipherTransformConstantsfield changed.CryptographySuiteCryptographySuite. withDhGroup(DiffieHellmanGroup dhGroup)Returns an immutable copy ofthiswith just thedhGroupfield changed.CryptographySuiteCryptographySuite. withEncryptionMethod(VpnEncryptionAlgorithmType encryptionMethod)Returns an immutable copy ofthiswith just theencryptionMethodfield changed.CryptographySuiteCryptographySuite. withIntegrityCheckMethod(VpnIntegrityAlgorithmType integrityCheckMethod)Returns an immutable copy ofthiswith just theintegrityCheckMethodfield changed.CryptographySuiteCryptographySuite. withPfsGroup(PerfectForwardSecrecyGroup pfsGroup)Returns an immutable copy ofthiswith just thepfsGroupfield changed.CryptographySuiteCryptographySuite. withUnmappedField(String name, String value) -
Uses of CryptographySuite in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as CryptographySuite Modifier and Type Field Description protected CryptographySuiteWindows10VpnConfiguration. cryptographySuiteMethods in odata.msgraph.client.beta.entity that return types with arguments of type CryptographySuite Modifier and Type Method Description Optional<CryptographySuite>Windows10VpnConfiguration. getCryptographySuite()“Cryptography Suite security settings for IKEv2 VPN in Windows10 and above”Methods in odata.msgraph.client.beta.entity with parameters of type CryptographySuite Modifier and Type Method Description Windows10VpnConfiguration.BuilderWindows10VpnConfiguration.Builder. cryptographySuite(CryptographySuite cryptographySuite)“Cryptography Suite security settings for IKEv2 VPN in Windows10 and above”Windows10VpnConfigurationWindows10VpnConfiguration. withCryptographySuite(CryptographySuite cryptographySuite)Returns an immutable copy ofthiswith just thecryptographySuitefield changed.
-