IBM WebSphere Application ServerTM
Release 7

com.ibm.wsspi.wssecurity.core.token.config
Interface WSSConstants.Algorithm

Enclosing interface:
WSSConstants

public static interface WSSConstants.Algorithm

Algorithm constants


Field Summary
static java.lang.String AES128
          The URI for the data encryption algorithm, AES-128: http://www.w3.org/2001/04/xmlenc#aes128-cbc.
static java.lang.String AES192
          The URI for the data encryption algorithm, AES-192: http://www.w3.org/2001/04/xmlenc#aes192-cbc.
static java.lang.String AES256
          The URI for the data encryption algorithm, AES-256: http://www.w3.org/2001/04/xmlenc#aes256-cbc.
static java.lang.String C14N
          The URI for the inclusive canonicalization algorithm, C14n: http://www.w3.org/2001/10/xml-c14n#.
static java.lang.String EXC_C14N
          The URI for the exclusive canonicalization algorithm, Exc-C14n: http://www.w3.org/2001/10/xml-exc-c14n#.
static java.lang.String HMAC_SHA1
          The URI for the signature algorithm, HMAC-SHA1: http://www.w3.org/2000/09/xmldsig#hmac-sha1.
static java.lang.String KW_AES128
          The URI for the key encryption algorithm, key wrap AES-128: http://www.w3.org/2001/04/xmlenc#kw-aes128.
static java.lang.String KW_AES192
          The URI for the key encryption algorithm, key wrap AES-192: http://www.w3.org/2001/04/xmlenc#kw-aes192.
static java.lang.String KW_AES256
          The URI for the key encryption algorithm, key wrap AES-256: http://www.w3.org/2001/04/xmlenc#kw-aes256.
static java.lang.String KW_RSA_OAEP
          The URI for the key encryption algorithm, key wrap RSA-OAEP: http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p.
static java.lang.String KW_RSA15
          The URI for the key encryption algorithm, key wrap RSA-1.5: http://www.w3.org/2001/04/xmlenc#rsa-1_5.
static java.lang.String KW_TRIPLE_DES
          The URI for the key encryption algorithm, key wrap TripleDES: http://www.w3.org/2001/04/xmlenc#kw-tripledes.
static java.lang.String RSA_SHA1
          The URI for the signature algorithm, RSA-SHA1: http://www.w3.org/2000/09/xmldsig#rsa-sha1.
static java.lang.String TRIPLE_DES
          The URI for the data encryption algorithm, TripleDES: http://www.w3.org/2001/04/xmlenc#tripledes-cbc.
 

Field Detail

RSA_SHA1

static final java.lang.String RSA_SHA1
The URI for the signature algorithm, RSA-SHA1: http://www.w3.org/2000/09/xmldsig#rsa-sha1. Can be used as the value when specifying the signature algorithm using the key com.ibm.wsspi.wssecurity.core.token.config.RequesterConfiguration.RSTT.SIGNATUREALGORITHM.

See Also:
Constant Field Values

HMAC_SHA1

static final java.lang.String HMAC_SHA1
The URI for the signature algorithm, HMAC-SHA1: http://www.w3.org/2000/09/xmldsig#hmac-sha1. Can be used as the value when specifying the signature algorithm using the key com.ibm.wsspi.wssecurity.core.token.config.RequesterConfiguration.RSTT.SIGNATUREALGORITHM.

See Also:
Constant Field Values

EXC_C14N

static final java.lang.String EXC_C14N
The URI for the exclusive canonicalization algorithm, Exc-C14n: http://www.w3.org/2001/10/xml-exc-c14n#. Can be used as the value when specifying the canonicalization algorithm using the key com.ibm.wsspi.wssecurity.core.token.config.RequesterConfiguration.RSTT.CANONICALIZATIONALGORITHM.

See Also:
Constant Field Values

C14N

static final java.lang.String C14N
The URI for the inclusive canonicalization algorithm, C14n: http://www.w3.org/2001/10/xml-c14n#. Can be used as the value when specifying the canonicalization algorithm using the key com.ibm.wsspi.wssecurity.core.token.config.RequesterConfiguration.RSTT.CANONICALIZATIONALGORITHM.

See Also:
Constant Field Values

TRIPLE_DES

static final java.lang.String TRIPLE_DES
The URI for the data encryption algorithm, TripleDES: http://www.w3.org/2001/04/xmlenc#tripledes-cbc. Can be used as the value when specifying the encryption algorithm using the key com.ibm.wsspi.wssecurity.core.token.config.RequesterConfiguration.RSTT.ENCRYPTIONALGORITHM.

See Also:
Constant Field Values

AES128

static final java.lang.String AES128
The URI for the data encryption algorithm, AES-128: http://www.w3.org/2001/04/xmlenc#aes128-cbc. Can be used as the value when specifying the encryption algorithm using the key com.ibm.wsspi.wssecurity.core.token.config.RequesterConfiguration.RSTT.ENCRYPTIONALGORITHM.

See Also:
Constant Field Values

AES192

static final java.lang.String AES192
The URI for the data encryption algorithm, AES-192: http://www.w3.org/2001/04/xmlenc#aes192-cbc. Can be used as the value when specifying the encryption algorithm using the key com.ibm.wsspi.wssecurity.core.token.config.RequesterConfiguration.RSTT.ENCRYPTIONALGORITHM.

See Also:
Constant Field Values

AES256

static final java.lang.String AES256
The URI for the data encryption algorithm, AES-256: http://www.w3.org/2001/04/xmlenc#aes256-cbc. Can be used as the value when specifying the encryption algorithm using the key com.ibm.wsspi.wssecurity.core.token.config.RequesterConfiguration.RSTT.ENCRYPTIONALGORITHM.

See Also:
Constant Field Values

KW_TRIPLE_DES

static final java.lang.String KW_TRIPLE_DES
The URI for the key encryption algorithm, key wrap TripleDES: http://www.w3.org/2001/04/xmlenc#kw-tripledes. Can be used as the value when specifying the encryption algorithm using the key com.ibm.wsspi.wssecurity.core.token.config.RequesterConfiguration.RSTT.ENCRYPTIONALGORITHM.

See Also:
Constant Field Values

KW_AES128

static final java.lang.String KW_AES128
The URI for the key encryption algorithm, key wrap AES-128: http://www.w3.org/2001/04/xmlenc#kw-aes128. Can be used as the value when specifying the encryption algorithm using the key com.ibm.wsspi.wssecurity.core.token.config.RequesterConfiguration.RSTT.ENCRYPTIONALGORITHM.

See Also:
Constant Field Values

KW_AES192

static final java.lang.String KW_AES192
The URI for the key encryption algorithm, key wrap AES-192: http://www.w3.org/2001/04/xmlenc#kw-aes192. Can be used as the value when specifying the encryption algorithm using the key com.ibm.wsspi.wssecurity.core.token.config.RequesterConfiguration.RSTT.ENCRYPTIONALGORITHM.

See Also:
Constant Field Values

KW_AES256

static final java.lang.String KW_AES256
The URI for the key encryption algorithm, key wrap AES-256: http://www.w3.org/2001/04/xmlenc#kw-aes256. Can be used as the value when specifying the encryption algorithm using the key com.ibm.wsspi.wssecurity.core.token.config.RequesterConfiguration.RSTT.ENCRYPTIONALGORITHM.

See Also:
Constant Field Values

KW_RSA15

static final java.lang.String KW_RSA15
The URI for the key encryption algorithm, key wrap RSA-1.5: http://www.w3.org/2001/04/xmlenc#rsa-1_5. Can be used as the value when specifying the encryption algorithm using the key com.ibm.wsspi.wssecurity.core.token.config.RequesterConfiguration.RSTT.ENCRYPTIONALGORITHM.

See Also:
Constant Field Values

KW_RSA_OAEP

static final java.lang.String KW_RSA_OAEP
The URI for the key encryption algorithm, key wrap RSA-OAEP: http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p. Can be used as the value when specifying the encryption algorithm using the key com.ibm.wsspi.wssecurity.core.token.config.RequesterConfiguration.RSTT.ENCRYPTIONALGORITHM.

See Also:
Constant Field Values

IBM WebSphere Application ServerTM
Release 7