Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

package de.dentrassi.crypto.pem does not exist #16

Open
Tauum opened this issue Sep 26, 2022 · 1 comment
Open

package de.dentrassi.crypto.pem does not exist #16

Tauum opened this issue Sep 26, 2022 · 1 comment

Comments

@Tauum
Copy link

Tauum commented Sep 26, 2022

Is this still supported?

I followed the guide

Main:

        Security.addProvider(new PemKeyStoreProvider());
        KeyStore keyStore = KeyStore.getInstance("PEM");
        SpringApplication.run(JavaSpringBootApplication.class, args);

i get: "package de.dentrassi.crypto.pem does not exist" in pom.xml
Pom.XML:

                <dependency>
                    <groupId>de.dentrassi.crypto</groupId>
                    <artifactId>pem-keystore</artifactId>
                    <version>2.2.0</version> <!-- check for most recent version -->
                </dependency>

I get this error on compile: package

java: cannot find symbol
symbol: class PemKeyStoreProvider
location: class com.example.javaspringboot.JavaSpringBootApplication

@ctron
Copy link
Owner

ctron commented Sep 27, 2022

Yes, the package still exists: https://search.maven.org/artifact/de.dentrassi.crypto/pem-keystore

It looks like some general issue with your Java project setup. Maybe you can create a reproducer repository, just focusing on the issue, to get it sorted out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants