Uses of Class
org.bouncycastle.pqc.crypto.xmss.XMSSMTParameters
Packages that use XMSSMTParameters
-
Uses of XMSSMTParameters in org.bouncycastle.pqc.crypto.xmss
Methods in org.bouncycastle.pqc.crypto.xmss that return XMSSMTParametersModifier and TypeMethodDescriptionXMSSMTKeyGenerationParameters.getParameters()XMSSMTPrivateKeyParameters.getParameters()XMSSMTPublicKeyParameters.getParameters()XMSSMT.getParams()Getter XMSSMT params.static XMSSMTParametersXMSSMTParameters.lookupByOID(int oid) Constructors in org.bouncycastle.pqc.crypto.xmss with parameters of type XMSSMTParametersModifierConstructorDescriptionBuilder(XMSSMTParameters params) Builder(XMSSMTParameters params) Builder(XMSSMTParameters params) XMSSMT(XMSSMTParameters params, SecureRandom prng) XMSSMT constructor...XMSSMTKeyGenerationParameters(XMSSMTParameters xmssmtParameters, SecureRandom prng) XMSSMT constructor...