Class FaestPrivateKeyParameters
java.lang.Object
org.bouncycastle.crypto.params.AsymmetricKeyParameter
org.bouncycastle.pqc.crypto.faest.FaestPrivateKeyParameters
- All Implemented Interfaces:
CipherParameters
FAEST private key: encoded as
owfInput || owfKey (matching the upstream
SK_INPUT || SK_KEY layout). Length matches FaestParameters.getSkSize().-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]byte[]Methods inherited from class AsymmetricKeyParameter
isPrivate
-
Constructor Details
-
FaestPrivateKeyParameters
-
-
Method Details
-
getPrivateKey
public byte[] getPrivateKey() -
getEncoded
public byte[] getEncoded() -
getParameters
-