Package org.apache.derby.iapi.services.crypto
-
Interface Summary Interface Description CipherFactory 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.CipherFactoryBuilder CipherProvider A CipherProvider is a wrapper for a Cipher class in JCE.