dims 2005/03/09 07:20:39
Added: targets/ws-fx/wss4j/docs/apidocs/org/apache/ws/security/conversation/dkAlgo
AlgoFactory.html DerivationAlgorithm.html
P_SHA1.html package-frame.html package-summary.html
package-tree.html package-use.html
Log:
Update WSS4J web site.
Revision Changes Path
1.1 ws-site/targets/ws-fx/wss4j/docs/apidocs/org/apache/ws/security/conversation/dkAlgo/AlgoFactory.html
Index: AlgoFactory.html
===================================================================
AlgoFactory (Apache WSS4J 1.0 API)
org.apache.ws.security.conversation.dkAlgo
Class AlgoFactory
java.lang.Object
org.apache.ws.security.conversation.dkAlgo.AlgoFactory
- public class AlgoFactory
- extends java.lang.Object
- Version:
- 1.0
- Author:
- Ruchith Fernando
Method Summary |
static DerivationAlgorithm |
getInstance(java.lang.String algorithm)
This gives a DerivationAlgorithm instance from the default set of algorithms provided |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AlgoFactory
public AlgoFactory()
getInstance
public static DerivationAlgorithm getInstance(java.lang.String algorithm)
throws ConversationException
- This gives a DerivationAlgorithm instance from the default set of algorithms provided
- Parameters:
algorithm
- The algo identifier @see DeivationAlgorithm
- Returns:
- A derivatio algorithm
- Throws:
ConversationException
- If the specified algorithmis not available in
default implementations
Copyright © 2004-2005 Apache Web Services. All Rights Reserved.
1.1 ws-site/targets/ws-fx/wss4j/docs/apidocs/org/apache/ws/security/conversation/dkAlgo/DerivationAlgorithm.html
Index: DerivationAlgorithm.html
===================================================================
DerivationAlgorithm (Apache WSS4J 1.0 API)
org.apache.ws.security.conversation.dkAlgo
Interface DerivationAlgorithm
- All Known Implementing Classes:
- P_SHA1
- public interface DerivationAlgorithm
Field Summary |
static java.lang.String |
P_SHA_1
This is the default key generation algotithm |
Method Summary |
byte[] |
createKey(byte[] secret,
java.lang.String labelAndNonce,
int offset,
long length)
|
P_SHA_1
public static final java.lang.String P_SHA_1
- This is the default key generation algotithm
- See Also:
- Constant Field Values
createKey
public byte[] createKey(byte[] secret,
java.lang.String labelAndNonce,
int offset,
long length)
throws ConversationException
- Parameters:
secret
- labelAndNonce
- length
-
- Returns:
-
- Throws:
ConversationException
Copyright © 2004-2005 Apache Web Services. All Rights Reserved.
1.1 ws-site/targets/ws-fx/wss4j/docs/apidocs/org/apache/ws/security/conversation/dkAlgo/P_SHA1.html
Index: P_SHA1.html
===================================================================
P_SHA1 (Apache WSS4J 1.0 API)
org.apache.ws.security.conversation.dkAlgo
Class P_SHA1
java.lang.Object
org.apache.ws.security.conversation.dkAlgo.P_SHA1
- All Implemented Interfaces:
- DerivationAlgorithm
- public class P_SHA1
- extends java.lang.Object
- implements DerivationAlgorithm
Method Summary |
byte[] |
createKey(byte[] secret,
java.lang.String labelAndNonce,
int offset,
long length)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
P_SHA1
public P_SHA1()
createKey
public byte[] createKey(byte[] secret,
java.lang.String labelAndNonce,
int offset,
long length)
throws ConversationException
- Specified by:
createKey
in interface DerivationAlgorithm
- Parameters:
secret
- labelAndNonce
- length
-
- Returns:
-
- Throws:
ConversationException
Copyright © 2004-2005 Apache Web Services. All Rights Reserved.
1.1 ws-site/targets/ws-fx/wss4j/docs/apidocs/org/apache/ws/security/conversation/dkAlgo/package-frame.html
Index: package-frame.html
===================================================================
org.apache.ws.security.conversation.dkAlgo (Apache WSS4J 1.0 API)
org.apache.ws.security.conversation.dkAlgo
1.1 ws-site/targets/ws-fx/wss4j/docs/apidocs/org/apache/ws/security/conversation/dkAlgo/package-summary.html
Index: package-summary.html
===================================================================
org.apache.ws.security.conversation.dkAlgo (Apache WSS4J 1.0 API)
Package org.apache.ws.security.conversation.dkAlgo
Copyright © 2004-2005 Apache Web Services. All Rights Reserved.
1.1 ws-site/targets/ws-fx/wss4j/docs/apidocs/org/apache/ws/security/conversation/dkAlgo/package-tree.html
Index: package-tree.html
===================================================================
org.apache.ws.security.conversation.dkAlgo Class Hierarchy (Apache WSS4J 1.0 API)
Hierarchy For Package org.apache.ws.security.conversation.dkAlgo
- Package Hierarchies:
- All Packages
Class Hierarchy
- class java.lang.Object
- class org.apache.ws.security.conversation.dkAlgo.AlgoFactory
- class org.apache.ws.security.conversation.dkAlgo.P_SHA1 (implements org.apache.ws.security.conversation.dkAlgo.DerivationAlgorithm)
Interface Hierarchy
Copyright © 2004-2005 Apache Web Services. All Rights Reserved.
1.1 ws-site/targets/ws-fx/wss4j/docs/apidocs/org/apache/ws/security/conversation/dkAlgo/package-use.html
Index: package-use.html
===================================================================
Uses of Package org.apache.ws.security.conversation.dkAlgo (Apache WSS4J 1.0 API)
Uses of Package
org.apache.ws.security.conversation.dkAlgo
Copyright © 2004-2005 Apache Web Services. All Rights Reserved.