The Provider Architecture
At the root of the JCA is the idea of security
providers. A provider supplies algorithms for
the cryptographic concept classes. In practice, a provider is a
collection of algorithm classes headed up by a
java.security.Provider
object. This is confusing
terminology; provider (small p) refers to the
concept, while Provider
refers to a specific
class.
Get Java Cryptography now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.