Bouncy Castle Cryptography Library 1.79

org.bouncycastle.pqc.crypto.sphincs
Class SPHINCSPrivateKeyParameters

java.lang.Object
  |
  +--org.bouncycastle.crypto.params.AsymmetricKeyParameter
        |
        +--org.bouncycastle.pqc.crypto.sphincs.SPHINCSKeyParameters
              |
              +--org.bouncycastle.pqc.crypto.sphincs.SPHINCSPrivateKeyParameters
All Implemented Interfaces:
CipherParameters

public class SPHINCSPrivateKeyParameters
extends SPHINCSKeyParameters


Fields inherited from class org.bouncycastle.pqc.crypto.sphincs.SPHINCSKeyParameters
SHA3_256, SHA512_256
 
Constructor Summary
SPHINCSPrivateKeyParameters(byte[] keyData)
           
SPHINCSPrivateKeyParameters(byte[] keyData, java.lang.String treeDigest)
           
 
Method Summary
 byte[] getKeyData()
           
 
Methods inherited from class org.bouncycastle.pqc.crypto.sphincs.SPHINCSKeyParameters
getTreeDigest
 
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SPHINCSPrivateKeyParameters

public SPHINCSPrivateKeyParameters(byte[] keyData)

SPHINCSPrivateKeyParameters

public SPHINCSPrivateKeyParameters(byte[] keyData,
                                   java.lang.String treeDigest)
Method Detail

getKeyData

public byte[] getKeyData()

Bouncy Castle Cryptography Library 1.79