|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConversationException | |
---|---|
org.apache.ws.security.conversation | |
org.apache.ws.security.conversation.dkalgo | |
org.apache.ws.security.message | |
org.apache.ws.security.message.token |
Uses of ConversationException in org.apache.ws.security.conversation |
---|
Methods in org.apache.ws.security.conversation that throw ConversationException | |
---|---|
static String |
ConversationConstants.getWSCNs(int version)
|
static int |
ConversationConstants.getWSTVersion(String ns)
|
Uses of ConversationException in org.apache.ws.security.conversation.dkalgo |
---|
Methods in org.apache.ws.security.conversation.dkalgo that throw ConversationException | |
---|---|
byte[] |
DerivationAlgorithm.createKey(byte[] secret,
byte[] seed,
int offset,
long length)
|
byte[] |
P_SHA1.createKey(byte[] secret,
byte[] seed,
int offset,
long length)
|
static DerivationAlgorithm |
AlgoFactory.getInstance(String algorithm)
This gives a DerivationAlgorithm instance from the default set of algorithms provided |
Uses of ConversationException in org.apache.ws.security.message |
---|
Methods in org.apache.ws.security.message that throw ConversationException | |
---|---|
Document |
WSSecDKSign.build(Document doc,
WSSecHeader secHeader)
|
Document |
WSSecDKEncrypt.build(Document doc,
WSSecHeader secHeader)
|
void |
WSSecDerivedKeyBase.prepare(Document doc)
Initialize a WSSec Derived key. |
void |
WSSecSecurityContextToken.prepare(Document doc,
Crypto crypto)
|
void |
WSSecDKSign.prepare(Document doc,
WSSecHeader secHeader)
|
Uses of ConversationException in org.apache.ws.security.message.token |
---|
Methods in org.apache.ws.security.message.token that throw ConversationException | |
---|---|
void |
DerivedKeyToken.setGeneration(int generation)
Sets the generation of the derived key |
void |
DerivedKeyToken.setOffset(int offset)
Sets the offset |
Constructors in org.apache.ws.security.message.token that throw ConversationException | |
---|---|
DerivedKeyToken(Document doc)
This will create an empty DerivedKeyToken |
|
DerivedKeyToken(int version,
Document doc)
This will create an empty DerivedKeyToken |
|
SecurityContextToken(Document doc)
Constructor to create the SCT |
|
SecurityContextToken(Document doc,
String uuid)
Constructor to create the SCT with a given uuid |
|
SecurityContextToken(int version,
Document doc)
Constructor to create the SCT |
|
SecurityContextToken(int version,
Document doc,
String uuid)
Constructor to create the SCT with a given uuid |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |