Bouncy Castle Cryptography Library 1.71

org.bouncycastle.pqc.jcajce.spec
Class SPHINCSPlusParameterSpec

java.lang.Object
  |
  +--org.bouncycastle.pqc.jcajce.spec.SPHINCSPlusParameterSpec
All Implemented Interfaces:
java.security.spec.AlgorithmParameterSpec

public class SPHINCSPlusParameterSpec
extends java.lang.Object
implements java.security.spec.AlgorithmParameterSpec

AlgorithmSpec for SPHINCS+.


Field Summary
static SPHINCSPlusParameterSpec sha256_128f
           
static SPHINCSPlusParameterSpec sha256_128f_simple
           
static SPHINCSPlusParameterSpec sha256_128s
           
static SPHINCSPlusParameterSpec sha256_128s_simple
           
static SPHINCSPlusParameterSpec sha256_192f
           
static SPHINCSPlusParameterSpec sha256_192f_simple
           
static SPHINCSPlusParameterSpec sha256_192s
           
static SPHINCSPlusParameterSpec sha256_192s_simple
           
static SPHINCSPlusParameterSpec sha256_256f
           
static SPHINCSPlusParameterSpec sha256_256f_simple
           
static SPHINCSPlusParameterSpec sha256_256s
           
static SPHINCSPlusParameterSpec sha256_256s_simple
           
static SPHINCSPlusParameterSpec shake256_128f
           
static SPHINCSPlusParameterSpec shake256_128f_simple
           
static SPHINCSPlusParameterSpec shake256_128s
           
static SPHINCSPlusParameterSpec shake256_128s_simple
           
static SPHINCSPlusParameterSpec shake256_192f
           
static SPHINCSPlusParameterSpec shake256_192f_simple
           
static SPHINCSPlusParameterSpec shake256_192s
           
static SPHINCSPlusParameterSpec shake256_192s_simple
           
static SPHINCSPlusParameterSpec shake256_256f
           
static SPHINCSPlusParameterSpec shake256_256f_simple
           
static SPHINCSPlusParameterSpec shake256_256s
           
static SPHINCSPlusParameterSpec shake256_256s_simple
           
 
Method Summary
static SPHINCSPlusParameterSpec fromName(java.lang.String name)
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sha256_128f

public static final SPHINCSPlusParameterSpec sha256_128f

sha256_128s

public static final SPHINCSPlusParameterSpec sha256_128s

sha256_192f

public static final SPHINCSPlusParameterSpec sha256_192f

sha256_192s

public static final SPHINCSPlusParameterSpec sha256_192s

sha256_256f

public static final SPHINCSPlusParameterSpec sha256_256f

sha256_256s

public static final SPHINCSPlusParameterSpec sha256_256s

sha256_128f_simple

public static final SPHINCSPlusParameterSpec sha256_128f_simple

sha256_128s_simple

public static final SPHINCSPlusParameterSpec sha256_128s_simple

sha256_192f_simple

public static final SPHINCSPlusParameterSpec sha256_192f_simple

sha256_192s_simple

public static final SPHINCSPlusParameterSpec sha256_192s_simple

sha256_256f_simple

public static final SPHINCSPlusParameterSpec sha256_256f_simple

sha256_256s_simple

public static final SPHINCSPlusParameterSpec sha256_256s_simple

shake256_128f

public static final SPHINCSPlusParameterSpec shake256_128f

shake256_128s

public static final SPHINCSPlusParameterSpec shake256_128s

shake256_192f

public static final SPHINCSPlusParameterSpec shake256_192f

shake256_192s

public static final SPHINCSPlusParameterSpec shake256_192s

shake256_256f

public static final SPHINCSPlusParameterSpec shake256_256f

shake256_256s

public static final SPHINCSPlusParameterSpec shake256_256s

shake256_128f_simple

public static final SPHINCSPlusParameterSpec shake256_128f_simple

shake256_128s_simple

public static final SPHINCSPlusParameterSpec shake256_128s_simple

shake256_192f_simple

public static final SPHINCSPlusParameterSpec shake256_192f_simple

shake256_192s_simple

public static final SPHINCSPlusParameterSpec shake256_192s_simple

shake256_256f_simple

public static final SPHINCSPlusParameterSpec shake256_256f_simple

shake256_256s_simple

public static final SPHINCSPlusParameterSpec shake256_256s_simple
Method Detail

getName

public java.lang.String getName()

fromName

public static SPHINCSPlusParameterSpec fromName(java.lang.String name)

Bouncy Castle Cryptography Library 1.71