This package provides all the classes and all the interfaces needed by Java security framework. Functionality for signing jar files Class {@link java.security.Signer}; for generating public and private key for asymmetric encryption algorithm {@link java.security.PublicKey} and {@link java.security.PrivateKey} are provided. All the the functionality to expand the priviledges within the AccessController are also defined here.