org.apache.derby.iapi.services.crypto |
|
Java Source File Name | Type | Comment |
CipherFactory.java | Interface | 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.java | Interface | |
CipherProvider.java | Interface | A CipherProvider is a wrapper for a Cipher class in JCE. |