| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected VpnIntegrityAlgorithmType |
CryptographySuite.integrityCheckMethod |
protected VpnIntegrityAlgorithmType |
IosVpnSecurityAssociationParameters.securityIntegrityAlgorithm |
| Modifier and Type | Method and Description |
|---|---|
Optional<VpnIntegrityAlgorithmType> |
CryptographySuite.getIntegrityCheckMethod()
“Integrity Check Method”
|
Optional<VpnIntegrityAlgorithmType> |
IosVpnSecurityAssociationParameters.getSecurityIntegrityAlgorithm()
“Integrity algorithm”
|
| Modifier and Type | Method and Description |
|---|---|
CryptographySuite.Builder |
CryptographySuite.Builder.integrityCheckMethod(VpnIntegrityAlgorithmType integrityCheckMethod)
“Integrity Check Method”
|
IosVpnSecurityAssociationParameters.Builder |
IosVpnSecurityAssociationParameters.Builder.securityIntegrityAlgorithm(VpnIntegrityAlgorithmType securityIntegrityAlgorithm)
“Integrity algorithm”
|
CryptographySuite |
CryptographySuite.withIntegrityCheckMethod(VpnIntegrityAlgorithmType integrityCheckMethod)
Returns an immutable copy of
this with just the integrityCheckMethod field changed. |
IosVpnSecurityAssociationParameters |
IosVpnSecurityAssociationParameters.withSecurityIntegrityAlgorithm(VpnIntegrityAlgorithmType securityIntegrityAlgorithm)
Returns an immutable copy of
this with just the securityIntegrityAlgorithm field changed. |
| Modifier and Type | Method and Description |
|---|---|
static VpnIntegrityAlgorithmType |
VpnIntegrityAlgorithmType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VpnIntegrityAlgorithmType[] |
VpnIntegrityAlgorithmType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.