IkeEncryption Class
- java.
lang. Object - com.
microsoft. azure. management. network. IkeEncryption
- com.
public class IkeEncryption
Defines values for IkeEncryption.
Field Summary
Modifier and Type | Field and Description |
---|---|
final Ike |
AES128
Static value AES128 for IkeEncryption. |
final Ike |
AES192
Static value AES192 for IkeEncryption. |
final Ike |
AES256
Static value AES256 for IkeEncryption. |
final Ike |
DES
Static value DES for IkeEncryption. |
final Ike |
DES3
Static value DES3 for IkeEncryption. |
Constructor Summary
Constructor | Description |
---|---|
IkeEncryption(String value) |
Creates a custom value for IkeEncryption. |
Method Summary
Modifier and Type | Method and Description |
---|---|
boolean | equals(Object obj) |
int | hashCode() |
String | toString() |
Field Details
AES128
public static final IkeEncryption AES128= new IkeEncryption("AES128")
Static value AES128 for IkeEncryption.
AES192
public static final IkeEncryption AES192= new IkeEncryption("AES192")
Static value AES192 for IkeEncryption.
AES256
public static final IkeEncryption AES256= new IkeEncryption("AES256")
Static value AES256 for IkeEncryption.
DES
public static final IkeEncryption DES= new IkeEncryption("DES")
Static value DES for IkeEncryption.
DES3
public static final IkeEncryption DES3= new IkeEncryption("DES3")
Static value DES3 for IkeEncryption.
Constructor Details
IkeEncryption
public IkeEncryption(String value)
Creates a custom value for IkeEncryption.
Parameters:
Method Details
equals
public boolean equals(Object obj)
Parameters:
hashCode
public int hashCode()
toString
public String toString()
Applies to
Azure SDK for Java