Package org.apache.derby.iapi.services.crypto


package org.apache.derby.iapi.services.crypto
  • Interfaces
    Class
    Description
    A CipherFactory can create new CipherProvider, which is a wrapper for a javax.crypto.Cipher This service is only available when run on JDK1.2 or beyond.
     
    A CipherProvider is a wrapper for a Cipher class in JCE.