public static class AllowedPhaseOneParameters.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AllowedPhaseOneParameters.Builder |
authenticationAlgorithms(List<String> authenticationAlgorithms)
Allowed phase one authentication algorithms.
|
AllowedPhaseOneParameters |
build() |
AllowedPhaseOneParameters.Builder |
copy(AllowedPhaseOneParameters model) |
AllowedPhaseOneParameters.Builder |
dhGroups(List<String> dhGroups)
Allowed phase one Diffie-Hellman groups.
|
AllowedPhaseOneParameters.Builder |
encryptionAlgorithms(List<String> encryptionAlgorithms)
Allowed phase one encryption algorithms.
|
public AllowedPhaseOneParameters.Builder encryptionAlgorithms(List<String> encryptionAlgorithms)
Allowed phase one encryption algorithms.
encryptionAlgorithms
- the value to setpublic AllowedPhaseOneParameters.Builder authenticationAlgorithms(List<String> authenticationAlgorithms)
Allowed phase one authentication algorithms.
authenticationAlgorithms
- the value to setpublic AllowedPhaseOneParameters.Builder dhGroups(List<String> dhGroups)
Allowed phase one Diffie-Hellman groups.
dhGroups
- the value to setpublic AllowedPhaseOneParameters build()
public AllowedPhaseOneParameters.Builder copy(AllowedPhaseOneParameters model)
Copyright © 2016–2024. All rights reserved.