| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
CryptographySuite |
CryptographySuite.Builder.build() |
CryptographySuite |
CryptographySuite.withAuthenticationTransformConstants(AuthenticationTransformConstant authenticationTransformConstants)
Returns an immutable copy of
this with just the authenticationTransformConstants field changed. |
CryptographySuite |
CryptographySuite.withCipherTransformConstants(VpnEncryptionAlgorithmType cipherTransformConstants)
Returns an immutable copy of
this with just the cipherTransformConstants field changed. |
CryptographySuite |
CryptographySuite.withDhGroup(DiffieHellmanGroup dhGroup)
Returns an immutable copy of
this with just the dhGroup field
changed. |
CryptographySuite |
CryptographySuite.withEncryptionMethod(VpnEncryptionAlgorithmType encryptionMethod)
Returns an immutable copy of
this with just the encryptionMethod
field changed. |
CryptographySuite |
CryptographySuite.withIntegrityCheckMethod(VpnIntegrityAlgorithmType integrityCheckMethod)
Returns an immutable copy of
this with just the integrityCheckMethod field changed. |
CryptographySuite |
CryptographySuite.withPfsGroup(PerfectForwardSecrecyGroup pfsGroup)
Returns an immutable copy of
this with just the pfsGroup field
changed. |
| Modifier and Type | Field and Description |
|---|---|
protected CryptographySuite |
Windows10VpnConfiguration.cryptographySuite |
| Modifier and Type | Method and Description |
|---|---|
Optional<CryptographySuite> |
Windows10VpnConfiguration.getCryptographySuite()
“Cryptography Suite security settings for IKEv2 VPN in Windows10 and above”
|
| Modifier and Type | Method and Description |
|---|---|
Windows10VpnConfiguration.Builder |
Windows10VpnConfiguration.Builder.cryptographySuite(CryptographySuite cryptographySuite)
“Cryptography Suite security settings for IKEv2 VPN in Windows10 and above”
|
Windows10VpnConfiguration |
Windows10VpnConfiguration.withCryptographySuite(CryptographySuite cryptographySuite)
Returns an immutable copy of
this with just the cryptographySuite
field changed. |
Copyright © 2018–2020. All rights reserved.