public final class DerivedKeyUtils extends Object
Modifier and Type | Method and Description |
---|---|
static byte[] |
deriveKey(String algorithm,
String label,
int length,
byte[] secret,
byte[] nonce,
int offset)
Derive a key from this DerivedKeyToken instance
|
public static byte[] deriveKey(String algorithm, String label, int length, byte[] secret, byte[] nonce, int offset) throws WSSecurityException
length
- secret
- org.apache.wss4j.stax.wss.ext.WSSecurityException
WSSecurityException
Copyright © 2021 JBoss by Red Hat. All rights reserved.