public interface VpnTunnelPhase1AlgorithmsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDh(int index)
public abstract String getDh(int index)repeated string dh = 3204;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The dh at the given index. |
getDhBytes(int index)
public abstract ByteString getDhBytes(int index)repeated string dh = 3204;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the dh at the given index. |
getDhCount()
public abstract int getDhCount()repeated string dh = 3204;
| Returns | |
|---|---|
| Type | Description |
int |
The count of dh. |
getDhList()
public abstract List<String> getDhList()repeated string dh = 3204;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the dh. |
getEncryption(int index)
public abstract String getEncryption(int index)repeated string encryption = 97980291;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The encryption at the given index. |
getEncryptionBytes(int index)
public abstract ByteString getEncryptionBytes(int index)repeated string encryption = 97980291;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the encryption at the given index. |
getEncryptionCount()
public abstract int getEncryptionCount()repeated string encryption = 97980291;
| Returns | |
|---|---|
| Type | Description |
int |
The count of encryption. |
getEncryptionList()
public abstract List<String> getEncryptionList()repeated string encryption = 97980291;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the encryption. |
getIntegrity(int index)
public abstract String getIntegrity(int index)repeated string integrity = 492830541;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The integrity at the given index. |
getIntegrityBytes(int index)
public abstract ByteString getIntegrityBytes(int index)repeated string integrity = 492830541;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the integrity at the given index. |
getIntegrityCount()
public abstract int getIntegrityCount()repeated string integrity = 492830541;
| Returns | |
|---|---|
| Type | Description |
int |
The count of integrity. |
getIntegrityList()
public abstract List<String> getIntegrityList()repeated string integrity = 492830541;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the integrity. |
getPrf(int index)
public abstract String getPrf(int index)repeated string prf = 111268;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The prf at the given index. |
getPrfBytes(int index)
public abstract ByteString getPrfBytes(int index)repeated string prf = 111268;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the prf at the given index. |
getPrfCount()
public abstract int getPrfCount()repeated string prf = 111268;
| Returns | |
|---|---|
| Type | Description |
int |
The count of prf. |
getPrfList()
public abstract List<String> getPrfList()repeated string prf = 111268;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the prf. |