Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mariovilas/listservices
A small tool to list all cryptographic services available to Java. https://breakingcode.wordpress.com/2011/07/20/quickpost-listing-all-available-java-cryptographic-services/
https://github.com/mariovilas/listservices
Last synced: about 16 hours ago
JSON representation
A small tool to list all cryptographic services available to Java. https://breakingcode.wordpress.com/2011/07/20/quickpost-listing-all-available-java-cryptographic-services/
- Host: GitHub
- URL: https://github.com/mariovilas/listservices
- Owner: MarioVilas
- Created: 2012-10-22T10:08:39.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2021-08-10T18:40:23.000Z (about 3 years ago)
- Last Synced: 2023-03-23T07:57:56.118Z (over 1 year ago)
- Language: Java
- Size: 2.93 KB
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ListServices
============A small tool to list all cryptographic services available to Java.
https://breakingcode.wordpress.com/2011/07/20/quickpost-listing-all-available-java-cryptographic-services/
Example usage:
$ java -jar ListServices.jar
KeyFactory:
1.2.840.113549.1.3.1
OID.1.2.840.113549.1.1
1.2.840.113549.1.1
OID.1.2.840.113549.1.3.1
1.3.14.3.2.12
DSA
DiffieHellman
RSA
DH
1.2.840.10040.4.1TransformService:
INCLUSIVE_WITH_COMMENTS
ENVELOPED
(... output omitted for brevity ...)$ java -jar ListProviders.jar MessageDigest
MessageDigest:
SHA-256
SHA-512
SHA
SHA-384
SHA1
MD5
SHA-1
MD2$