Uses of Class
odata.msgraph.client.beta.enums.VpnEncryptionAlgorithmType
-
Packages that use VpnEncryptionAlgorithmType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of VpnEncryptionAlgorithmType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as VpnEncryptionAlgorithmType Modifier and Type Field Description protected VpnEncryptionAlgorithmTypeCryptographySuite. cipherTransformConstantsprotected VpnEncryptionAlgorithmTypeCryptographySuite. encryptionMethodprotected VpnEncryptionAlgorithmTypeIosVpnSecurityAssociationParameters. securityEncryptionAlgorithmMethods in odata.msgraph.client.beta.complex that return types with arguments of type VpnEncryptionAlgorithmType Modifier and Type Method Description Optional<VpnEncryptionAlgorithmType>CryptographySuite. getCipherTransformConstants()“Cipher Transform Constants”Optional<VpnEncryptionAlgorithmType>CryptographySuite. getEncryptionMethod()“Encryption Method”Optional<VpnEncryptionAlgorithmType>IosVpnSecurityAssociationParameters. getSecurityEncryptionAlgorithm()“Encryption algorithm”Methods in odata.msgraph.client.beta.complex with parameters of type VpnEncryptionAlgorithmType Modifier and Type Method Description CryptographySuite.BuilderCryptographySuite.Builder. cipherTransformConstants(VpnEncryptionAlgorithmType cipherTransformConstants)“Cipher Transform Constants”CryptographySuite.BuilderCryptographySuite.Builder. encryptionMethod(VpnEncryptionAlgorithmType encryptionMethod)“Encryption Method”IosVpnSecurityAssociationParameters.BuilderIosVpnSecurityAssociationParameters.Builder. securityEncryptionAlgorithm(VpnEncryptionAlgorithmType securityEncryptionAlgorithm)“Encryption algorithm”CryptographySuiteCryptographySuite. withCipherTransformConstants(VpnEncryptionAlgorithmType cipherTransformConstants)Returns an immutable copy ofthiswith just thecipherTransformConstantsfield changed.CryptographySuiteCryptographySuite. withEncryptionMethod(VpnEncryptionAlgorithmType encryptionMethod)Returns an immutable copy ofthiswith just theencryptionMethodfield changed.IosVpnSecurityAssociationParametersIosVpnSecurityAssociationParameters. withSecurityEncryptionAlgorithm(VpnEncryptionAlgorithmType securityEncryptionAlgorithm)Returns an immutable copy ofthiswith just thesecurityEncryptionAlgorithmfield changed. -
Uses of VpnEncryptionAlgorithmType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return VpnEncryptionAlgorithmType Modifier and Type Method Description static VpnEncryptionAlgorithmTypeVpnEncryptionAlgorithmType. valueOf(String name)Returns the enum constant of this type with the specified name.static VpnEncryptionAlgorithmType[]VpnEncryptionAlgorithmType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-