I am experimenting Kyber key encryption in my project and have generated a Kyber key pair using Bouncy Castle provider and tried to store the private key in Keystore, but it expects a certificate chain associated with the private key, and that needs a signature algorithm.
https://docs.oracle.com/javase/8/docs/api/java/security/KeyStore.html#setKeyEntry-java.lang.String-java.security.Key-char:A-java.security.cert.Certificate:A-
DefaultSignatureAlgorithmIdentifierFinder class missing Kyber Object Identifiers
https://github.com/bcgit/bc-java/blob/main/pkix/src/main/java/org/bouncycastle/operator/DefaultSignatureAlgorithmIdentifierFinder.java