static TunnelPhaseTwoDetails.Builder |
TunnelPhaseTwoDetails.builder() |
Create a new builder.
|
TunnelPhaseTwoDetails.Builder |
TunnelPhaseTwoDetails.Builder.copy(TunnelPhaseTwoDetails model) |
|
TunnelPhaseTwoDetails.Builder |
TunnelPhaseTwoDetails.Builder.customAuthenticationAlgorithm(String customAuthenticationAlgorithm) |
Phase two authentication algorithm proposed during tunnel negotiation.
|
TunnelPhaseTwoDetails.Builder |
TunnelPhaseTwoDetails.Builder.customEncryptionAlgorithm(String customEncryptionAlgorithm) |
The proposed custom phase two encryption algorithm.
|
TunnelPhaseTwoDetails.Builder |
TunnelPhaseTwoDetails.Builder.dhGroup(String dhGroup) |
The proposed Diffie-Hellman group.
|
TunnelPhaseTwoDetails.Builder |
TunnelPhaseTwoDetails.Builder.isCustomPhaseTwoConfig(Boolean isCustomPhaseTwoConfig) |
Indicates whether custom phase two configuration is enabled.
|
TunnelPhaseTwoDetails.Builder |
TunnelPhaseTwoDetails.Builder.isEspEstablished(Boolean isEspEstablished) |
Indicates that ESP phase two is established.
|
TunnelPhaseTwoDetails.Builder |
TunnelPhaseTwoDetails.Builder.isPfsEnabled(Boolean isPfsEnabled) |
Indicates that PFS (perfect forward secrecy) is enabled.
|
TunnelPhaseTwoDetails.Builder |
TunnelPhaseTwoDetails.Builder.lifetime(Long lifetime) |
The total configured lifetime of the IKE security association.
|
TunnelPhaseTwoDetails.Builder |
TunnelPhaseTwoDetails.Builder.negotiatedAuthenticationAlgorithm(String negotiatedAuthenticationAlgorithm) |
The negotiated phase two authentication algorithm.
|
TunnelPhaseTwoDetails.Builder |
TunnelPhaseTwoDetails.Builder.negotiatedDhGroup(String negotiatedDhGroup) |
The negotiated Diffie-Hellman group.
|
TunnelPhaseTwoDetails.Builder |
TunnelPhaseTwoDetails.Builder.negotiatedEncryptionAlgorithm(String negotiatedEncryptionAlgorithm) |
The negotiated encryption algorithm.
|
TunnelPhaseTwoDetails.Builder |
TunnelPhaseTwoDetails.Builder.remainingLifetime(Long remainingLifetime) |
The remaining lifetime before the key is refreshed.
|
TunnelPhaseTwoDetails.Builder |
TunnelPhaseTwoDetails.Builder.remainingLifetimeLastRetrieved(Date remainingLifetimeLastRetrieved) |
The date and time the remaining lifetime was last retrieved, in the format defined by
RFC3339.
|
TunnelPhaseTwoDetails.Builder |
TunnelPhaseTwoDetails.toBuilder() |
|