Class P_SHA1
java.lang.Object
org.apache.wss4j.common.derivedKey.P_SHA1
- All Implemented Interfaces:
DerivationAlgorithm
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]createKey(byte[] secret, byte[] seed, int offset, long length)
-
Constructor Details
-
P_SHA1
public P_SHA1()
-
-
Method Details
-
createKey
public byte[] createKey(byte[] secret, byte[] seed, int offset, long length) throws WSSecurityException - Specified by:
createKeyin interfaceDerivationAlgorithm- Throws:
WSSecurityException
-