top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is JCA (Java Cryptography Architecture) in java?

+1 vote
229 views
What is JCA (Java Cryptography Architecture) in java?
posted Mar 4, 2016 by Ritika Sharma

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

The Java Cryptography Architecture (JCA) is a framework for working with cryptography using the Java programming language. It forms part of the Java security API, and was first introduced in JDK 1.1 in the java.security package.

The JCA uses a "provider"-based architecture and contains a set of APIs for various purposes, such as encryption, key generation and management, secure random number generation, certificate validation, etc. These APIs provide easy way for developers to integrate security into application code.

answer Mar 7, 2016 by Karthick.c
...