|
Duke, the Java Mascot(Photo credit: Wikipedia) |
The term "
Cryptographic Service Provider" (used interchangeably with
"provider" in this document) refers to a package or set of packages that
supply a concrete implementation of a subset of the JDK Security API
cryptography features. The Provider class is the interface to such a
package or set of packages. It has methods for accessing the provider
name, version number, and other information.
The above paragraph has been taken from
Here
If you want to get the list of the all the
JCA Security Providers then
you can use the following code, and it also prints the information's and
its version : -
Code :-
0 comments :
Post a Comment