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 Object
- implements DerivationAlgorithm
Method Summary |
byte[] |
createKey(byte[] secret,
byte[] seed,
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,
byte[] seed,
int offset,
long length)
throws ConversationException
- Specified by:
createKey
in interface DerivationAlgorithm
- Throws:
ConversationException
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.