Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.model |
Modifier and Type | Method and Description |
---|---|
static PhaseTwoConfigDetails.PfsDhGroup |
PhaseTwoConfigDetails.PfsDhGroup.create(String key) |
PhaseTwoConfigDetails.PfsDhGroup |
PhaseTwoConfigDetails.getPfsDhGroup()
The Diffie-Hellman group used for PFS, if PFS is enabled.
|
static PhaseTwoConfigDetails.PfsDhGroup |
PhaseTwoConfigDetails.PfsDhGroup.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PhaseTwoConfigDetails.PfsDhGroup[] |
PhaseTwoConfigDetails.PfsDhGroup.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PhaseTwoConfigDetails.Builder |
PhaseTwoConfigDetails.Builder.pfsDhGroup(PhaseTwoConfigDetails.PfsDhGroup pfsDhGroup)
The Diffie-Hellman group used for PFS, if PFS is enabled.
|
Constructor and Description |
---|
PhaseTwoConfigDetails(Boolean isCustomPhaseTwoConfig,
PhaseTwoConfigDetails.AuthenticationAlgorithm authenticationAlgorithm,
PhaseTwoConfigDetails.EncryptionAlgorithm encryptionAlgorithm,
Integer lifetimeInSeconds,
Boolean isPfsEnabled,
PhaseTwoConfigDetails.PfsDhGroup pfsDhGroup)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.