public static final class CryptographySuite.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
CryptographySuite.Builder |
authenticationTransformConstants(AuthenticationTransformConstant authenticationTransformConstants)
“Authentication Transform Constants”
|
CryptographySuite |
build() |
CryptographySuite.Builder |
cipherTransformConstants(VpnEncryptionAlgorithmType cipherTransformConstants)
“Cipher Transform Constants”
|
CryptographySuite.Builder |
dhGroup(DiffieHellmanGroup dhGroup)
“Diffie Hellman Group”
|
CryptographySuite.Builder |
encryptionMethod(VpnEncryptionAlgorithmType encryptionMethod)
“Encryption Method”
|
CryptographySuite.Builder |
integrityCheckMethod(VpnIntegrityAlgorithmType integrityCheckMethod)
“Integrity Check Method”
|
CryptographySuite.Builder |
pfsGroup(PerfectForwardSecrecyGroup pfsGroup)
“Perfect Forward Secrecy Group”
|
public CryptographySuite.Builder encryptionMethod(VpnEncryptionAlgorithmType encryptionMethod)
encryptionMethod - value of encryptionMethod property (as defined in service metadata)this (for method chaining)public CryptographySuite.Builder integrityCheckMethod(VpnIntegrityAlgorithmType integrityCheckMethod)
integrityCheckMethod - value of integrityCheckMethod property (as defined in service metadata)this (for method chaining)public CryptographySuite.Builder dhGroup(DiffieHellmanGroup dhGroup)
dhGroup - value of dhGroup property (as defined in service metadata)this (for method chaining)public CryptographySuite.Builder cipherTransformConstants(VpnEncryptionAlgorithmType cipherTransformConstants)
cipherTransformConstants - value of cipherTransformConstants property (as defined in service metadata)this (for method chaining)public CryptographySuite.Builder authenticationTransformConstants(AuthenticationTransformConstant authenticationTransformConstants)
authenticationTransformConstants - value of authenticationTransformConstants property (as defined in service metadata)this (for method chaining)public CryptographySuite.Builder pfsGroup(PerfectForwardSecrecyGroup pfsGroup)
pfsGroup - value of pfsGroup property (as defined in service metadata)this (for method chaining)public CryptographySuite build()
Copyright © 2018–2020. All rights reserved.