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

Quick Search    Search Deep
C D E P

C

cryptix.jce.provider.keyfactory - package cryptix.jce.provider.keyfactory
 

D

DESKeyFactory - class cryptix.jce.provider.keyfactory.DESKeyFactory.
This is the KeyFactory for DES.
DESKeyFactory() - Constructor for class cryptix.jce.provider.keyfactory.DESKeyFactory
 
desKeySpec - Variable in class cryptix.jce.provider.keyfactory.DESKeyFactory
 

E

engineGenerateSecret(KeySpec) - Method in class cryptix.jce.provider.keyfactory.DESKeyFactory
This method generates a secret key based on the given KeySpec.
engineGenerateSecret(KeySpec) - Method in class cryptix.jce.provider.keyfactory.PBEKeyFactory
This method generates a secret key based on the given KeySpec.
engineGetKeySpec(SecretKey, Class) - Method in class cryptix.jce.provider.keyfactory.DESKeyFactory
This method returns a key specification of the given secret key using the provided key spec class as the output format.
engineGetKeySpec(SecretKey, Class) - Method in class cryptix.jce.provider.keyfactory.PBEKeyFactory
This method returns a key specification of the given secret key using the provided key spec class as the output format.
engineTranslateKey(SecretKey) - Method in class cryptix.jce.provider.keyfactory.DESKeyFactory
This method translates a secret key of an untrusted or unknown provider into a "valid" secret key.
engineTranslateKey(SecretKey) - Method in class cryptix.jce.provider.keyfactory.PBEKeyFactory
This method translates a secret key of an untrusted or unknown provider into a "valid" secret key.

P

PBEKeyFactory - class cryptix.jce.provider.keyfactory.PBEKeyFactory.
This is a KeyFactory for PBE.
PBEKeyFactory() - Constructor for class cryptix.jce.provider.keyfactory.PBEKeyFactory
 
pbeKeySpec - Variable in class cryptix.jce.provider.keyfactory.PBEKeyFactory
Internal storage for the PBEKeySpec.

C D E P