Uses of Class
org.bouncycastle.pqc.crypto.slhdsa.SLHDSAParameters
Packages that use SLHDSAParameters
-
Uses of SLHDSAParameters in org.bouncycastle.pqc.crypto.slhdsa
Fields in org.bouncycastle.pqc.crypto.slhdsa declared as SLHDSAParametersModifier and TypeFieldDescriptionstatic final SLHDSAParametersSLHDSAParameters.sha2_128fstatic final SLHDSAParametersSLHDSAParameters.sha2_128f_with_sha256static final SLHDSAParametersSLHDSAParameters.sha2_128sstatic final SLHDSAParametersSLHDSAParameters.sha2_128s_with_sha256static final SLHDSAParametersSLHDSAParameters.sha2_192fstatic final SLHDSAParametersSLHDSAParameters.sha2_192f_with_sha512static final SLHDSAParametersSLHDSAParameters.sha2_192sstatic final SLHDSAParametersSLHDSAParameters.sha2_192s_with_sha512static final SLHDSAParametersSLHDSAParameters.sha2_256fstatic final SLHDSAParametersSLHDSAParameters.sha2_256f_with_sha512static final SLHDSAParametersSLHDSAParameters.sha2_256sstatic final SLHDSAParametersSLHDSAParameters.sha2_256s_with_sha512static final SLHDSAParametersSLHDSAParameters.shake_128fstatic final SLHDSAParametersSLHDSAParameters.shake_128f_with_shake128static final SLHDSAParametersSLHDSAParameters.shake_128sstatic final SLHDSAParametersSLHDSAParameters.shake_128s_with_shake128static final SLHDSAParametersSLHDSAParameters.shake_192fstatic final SLHDSAParametersSLHDSAParameters.shake_192f_with_shake256static final SLHDSAParametersSLHDSAParameters.shake_192sstatic final SLHDSAParametersSLHDSAParameters.shake_192s_with_shake256static final SLHDSAParametersSLHDSAParameters.shake_256fstatic final SLHDSAParametersSLHDSAParameters.shake_256f_with_shake256static final SLHDSAParametersSLHDSAParameters.shake_256sstatic final SLHDSAParametersSLHDSAParameters.shake_256s_with_shake256Methods in org.bouncycastle.pqc.crypto.slhdsa that return SLHDSAParametersConstructors in org.bouncycastle.pqc.crypto.slhdsa with parameters of type SLHDSAParametersModifierConstructorDescriptionSLHDSAKeyGenerationParameters(SecureRandom random, SLHDSAParameters parameters) protectedSLHDSAKeyParameters(boolean isPrivate, SLHDSAParameters parameters) SLHDSAPrivateKeyParameters(SLHDSAParameters parameters, byte[] skpkEncoded) SLHDSAPrivateKeyParameters(SLHDSAParameters parameters, byte[] skSeed, byte[] prf, byte[] pkSeed, byte[] pkRoot) SLHDSAPublicKeyParameters(SLHDSAParameters parameters, byte[] pkValues)