Bouncy Castle Cryptography Library 1.81

org.bouncycastle.pqc.jcajce.spec
Class SPHINCSPlusParameterSpec

java.lang.Object
  extended byorg.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 haraka_128f
           
static SPHINCSPlusParameterSpec haraka_128f_simple
           
static SPHINCSPlusParameterSpec haraka_128s
           
static SPHINCSPlusParameterSpec haraka_128s_simple
           
static SPHINCSPlusParameterSpec haraka_192f
           
static SPHINCSPlusParameterSpec haraka_192f_simple
           
static SPHINCSPlusParameterSpec haraka_192s
           
static SPHINCSPlusParameterSpec haraka_192s_simple
           
static SPHINCSPlusParameterSpec haraka_256f
           
static SPHINCSPlusParameterSpec haraka_256f_simple
           
static SPHINCSPlusParameterSpec haraka_256s
           
static SPHINCSPlusParameterSpec haraka_256s_simple
           
static SPHINCSPlusParameterSpec sha2_128f
           
static SPHINCSPlusParameterSpec sha2_128f_robust
           
static SPHINCSPlusParameterSpec sha2_128s
           
static SPHINCSPlusParameterSpec sha2_128s_robust
           
static SPHINCSPlusParameterSpec sha2_192f
           
static SPHINCSPlusParameterSpec sha2_192f_robust
           
static SPHINCSPlusParameterSpec sha2_192s
           
static SPHINCSPlusParameterSpec sha2_192s_robust
           
static SPHINCSPlusParameterSpec sha2_256f
           
static SPHINCSPlusParameterSpec sha2_256f_robust
           
static SPHINCSPlusParameterSpec sha2_256s
           
static SPHINCSPlusParameterSpec sha2_256s_robust
           
static SPHINCSPlusParameterSpec shake_128f
           
static SPHINCSPlusParameterSpec shake_128f_robust
           
static SPHINCSPlusParameterSpec shake_128s
           
static SPHINCSPlusParameterSpec shake_128s_robust
           
static SPHINCSPlusParameterSpec shake_192f
           
static SPHINCSPlusParameterSpec shake_192f_robust
           
static SPHINCSPlusParameterSpec shake_192s
           
static SPHINCSPlusParameterSpec shake_192s_robust
           
static SPHINCSPlusParameterSpec shake_256f
           
static SPHINCSPlusParameterSpec shake_256f_robust
           
static SPHINCSPlusParameterSpec shake_256s
           
static SPHINCSPlusParameterSpec shake_256s_robust
           
 
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

sha2_128f_robust

public static final SPHINCSPlusParameterSpec sha2_128f_robust

sha2_128s_robust

public static final SPHINCSPlusParameterSpec sha2_128s_robust

sha2_192f_robust

public static final SPHINCSPlusParameterSpec sha2_192f_robust

sha2_192s_robust

public static final SPHINCSPlusParameterSpec sha2_192s_robust

sha2_256f_robust

public static final SPHINCSPlusParameterSpec sha2_256f_robust

sha2_256s_robust

public static final SPHINCSPlusParameterSpec sha2_256s_robust

sha2_128f

public static final SPHINCSPlusParameterSpec sha2_128f

sha2_128s

public static final SPHINCSPlusParameterSpec sha2_128s

sha2_192f

public static final SPHINCSPlusParameterSpec sha2_192f

sha2_192s

public static final SPHINCSPlusParameterSpec sha2_192s

sha2_256f

public static final SPHINCSPlusParameterSpec sha2_256f

sha2_256s

public static final SPHINCSPlusParameterSpec sha2_256s

shake_128f_robust

public static final SPHINCSPlusParameterSpec shake_128f_robust

shake_128s_robust

public static final SPHINCSPlusParameterSpec shake_128s_robust

shake_192f_robust

public static final SPHINCSPlusParameterSpec shake_192f_robust

shake_192s_robust

public static final SPHINCSPlusParameterSpec shake_192s_robust

shake_256f_robust

public static final SPHINCSPlusParameterSpec shake_256f_robust

shake_256s_robust

public static final SPHINCSPlusParameterSpec shake_256s_robust

shake_128f

public static final SPHINCSPlusParameterSpec shake_128f

shake_128s

public static final SPHINCSPlusParameterSpec shake_128s

shake_192f

public static final SPHINCSPlusParameterSpec shake_192f

shake_192s

public static final SPHINCSPlusParameterSpec shake_192s

shake_256f

public static final SPHINCSPlusParameterSpec shake_256f

shake_256s

public static final SPHINCSPlusParameterSpec shake_256s

haraka_128f

public static final SPHINCSPlusParameterSpec haraka_128f

haraka_128s

public static final SPHINCSPlusParameterSpec haraka_128s

haraka_256f

public static final SPHINCSPlusParameterSpec haraka_256f

haraka_256s

public static final SPHINCSPlusParameterSpec haraka_256s

haraka_192f

public static final SPHINCSPlusParameterSpec haraka_192f

haraka_192s

public static final SPHINCSPlusParameterSpec haraka_192s

haraka_128f_simple

public static final SPHINCSPlusParameterSpec haraka_128f_simple

haraka_128s_simple

public static final SPHINCSPlusParameterSpec haraka_128s_simple

haraka_192f_simple

public static final SPHINCSPlusParameterSpec haraka_192f_simple

haraka_192s_simple

public static final SPHINCSPlusParameterSpec haraka_192s_simple

haraka_256f_simple

public static final SPHINCSPlusParameterSpec haraka_256f_simple

haraka_256s_simple

public static final SPHINCSPlusParameterSpec haraka_256s_simple
Method Detail

getName

public java.lang.String getName()

fromName

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

Bouncy Castle Cryptography Library 1.81