CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         
Changes by:     Raif S. Naffah <[EMAIL PROTECTED]>      06/05/20 03:04:20

Modified files:
        .              : ChangeLog 
        gnu/javax/crypto/jce/keyring: GnuKeyring.java 

Log message:
        2006-05-20  Raif S. Naffah  <[EMAIL PROTECTED]>
        
        * gnu/javax/crypto/jce/keyring/GnuKeyring.java (engineAliases):
        Formatting.
        Added trace/debug statements.
        (engineSetCertificateEntry): Ensure alias is not already used for a Key
        Entry.  Also ensure that any previous entry for this alias is removed
        before a new one is added.
        (engineGetKey): Do not trace/log passwords.
        Trace key's class name only.
        (engineSetKeyEntry): Ensure alias is not alredy used for a Trusted
        Certificate Entry. Also ensure that previous entry for this alias is
        removed before a new one is added.
        (engineLoad): Do not trace/log passwords.
        (engineStore): Likewise.
        (engineSize): Use size of enumeration instead of collection size.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.7492&tr2=1.7493&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/gnu/javax/crypto/jce/keyring/GnuKeyring.java.diff?tr1=1.2&tr2=1.3&r1=text&r2=text


Reply via email to