blob: 5c7c57183edfd40b082755612cbe2a76cdb7c070 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
% ----------------------------
\subsection{PKCS Overview}
% ----------------------------
\begin{frame}
\frametitle{What is PKCS?}
\begin{itemize}
\item Public Key Cryptography Standards (PKCS)
\begin{itemize}
\item Set of Standards
\item Specification of asymmetric Cryptographic Systems
\item Standardize Aspects and Usage
\end{itemize}
\item Examples:
\begin{itemize}
\item PKCS\#1: RSA Cryptography Specifications
\item PKCS\#7: Cryptographic Message Syntax (CMS)
\item PKCS\#11: Cryptographic Token Interface (Cryptoki)
\item PKCS\#12: Personal Information Exchange Syntax Standard
\item etc.
\end{itemize}
\end{itemize}
\end{frame}
|