Class FaestPrivateKeyParameters
- java.lang.Object
-
- org.bouncycastle.crypto.params.AsymmetricKeyParameter
-
- org.bouncycastle.pqc.crypto.faest.FaestPrivateKeyParameters
-
- All Implemented Interfaces:
CipherParameters
public class FaestPrivateKeyParameters extends AsymmetricKeyParameter
FAEST private key: encoded asowfInput || owfKey(matching the upstreamSK_INPUT || SK_KEYlayout). Length matchesFaestParameters.getSkSize().
-
-
Constructor Summary
Constructors Constructor Description FaestPrivateKeyParameters(FaestParameters parameters, byte[] privateKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getEncoded()FaestParametersgetParameters()byte[]getPrivateKey()-
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
-
-
-
Constructor Detail
-
FaestPrivateKeyParameters
public FaestPrivateKeyParameters(FaestParameters parameters, byte[] privateKey)
-
-
Method Detail
-
getPrivateKey
public byte[] getPrivateKey()
-
getEncoded
public byte[] getEncoded()
-
getParameters
public FaestParameters getParameters()
-
-