com.ibm.wsspi.wssecurity.core.token.config
Interface WSSConstants.Algorithm
Enclosing interface:
- public static interface WSSConstants.Algorithm
Field Summary
Modifier and Type | Field and Description |
---|---|
|
AES128
The URI for the data encryption algorithm, AES-128:
http://www.w3.org/2001/04/xmlenc#aes128-cbc.
|
|
AES192
The URI for the data encryption algorithm, AES-192:
http://www.w3.org/2001/04/xmlenc#aes192-cbc.
|
|
AES256
The URI for the data encryption algorithm, AES-256:
http://www.w3.org/2001/04/xmlenc#aes256-cbc.
|
|
C14N
The URI for the inclusive canonicalization algorithm, C14n:
http://www.w3.org/2001/10/xml-c14n#.
|
|
EXC_C14N
The URI for the exclusive canonicalization algorithm, Exc-C14n:
http://www.w3.org/2001/10/xml-exc-c14n#.
|
|
HMAC_SHA1
The URI for the signature algorithm, HMAC-SHA1:
http://www.w3.org/2000/09/xmldsig#hmac-sha1.
|
|
KW_AES128
The URI for the key encryption algorithm, key wrap AES-128:
http://www.w3.org/2001/04/xmlenc#kw-aes128.
|
|
KW_AES192
The URI for the key encryption algorithm, key wrap AES-192:
http://www.w3.org/2001/04/xmlenc#kw-aes192.
|
|
KW_AES256
The URI for the key encryption algorithm, key wrap AES-256:
http://www.w3.org/2001/04/xmlenc#kw-aes256.
|
|
KW_RSA_OAEP
The URI for the key encryption algorithm, key wrap RSA-OAEP:
http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p.
|
|
KW_RSA15
The URI for the key encryption algorithm, key wrap RSA-1.5:
http://www.w3.org/2001/04/xmlenc#rsa-1_5.
|
|
KW_TRIPLE_DES
The URI for the key encryption algorithm, key wrap TripleDES:
http://www.w3.org/2001/04/xmlenc#kw-tripledes.
|
|
RSA_SHA1
The URI for the signature algorithm, RSA-SHA1:
http://www.w3.org/2000/09/xmldsig#rsa-sha1.
|
|
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
See Also:
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:
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:
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:
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:
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:
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:
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:
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:
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:
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:
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:
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:
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:
com.ibm.wsspi.wssecurity.core.token.config.RequesterConfiguration.RSTT.SIGNATUREALGORITHM
.