Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.model |
Modifier and Type | Method and Description |
---|---|
static PhaseOneConfigDetails.DiffieHelmanGroup |
PhaseOneConfigDetails.DiffieHelmanGroup.create(String key) |
PhaseOneConfigDetails.DiffieHelmanGroup |
PhaseOneConfigDetails.getDiffieHelmanGroup()
The custom Diffie-Hellman group proposed during phase one tunnel negotiation.
|
static PhaseOneConfigDetails.DiffieHelmanGroup |
PhaseOneConfigDetails.DiffieHelmanGroup.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PhaseOneConfigDetails.DiffieHelmanGroup[] |
PhaseOneConfigDetails.DiffieHelmanGroup.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PhaseOneConfigDetails.Builder |
PhaseOneConfigDetails.Builder.diffieHelmanGroup(PhaseOneConfigDetails.DiffieHelmanGroup diffieHelmanGroup)
The custom Diffie-Hellman group proposed during phase one tunnel negotiation.
|
Constructor and Description |
---|
PhaseOneConfigDetails(Boolean isCustomPhaseOneConfig,
PhaseOneConfigDetails.AuthenticationAlgorithm authenticationAlgorithm,
PhaseOneConfigDetails.EncryptionAlgorithm encryptionAlgorithm,
PhaseOneConfigDetails.DiffieHelmanGroup diffieHelmanGroup,
Integer lifetimeInSeconds)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.