Package org.bouncycastle.pqc.crypto.xmss
Class XMSSMTPrivateKeyParameters.Builder
java.lang.Object
org.bouncycastle.pqc.crypto.xmss.XMSSMTPrivateKeyParameters.Builder
- Enclosing class:
XMSSMTPrivateKeyParameters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withBDSState(BDSStateMap val) withIndex(long val) withMaxIndex(long val) withPrivateKey(byte[] privateKeyVal) withPublicSeed(byte[] val) withRoot(byte[] val) withSecretKeyPRF(byte[] val) withSecretKeySeed(byte[] val)
-
Constructor Details
-
Builder
-
-
Method Details
-
withIndex
-
withMaxIndex
-
withSecretKeySeed
-
withSecretKeyPRF
-
withPublicSeed
-
withRoot
-
withBDSState
-
withPrivateKey
-
build
-