Java org.bouncycastle.pqc.jcajce.spec SPHINCS256KeyGenParameterSpec fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.pqc.jcajce.spec SPHINCS256KeyGenParameterSpec fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.pqc.jcajce.spec SPHINCS256KeyGenParameterSpec.

The text is from its open source code.

Field

StringSHA512_256
Use SHA512-256 for the tree generation function.
StringSHA3_256
Use SHA3-256 for the tree generation function.

Constructor

SPHINCS256KeyGenParameterSpec(String treeHash)
Specify the treehash, one of SHA512-256, or SHA3-256.