Java KeyStore: Difference between revisions

Content deleted Content added
Updated to a newer documentation set
Adding short description: "Software development tool for security"
 
(One intermediate revision by one other user not shown)
Line 1:
{{Short description|Software development tool for security}}
A '''Java KeyStore''' ('''JKS''') is a [[content repository|repository]] of security certificates{{spaced ndash}} either [[authorization certificate]]s or [[public key certificate]]s{{spaced ndash}} plus corresponding [[Private key|private keys]], used for instance in [[Transport Layer Security|TLS encryption]].
 
Line 8 ⟶ 9:
*[[Java Secure Socket Extension]]
*[[Keyring (cryptography)]]
*[[Public- key infrastructure]]
 
==References==