Package org.bouncycastle.pqc.crypto.xmss
Class XMSSPrivateKeyParameters.Builder
java.lang.Object
org.bouncycastle.pqc.crypto.xmss.XMSSPrivateKeyParameters.Builder
- Enclosing class:
XMSSPrivateKeyParameters
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
withBDSState
(BDS valBDS) withIndex
(int val) withMaxIndex
(int 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
-