Code signing with the java.security package
A related but different issue is the java.security package 
which provides facilities for code signing and encryption. Users
can choose to relax security restrictions for applets that come
from a trusted source, such as a private Intranet. 
Interfaces
      	- Certificate 
      	
 - Key 
      	
 - Principal 
      	
 - PrivateKey 
      	
 - PublicKey 
 
                                
Classes
      	- DigestInputStream 
      	
 - DigestOutputStream 
      	
 - Identity 
      	
 - IdentityScope 
      	
 - KeyPair 
      	
 - KeyPairGenerator 
      	
 - MessageDigest 
      	
 - Provider 
      	
 - SecureRandom 
      	
 - Security 
      	
 - Signature 
      	
 - Signer 
 
   Exceptions
                                       
      	- DigestException 
      	
 - InvalidKeyException 
      	
 - InvalidParameterException 
      	
 - KeyException 
      	
 - KeyManagementException 
      	
 - NoSuchAlgorithmException 
      	
 - NoSuchProviderException 
      	
 - ProviderException 
      	
 - SignatureException 
 
Previous | Next | Top
Last Modified April 22, 1999
Copyright 1997, 1999 Elliotte Rusty Harold
elharo@metalab.unc.edu