From general-return-3557-apmail-ws-general-archive=ws.apache.org@ws.apache.org Wed Mar 09 15:20:45 2005 Return-Path: Delivered-To: apmail-ws-general-archive@www.apache.org Received: (qmail 28017 invoked from network); 9 Mar 2005 15:20:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 9 Mar 2005 15:20:44 -0000 Received: (qmail 21028 invoked by uid 500); 9 Mar 2005 15:20:42 -0000 Delivered-To: apmail-ws-general-archive@ws.apache.org Received: (qmail 20957 invoked by uid 500); 9 Mar 2005 15:20:42 -0000 Mailing-List: contact general-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: general@ws.apache.org list-help: list-unsubscribe: List-Post: Delivered-To: mailing list general@ws.apache.org Received: (qmail 20943 invoked by uid 500); 9 Mar 2005 15:20:42 -0000 Delivered-To: apmail-ws-site-cvs@apache.org Received: (qmail 20940 invoked by uid 99); 9 Mar 2005 15:20:41 -0000 X-ASF-Spam-Status: No, hits=-9.6 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME,UPPERCASE_25_50 X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 09 Mar 2005 07:20:40 -0800 Received: (qmail 27946 invoked by uid 1203); 9 Mar 2005 15:20:39 -0000 Date: 9 Mar 2005 15:20:39 -0000 Message-ID: <20050309152039.27945.qmail@minotaur.apache.org> From: dims@apache.org To: ws-site-cvs@apache.org Subject: cvs commit: ws-site/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 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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
    extended byorg.apache.ws.security.conversation.dkAlgo.AlgoFactory
  

public class AlgoFactory
extends java.lang.Object

Version:
1.0
Author:
Ruchith Fernando

Constructor Summary
AlgoFactory()
           
 
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
 

Constructor Detail

AlgoFactory

  public AlgoFactory()
Method Detail

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)
           
 

Field Detail

P_SHA_1

  public static final java.lang.String P_SHA_1
This is the default key generation algotithm

See Also:
Constant Field Values
Method Detail

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
    extended byorg.apache.ws.security.conversation.dkAlgo.P_SHA1
  
All Implemented Interfaces:
DerivationAlgorithm

public class P_SHA1
extends java.lang.Object
implements DerivationAlgorithm


Field Summary
 
Fields inherited from interface org.apache.ws.security.conversation.dkAlgo.DerivationAlgorithm
P_SHA_1
 
Constructor Summary
P_SHA1()
           
 
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
 

Constructor Detail

P_SHA1

  public P_SHA1()
Method Detail

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
Interfaces 
DerivationAlgorithm
Classes 
AlgoFactory
P_SHA1
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

Interface Summary
DerivationAlgorithm  
 

Class Summary
AlgoFactory  
P_SHA1  
 



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

Packages that use org.apache.ws.security.conversation.dkAlgo
org.apache.ws.security.conversation.dkAlgo   
 

Classes in org.apache.ws.security.conversation.dkAlgo used by org.apache.ws.security.conversation.dkAlgo
DerivationAlgorithm
           
 



Copyright © 2004-2005 Apache Web Services. All Rights Reserved.