org.opcfoundation.ua.transport.security
Class SecurityConstants

java.lang.Object
  extended by org.opcfoundation.ua.transport.security.SecurityConstants

public class SecurityConstants
extends Object

SecurityConstants class.

Author:
Toni Kalajainen (toni.kalajainen@vtt.fi)

Field Summary
static String Aes128
          Constant Aes128="http://www.w3.org/2001/04/xmlenc#aes128"{trunked}
static String Aes256
          Constant Aes256="http://www.w3.org/2001/04/xmlenc#aes256"{trunked}
static String HmacSha1
          Constant HmacSha1="http://www.w3.org/2000/09/xmldsig#hmac-"{trunked}
static String HmacSha256
          Constant HmacSha256="http://www.w3.org/2000/09/xmldsig#hmac-"{trunked}
static String KwRsa15
          Constant KwRsa15="http://www.w3.org/2001/04/xmlenc#rsa-1_"{trunked}
static String KwRsaOaep
          Constant KwRsaOaep="http://www.w3.org/2001/04/xmlenc#rsa-oa"{trunked}
static String PSha1
          Constant PSha1="http://www.w3.org/2001/04/xmlenc#aes128"{trunked}
static String Rsa15
          Constant Rsa15="http://www.w3.org/2001/04/xmlenc#rsa-1_"{trunked}
static String RsaOaep
          Constant RsaOaep="http://www.w3.org/2001/04/xmlenc#rsa-oa"{trunked}
static String RsaSha1
          Constant RsaSha1="http://www.w3.org/2000/09/xmldsig#rsa-s"{trunked}
static String SECURITY_POLICY_URI_BINARY_BASIC128RSA15
          Constant SECURITY_POLICY_URI_BINARY_BASIC128RSA15="http://opcfoundation.org/UA/SecurityPol"{trunked}
static String SECURITY_POLICY_URI_BINARY_BASIC256
          Constant SECURITY_POLICY_URI_BINARY_BASIC256="http://opcfoundation.org/UA/SecurityPol"{trunked}
static String SECURITY_POLICY_URI_BINARY_NONE
          Constant SECURITY_POLICY_URI_BINARY_NONE="http://opcfoundation.org/UA/SecurityPol"{trunked}
static String SECURITY_POLICY_URI_XML_BASIC128RSA15
          Constant SECURITY_POLICY_URI_XML_BASIC128RSA15="http://opcfoundation.org/UA-Profile/Sec"{trunked}
static String SECURITY_POLICY_URI_XML_BASIC256
          Constant SECURITY_POLICY_URI_XML_BASIC256="http://opcfoundation.org/UA-Profile/Sec"{trunked}
static String SECURITY_POLICY_URI_XML_NONE
          Constant SECURITY_POLICY_URI_XML_NONE="http://opcfoundation.org/UA-Profile/Sec"{trunked}
 
Constructor Summary
SecurityConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SECURITY_POLICY_URI_BINARY_NONE

public static final String SECURITY_POLICY_URI_BINARY_NONE
Constant SECURITY_POLICY_URI_BINARY_NONE="http://opcfoundation.org/UA/SecurityPol"{trunked}

See Also:
Constant Field Values

SECURITY_POLICY_URI_BINARY_BASIC128RSA15

public static final String SECURITY_POLICY_URI_BINARY_BASIC128RSA15
Constant SECURITY_POLICY_URI_BINARY_BASIC128RSA15="http://opcfoundation.org/UA/SecurityPol"{trunked}

See Also:
Constant Field Values

SECURITY_POLICY_URI_BINARY_BASIC256

public static final String SECURITY_POLICY_URI_BINARY_BASIC256
Constant SECURITY_POLICY_URI_BINARY_BASIC256="http://opcfoundation.org/UA/SecurityPol"{trunked}

See Also:
Constant Field Values

SECURITY_POLICY_URI_XML_NONE

public static final String SECURITY_POLICY_URI_XML_NONE
Constant SECURITY_POLICY_URI_XML_NONE="http://opcfoundation.org/UA-Profile/Sec"{trunked}

See Also:
Constant Field Values

SECURITY_POLICY_URI_XML_BASIC128RSA15

public static final String SECURITY_POLICY_URI_XML_BASIC128RSA15
Constant SECURITY_POLICY_URI_XML_BASIC128RSA15="http://opcfoundation.org/UA-Profile/Sec"{trunked}

See Also:
Constant Field Values

SECURITY_POLICY_URI_XML_BASIC256

public static final String SECURITY_POLICY_URI_XML_BASIC256
Constant SECURITY_POLICY_URI_XML_BASIC256="http://opcfoundation.org/UA-Profile/Sec"{trunked}

See Also:
Constant Field Values

HmacSha1

public static final String HmacSha1
Constant HmacSha1="http://www.w3.org/2000/09/xmldsig#hmac-"{trunked}

See Also:
Constant Field Values

HmacSha256

public static final String HmacSha256
Constant HmacSha256="http://www.w3.org/2000/09/xmldsig#hmac-"{trunked}

See Also:
Constant Field Values

Rsa15

public static final String Rsa15
Constant Rsa15="http://www.w3.org/2001/04/xmlenc#rsa-1_"{trunked}

See Also:
Constant Field Values

RsaOaep

public static final String RsaOaep
Constant RsaOaep="http://www.w3.org/2001/04/xmlenc#rsa-oa"{trunked}

See Also:
Constant Field Values

RsaSha1

public static final String RsaSha1
Constant RsaSha1="http://www.w3.org/2000/09/xmldsig#rsa-s"{trunked}

See Also:
Constant Field Values

KwRsaOaep

public static final String KwRsaOaep
Constant KwRsaOaep="http://www.w3.org/2001/04/xmlenc#rsa-oa"{trunked}

See Also:
Constant Field Values

KwRsa15

public static final String KwRsa15
Constant KwRsa15="http://www.w3.org/2001/04/xmlenc#rsa-1_"{trunked}

See Also:
Constant Field Values

Aes128

public static final String Aes128
Constant Aes128="http://www.w3.org/2001/04/xmlenc#aes128"{trunked}

See Also:
Constant Field Values

Aes256

public static final String Aes256
Constant Aes256="http://www.w3.org/2001/04/xmlenc#aes256"{trunked}

See Also:
Constant Field Values

PSha1

public static final String PSha1
Constant PSha1="http://www.w3.org/2001/04/xmlenc#aes128"{trunked}

See Also:
Constant Field Values
Constructor Detail

SecurityConstants

public SecurityConstants()


Copyright © 2018. All rights reserved.