public interface VpnTunnelPhase2AlgorithmsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |
getPfs(int index)
public abstract String getPfs(int index)repeated string pfs = 110909;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The pfs at the given index. |
getPfsBytes(int index)
public abstract ByteString getPfsBytes(int index)repeated string pfs = 110909;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the pfs at the given index. |
getPfsCount()
public abstract int getPfsCount()repeated string pfs = 110909;
| Returns | |
|---|---|
| Type | Description |
int |
The count of pfs. |
getPfsList()
public abstract List<String> getPfsList()repeated string pfs = 110909;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the pfs. |