org.apache.wss4j.common.derivedKey
Interface DerivationAlgorithm

All Known Implementing Classes:
P_SHA1

public interface DerivationAlgorithm


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 WSSecurityException
Throws:
WSSecurityException


Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.