public class NHSecretKeyProcessor extends java.lang.Object implements SecretKeyProcessor
Modifier and Type | Class and Description |
---|---|
static class |
NHSecretKeyProcessor.PartyUBuilder
Party U (initiator) processor builder.
|
static class |
NHSecretKeyProcessor.PartyVBuilder
Party V (responder) processor builder.
|
Modifier and Type | Method and Description |
---|---|
javax.crypto.SecretKey |
processKey(javax.crypto.SecretKey initialKey)
Transform the passed in secret key returning the result.
|
public javax.crypto.SecretKey processKey(javax.crypto.SecretKey initialKey)
SecretKeyProcessor
processKey
in interface SecretKeyProcessor
initialKey
- the key to be processed.