com.ibm.wsspi.wssecurity.core.token.config

Interface WSSConstants.Algorithm

Enclosing interface:
WSSConstants

  1. public static interface WSSConstants.Algorithm
Algorithm constants

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
AES128
The URI for the data encryption algorithm, AES-128: http://www.w3.org/2001/04/xmlenc#aes128-cbc.
  1. static
  2. java.lang.String
AES192
The URI for the data encryption algorithm, AES-192: http://www.w3.org/2001/04/xmlenc#aes192-cbc.
  1. static
  2. java.lang.String
AES256
The URI for the data encryption algorithm, AES-256: http://www.w3.org/2001/04/xmlenc#aes256-cbc.
  1. static
  2. java.lang.String
C14N
The URI for the inclusive canonicalization algorithm, C14n: http://www.w3.org/2001/10/xml-c14n#.
  1. static
  2. java.lang.String
EXC_C14N
The URI for the exclusive canonicalization algorithm, Exc-C14n: http://www.w3.org/2001/10/xml-exc-c14n#.
  1. static
  2. java.lang.String
HMAC_SHA1
The URI for the signature algorithm, HMAC-SHA1: http://www.w3.org/2000/09/xmldsig#hmac-sha1.
  1. static
  2. 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.
  1. static
  2. 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.
  1. static
  2. 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.
  1. static
  2. 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.
  1. static
  2. 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.
  1. static
  2. 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.
  1. static
  2. java.lang.String
RSA_SHA1
The URI for the signature algorithm, RSA-SHA1: http://www.w3.org/2000/09/xmldsig#rsa-sha1.
  1. static
  2. 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

  1. 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:

HMAC_SHA1

  1. 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:

EXC_C14N

  1. 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:

C14N

  1. 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:

TRIPLE_DES

  1. 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:

AES128

  1. 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:

AES192

  1. 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:

AES256

  1. 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:

KW_TRIPLE_DES

  1. 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:

KW_AES128

  1. 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:

KW_AES192

  1. 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:

KW_AES256

  1. 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:

KW_RSA15

  1. 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:

KW_RSA_OAEP

  1. 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: