Class OwlServerRegistration

java.lang.Object
org.bouncycastle.crypto.agreement.owl.OwlServerRegistration

public class OwlServerRegistration extends Object
A server in the Owl key exchange protocol specifically for the user registration phase.

See OwlClientRegistration for more details on the user registration in Owl.

This class is stateful and NOT threadsafe. Each instance should only be used for ONE complete Owl registration phase (i.e. a new OwlServerRegistration and OwlClientRegistration should be constructed for each new Owl exchange).