Bouncy Castle Cryptography Library 1.86

org.bouncycastle.crypto.threshold
Class ShamirSecretSplitter.Mode

java.lang.Object
  extended byorg.bouncycastle.crypto.threshold.ShamirSecretSplitter.Mode
Enclosing class:
ShamirSecretSplitter

Deprecated. no longer selects anything. Mode.Table indexed log/exp tables with the secret being split and with the share bytes, so which cache line it touched revealed them; both values now use the same constant-time arithmetic. Use #getInstance(Algorithm, int, SecureRandom), which takes no mode.

public static class ShamirSecretSplitter.Mode
extends java.lang.Object

The GF(256) arithmetic to use.


Field Summary
static ShamirSecretSplitter.Mode Native
          Deprecated.  
static ShamirSecretSplitter.Mode Table
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Native

public static final ShamirSecretSplitter.Mode Native
Deprecated. 

Table

public static final ShamirSecretSplitter.Mode Table
Deprecated. 

Bouncy Castle Cryptography Library 1.86