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