Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
C D E G M O V

C

CipherFactory - interface org.apache.derby.iapi.services.crypto.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.
CipherProvider - interface org.apache.derby.iapi.services.crypto.CipherProvider.
A CipherProvider is a wrapper for a Cipher class in JCE.
changeBootPassword(String, Properties, CipherProvider) - Method in interface org.apache.derby.iapi.services.crypto.CipherFactory
 
createNewCipher(int) - Method in interface org.apache.derby.iapi.services.crypto.CipherFactory
Returns a CipherProvider which is the encryption or decryption engine.

D

DECRYPT - Static variable in interface org.apache.derby.iapi.services.crypto.CipherFactory
 
decrypt(byte[], int, int, byte[], int) - Method in interface org.apache.derby.iapi.services.crypto.CipherProvider
Decrypt data - use only with Cipher that has been initialized with CipherFactory.DECRYPT.

E

ENCRYPT - Static variable in interface org.apache.derby.iapi.services.crypto.CipherFactory
Get a CipherProvider that either Encrypts or Decrypts.
encrypt(byte[], int, int, byte[], int) - Method in interface org.apache.derby.iapi.services.crypto.CipherProvider
Encrypt data - use only with Cipher that has been initialized with CipherFactory.ENCRYPT.

G

getEncryptionBlockSize() - Method in interface org.apache.derby.iapi.services.crypto.CipherProvider
Returns the encryption block size used during creation of the encrypted database
getSecureRandom() - Method in interface org.apache.derby.iapi.services.crypto.CipherFactory
 

M

MIN_BOOTPASS_LENGTH - Static variable in interface org.apache.derby.iapi.services.crypto.CipherFactory
Minimum bootPassword length

O

org.apache.derby.iapi.services.crypto - package org.apache.derby.iapi.services.crypto
 

V

verifyKey(boolean, StorageFactory, Properties) - Method in interface org.apache.derby.iapi.services.crypto.CipherFactory
Verify the external encryption key

C D E G M O V