JCE

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 ]

Articles
  

Articles:
  • An Introduction to Cryptography and the Java Cryptography Extension by Brian R. Gilstrap   - [Clicks: 32]
    Essentially, the JCE lets us scramble and unscramble data, annotate code and data with information that lets others verify it came from us, verify the integrity of data sent from others, and perform administrative operations associated with cryptographic primitives like ciphers, secret keys, etc. We'll discuss these in more detail later, but first we need to introduce some basic terminology used when doing cryptography, understand how the JCE relates to other Java security APIs, and get an overview of the JCE's architecture.
    http://www.ociweb.com/jnb/jnbDec2003.html - Dec, 2003
  • Using Digital Signatures and Certificates in Java by Svetlin Nakov   - [Clicks: 21]
    Discover which specification gives Java programmers a standard way to access cryptographic services, digital signatures, and digital certificates.
    http://www.developer.com/java/ent/article.php/3105261 - Nov, 2003
  • Master the basics of Java Cryptography Extension (JCE) by Jim Birchfield   - [Clicks: 38]
    Security is an often-overlooked aspect of application development. Fortunately, Java has recognized the importance of security with Java Cryptography Extension (JCE). This article begins a three-part series exploring JCE fundamentals.
    http://builder.com.com/5100-6370-1046088.html?tag=sc - Oct, 2003

[Top]