Bouncy Castle Cryptography Library 1.79

org.bouncycastle.pqc.crypto.newhope
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.


Inner Class Summary
static class NHSecretKeyProcessor.PartyUBuilder
          Party U (initiator) processor builder.
static class NHSecretKeyProcessor.PartyVBuilder
          Party V (responder) processor builder.
 
Method Summary
 byte[] processKey(byte[] initialKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

processKey

public byte[] processKey(byte[] initialKey)

Bouncy Castle Cryptography Library 1.79