|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<SecurityAlgorithm>
org.opcfoundation.ua.transport.security.SecurityAlgorithm
public enum SecurityAlgorithm
OPC UA specific security algorithm URIs and the respective Java StandardNames
| Nested Class Summary | |
|---|---|
static class |
SecurityAlgorithm.AlgorithmType
|
| Enum Constant Summary | |
|---|---|
Aes128
|
|
Aes256
|
|
HmacSha1
|
|
HmacSha256
|
|
KwRsa15
|
|
KwRsaOaep
|
|
PSha1
|
|
PSha256
|
|
Rsa15
|
|
RsaOaep
|
|
RsaSha1
|
|
RsaSha256
|
|
| Method Summary | |
|---|---|
int |
getKeySize()
Getter for the field keySize. |
String |
getMode()
Getter for the field mode. |
String |
getPadding()
Getter for the field padding. |
String |
getStandardName()
Getter for the field standardName. |
String |
getTransformation()
Getter for the field transformation. |
SecurityAlgorithm.AlgorithmType |
getType()
Getter for the field type. |
String |
getUri()
Getter for the field uri. |
String |
toString()
|
static SecurityAlgorithm |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SecurityAlgorithm |
valueOfUri(String algorithmUri)
Find the SecurityAlgorithm with URI. |
static SecurityAlgorithm[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final SecurityAlgorithm HmacSha1
public static final SecurityAlgorithm HmacSha256
public static final SecurityAlgorithm Aes128
public static final SecurityAlgorithm Aes256
public static final SecurityAlgorithm RsaSha1
public static final SecurityAlgorithm RsaSha256
public static final SecurityAlgorithm Rsa15
public static final SecurityAlgorithm RsaOaep
public static final SecurityAlgorithm KwRsaOaep
public static final SecurityAlgorithm KwRsa15
public static final SecurityAlgorithm PSha1
public static final SecurityAlgorithm PSha256
| Method Detail |
|---|
public static SecurityAlgorithm[] values()
for (SecurityAlgorithm c : SecurityAlgorithm.values()) System.out.println(c);
public static SecurityAlgorithm valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic SecurityAlgorithm.AlgorithmType getType()
Getter for the field type.
public String getMode()
Getter for the field mode.
public String getPadding()
Getter for the field padding.
public int getKeySize()
Getter for the field keySize.
public String getUri()
Getter for the field uri.
public String getStandardName()
Getter for the field standardName.
public String toString()
toString in class Enum<SecurityAlgorithm>public static SecurityAlgorithm valueOfUri(String algorithmUri)
algorithmUri - the Uri to look for
public String getTransformation()
Getter for the field transformation.
String object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||