| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected DiffieHellmanGroup |
CryptographySuite.dhGroup |
| Modifier and Type | Method and Description |
|---|---|
Optional<DiffieHellmanGroup> |
CryptographySuite.getDhGroup()
“Diffie Hellman Group”
|
| Modifier and Type | Method and Description |
|---|---|
CryptographySuite.Builder |
CryptographySuite.Builder.dhGroup(DiffieHellmanGroup dhGroup)
“Diffie Hellman Group”
|
CryptographySuite |
CryptographySuite.withDhGroup(DiffieHellmanGroup dhGroup)
Returns an immutable copy of
this with just the dhGroup field
changed. |
| Modifier and Type | Method and Description |
|---|---|
static DiffieHellmanGroup |
DiffieHellmanGroup.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.
|
Copyright © 2018–2020. All rights reserved.