com.ibm.wsspi.wssecurity.core.token.config
Interface WSSConstants.WST12
Enclosing interface:
- public static interface WSSConstants.WST12
Field Summary
Modifier and Type | Field and Description |
---|---|
|
BINARYSECRETTYPE_ASYMMETRICKEY
Specifies a BinarySecret type of AsymmetricKey.
|
|
BINARYSECRETTYPE_NONCE
Specifies a BinarySecret type of Nonce.
|
|
BINARYSECRETTYPE_SYMMETRICKEY
Specifies a BinarySecret type of SymmetricKey.
|
|
COMPUTEDKEY_HASH
Specifies a ComputedKey algorithm of HASH.
|
|
COMPUTEDKEY_PSHA1
Specifies a ComputedKey algorithm of PSHA1.
|
|
KEYTYPE_PUBLICKEY
Specifies a KeyType of PublicKey.
|
|
KEYTYPE_SYMMETRICKEY
Specifies a KeyType of SymmetricKey.
|
|
STATUS_CODE_INVALID
Specifies the status of the token is invalid
|
|
STATUS_CODE_VALID
Specifies the status of the token is valid
|
|
STATUS_TOKEN
Specifies only the status is desired in WS-Trust validation
|
Field Detail
BINARYSECRETTYPE_ASYMMETRICKEY
- static final java.lang.String BINARYSECRETTYPE_ASYMMETRICKEY
See Also:
BINARYSECRETTYPE_NONCE
- static final java.lang.String BINARYSECRETTYPE_NONCE
Specifies a BinarySecret type of Nonce.
Can be used as the value when specifying the BinarySecret type using the key
com.ibm.wsspi.wssecurity.core.token.config.RequesterConfiguration.RSTT.ENTROPY_BINARYSECRET_TYPE
.
See Also:
BINARYSECRETTYPE_SYMMETRICKEY
- static final java.lang.String BINARYSECRETTYPE_SYMMETRICKEY
Specifies a BinarySecret type of SymmetricKey.
Can be used as the value when specifying the BinarySecret type using the key
com.ibm.wsspi.wssecurity.core.token.config.RequesterConfiguration.RSTT.ENTROPY_BINARYSECRET_TYPE
.
See Also:
COMPUTEDKEY_HASH
- static final java.lang.String COMPUTEDKEY_HASH
Specifies a ComputedKey algorithm of HASH.
Can be used as the value when specifying the ComputedKey algorithm using the key
com.ibm.wsspi.wssecurity.core.token.config.RequesterConfiguration.RSTT.COMPUTEDKEYALGORITHM
.
See Also:
COMPUTEDKEY_PSHA1
- static final java.lang.String COMPUTEDKEY_PSHA1
Specifies a ComputedKey algorithm of PSHA1.
Can be used as the value when specifying the ComputedKey algorithm using the key
com.ibm.wsspi.wssecurity.core.token.config.RequesterConfiguration.RSTT.COMPUTEDKEYALGORITHM
.
See Also:
KEYTYPE_PUBLICKEY
- static final java.lang.String KEYTYPE_PUBLICKEY
Specifies a KeyType of PublicKey.
Can be used as the value when specifying the KeyType using the key
com.ibm.wsspi.wssecurity.core.token.config.RequesterConfiguration.RSTT.KEYTYPE
.
See Also:
KEYTYPE_SYMMETRICKEY
- static final java.lang.String KEYTYPE_SYMMETRICKEY
Specifies a KeyType of SymmetricKey.
Can be used as the value when specifying the KeyType using the key
com.ibm.wsspi.wssecurity.core.token.config.RequesterConfiguration.RSTT.KEYTYPE
.
See Also:
STATUS_CODE_INVALID
- static final java.lang.String STATUS_CODE_INVALID
Specifies the status of the token is invalid
See Also:
STATUS_CODE_VALID
- static final java.lang.String STATUS_CODE_VALID
Specifies the status of the token is valid
See Also:
STATUS_TOKEN
- static final java.lang.String STATUS_TOKEN
Specifies only the status is desired in WS-Trust validation
See Also:
com.ibm.wsspi.wssecurity.core.token.config.RequesterConfiguration.RSTT.ENTROPY_BINARYSECRET_TYPE
.