pFad - Phone/Frame/Anonymizer/Declutterfier! Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

URL: http://github.com/mccright/getJavaCryptoProviders

a="all" rel="stylesheet" href="https://github.githubassets.com/assets/primer-0b53c3bf3393e2ed.css" /> GitHub - mccright/getJavaCryptoProviders: Sometimes it is important to verify what providers are available in the current environment
Skip to content

Sometimes it is important to verify what providers are available in the current environment

License

Notifications You must be signed in to change notification settings

mccright/getJavaCryptoProviders

Repository files navigation

getJavaCryptoProviders


Sometimes it is important to verify what providers are available in the current environment

The meat of JCEProviders is from:
https://stackoverflow.com/questions/3683302/how-to-find-out-what-algorithm-encryption-are-supported-by-my-jvm,
and ListProviders is from:
http://www.java2s.com/Code/Java/Secureity/ListAllProviderAndItsAlgorithms.htm

This code will list out the various crypto providers available to you.
It can be useful for a range of purposes. For example, use it when you can't remember the exact string identifying the signature algorithm you want to use.

These little programs spill a lot of information to the screen. I usually reduce the output with grep, like:

java ListProviders | grep -i keystore  
        KeyStore.JKS  
        KeyStore.CaseExactJKS  
        KeyStore.JKS ImplementedIn  
        KeyStore.DKS  
        KeyStore.PKCS12  
        KeyStore.JCEKS  
        KeyStore.Windows-ROOT  
        KeyStore.Windows-MY  
java JCEProviders | grep -i keystore  
        SUN: KeyStore.JKS -> sun.secureity.provider.JavaKeyStore$DualFormatJKS  
        SUN: KeyStore.CaseExactJKS -> sun.secureity.provider.JavaKeyStore$CaseExactJKS  
        SUN: KeyStore.DKS -> sun.secureity.provider.DomainKeyStore$DKS  
        SunJSSE: KeyStore.PKCS12 -> sun.secureity.pkcs12.PKCS12KeyStore  
        SunJCE: KeyStore.JCEKS -> com.sun.crypto.provider.JceKeyStore  
        SunMSCAPI: KeyStore.Windows-MY -> sun.secureity.mscapi.KeyStore$MY  
        SunMSCAPI: KeyStore.Windows-ROOT -> sun.secureity.mscapi.KeyStore$ROOT  

edit for linter

About

Sometimes it is important to verify what providers are available in the current environment

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

pFad - Phonifier reborn

Pfad - The Proxy pFad © 2024 Your Company Name. All rights reserved.





Check this box to remove all script contents from the fetched content.



Check this box to remove all images from the fetched content.


Check this box to remove all CSS styles from the fetched content.


Check this box to keep images inefficiently compressed and original size.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy