org.apache.ws.security.conversation.dkalgo
Interface DerivationAlgorithm

All Known Implementing Classes:
P_SHA1

public interface DerivationAlgorithm

Author:
Ruchith Fernando (ruchith.fernando@gmail.com)

Method Summary
 byte[] createKey(byte[] secret, byte[] seed, int offset, long length)
           
 

Method Detail

createKey

byte[] createKey(byte[] secret,
                 byte[] seed,
                 int offset,
                 long length)
                 throws ConversationException
Throws:
ConversationException


Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.