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