public static interface WSSConstants.Algorithm
Modifier and Type | Field and Description |
---|---|
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.
|
static final java.lang.String RSA_SHA1
com.ibm.wsspi.wssecurity.core.token.config.RequesterConfiguration.RSTT.SIGNATUREALGORITHM
.static final java.lang.String HMAC_SHA1
com.ibm.wsspi.wssecurity.core.token.config.RequesterConfiguration.RSTT.SIGNATUREALGORITHM
.static final java.lang.String EXC_C14N
com.ibm.wsspi.wssecurity.core.token.config.RequesterConfiguration.RSTT.CANONICALIZATIONALGORITHM
.static final java.lang.String C14N
com.ibm.wsspi.wssecurity.core.token.config.RequesterConfiguration.RSTT.CANONICALIZATIONALGORITHM
.static final java.lang.String TRIPLE_DES
com.ibm.wsspi.wssecurity.core.token.config.RequesterConfiguration.RSTT.ENCRYPTIONALGORITHM
.static final java.lang.String AES128
com.ibm.wsspi.wssecurity.core.token.config.RequesterConfiguration.RSTT.ENCRYPTIONALGORITHM
.static final java.lang.String AES192
com.ibm.wsspi.wssecurity.core.token.config.RequesterConfiguration.RSTT.ENCRYPTIONALGORITHM
.static final java.lang.String AES256
com.ibm.wsspi.wssecurity.core.token.config.RequesterConfiguration.RSTT.ENCRYPTIONALGORITHM
.static final java.lang.String KW_TRIPLE_DES
com.ibm.wsspi.wssecurity.core.token.config.RequesterConfiguration.RSTT.ENCRYPTIONALGORITHM
.static final java.lang.String KW_AES128
com.ibm.wsspi.wssecurity.core.token.config.RequesterConfiguration.RSTT.ENCRYPTIONALGORITHM
.static final java.lang.String KW_AES192
com.ibm.wsspi.wssecurity.core.token.config.RequesterConfiguration.RSTT.ENCRYPTIONALGORITHM
.static final java.lang.String KW_AES256
com.ibm.wsspi.wssecurity.core.token.config.RequesterConfiguration.RSTT.ENCRYPTIONALGORITHM
.static final java.lang.String KW_RSA15
com.ibm.wsspi.wssecurity.core.token.config.RequesterConfiguration.RSTT.ENCRYPTIONALGORITHM
.static final java.lang.String KW_RSA_OAEP
com.ibm.wsspi.wssecurity.core.token.config.RequesterConfiguration.RSTT.ENCRYPTIONALGORITHM
.