Package | Description |
---|---|
org.apache.ws.security.conversation | |
org.apache.ws.security.conversation.dkalgo | |
org.apache.ws.security.message | |
org.apache.ws.security.message.token |
Modifier and Type | Method and Description |
---|---|
static String |
ConversationConstants.getWSCNs(int version) |
static int |
ConversationConstants.getWSTVersion(String ns) |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
Document |
WSSecDKEncrypt.build(Document doc,
WSSecHeader secHeader) |
Document |
WSSecDKSign.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) |
Modifier and Type | Method and Description |
---|---|
void |
DerivedKeyToken.setGeneration(int generation)
Sets the generation of the derived key
|
void |
DerivedKeyToken.setOffset(int offset)
Sets the offset
|
Constructor and Description |
---|
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
|
Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.