KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > security > NoSuchProviderException > Top Examples

  • com.lowagie.text.pdf.PdfPKCS7
    This class does all the processing related to signing and verifying a PKCS#7 signature. <p> It's based in code found at org.bouncycastle.
  • org.apache.cocoon.components.modules.input.DigestMetaModule
    Meta module that obtains values from other module and returns message digest of value. Very useful for storing and checking passwords. Input module configured through nested element "input-module", message digest algorithm, security provider, salt, and URL encoded output configurable through elemen ...
  • org.enhydra.oyster.exception.SMIMEException
    SMIMEException is exception which is thrown in the classes specific for SMIME and in the processes associated with SMIME. It contains messages describing appeared problems and contains name of the class where the exception was thrown.<BR> <BR> SMIMEException, as one of his arguments, c ...
  • org.jacorb.security.ssl.iaik.SSLSocketFactory
    @author Andr'e Benvenuti, Gerald Brose. @version $Id: SSLSocketFactory.java,v 1.12 2004/05/06 09:51:52 nicolas Exp $ We follow the design of socket factories in package javax.net and javax.net.ssl.* Because this package doesn't exist in the JDK yet we don't extend its classes, but we are fully co ...
Popular Tags