Class NHSecretKeyProcessor
- java.lang.Object
-
- org.bouncycastle.pqc.crypto.newhope.NHSecretKeyProcessor
-
public class NHSecretKeyProcessor extends java.lang.Object
A processor with associated builders for doing secret key transformation using the New Hope algorithm.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NHSecretKeyProcessor.PartyUBuilder
Party U (initiator) processor builder.static class
NHSecretKeyProcessor.PartyVBuilder
Party V (responder) processor builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
processKey(byte[] initialKey)
-