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