KickJava   Java API By Example, From Geeks To Geeks.

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

  • org.jacorb.security.util.CertUtils
    A class with utility methods that help managing certificates @author Gerald Brose, FU Berlin @version $Id: CertUtils.java,v 1.11 2004/05/06 12:40:01 nicolas Exp $
  • org.apache.juddi.cryptor.DefaultCryptor
    @author Anou Manavalan
  • org.apache.juddi.cryptor.Cryptor
    @author Anou Manavalan
  • 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.
  • com.jcorporate.expresso.core.security.strongencryption.StringEncryption
    <p>StringEncryption.java</p> <p/> <p>Copyright 2000, 2001 Jcorporate Ltd.</p> <p>This class provides basic string encryption. It'll provide the services of password whitening and automatic selection of encryption.</p> <p/> <p>Known Vulnerabili ...
  • org.apache.commons.httpclient.auth.NTLM
    Provides an implementation of the NTLM authentication protocol. <p> This class provides methods for generating authentication challenge responses for the NTLM authentication protocol. The NTLM protocol is a proprietary Microsoft protocol and as such no RFC exists for it. This class is base ...
  • 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