CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         
Changes by:     Raif S. Naffah <[EMAIL PROTECTED]>      06/02/06 18:42:51

Modified files:
        gnu/java/security/provider: GnuDSAPublicKey.java 
                                    GnuRSAPrivateKey.java 
                                    GnuRSAPublicKey.java 
                                    GnuDSAPrivateKey.java 
                                    EncodedKeyFactory.java 
        .              : ChangeLog 
        gnu/java/security: Registry.java 

Log message:
        2006-02-07  Raif S. Naffah  <[EMAIL PROTECTED]>
        
        * gnu/java/security/provider/GnuDSAPublicKey.java (getEncoded): Use
        Registry constant.
        * gnu/java/security/provider/GnuDSAPrivateKey.java (getEncoded):
        Likewise.
        * gnu/java/security/provider/GnuRSAPrivateKey.java (getEncoded):
        Likewise.
        * gnu/java/security/provider/GnuRSAPublicKey.java (getEncoded):
        Likewise.
        * gnu/java/security/provider/EncodedKeyFactory.java
        (ID_DSA): Redefined in terms of Registry constant.
        (ID_DSA): Redefined in terms of Registry constant.
        (ID_DH): Redefined in terms of Registry constant.
        * gnu/java/security/Registry.java (X509_ENCODING): New constant.
        (PKCS8_ENCODING): Likewise.
        (ASN1_ENCODING): Likewise.
        (RAW_ENCODING_SHORT_NAME): Likewise.
        (X509_ENCODING_SORT_NAME): Likewise.
        (PKCS8_ENCODING_SHORT_NAME): Likewise.
        (ASN1_ENCODING_SHORT_NAME): Likewise.
        (X509_ENCODING_ID): Likewise.
        (PKCS8_ENCODING_ID): Likewise.
        (ASN1_ENCODING_ID): Likewise.
        (DSA_OID_STRING): Likewise.
        (RSA_OID_STRING): Likewise.
        (DH_OID_STRING): Likewise.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/gnu/java/security/provider/GnuDSAPublicKey.java.diff?tr1=1.7&tr2=1.8&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/gnu/java/security/provider/GnuRSAPrivateKey.java.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/gnu/java/security/provider/GnuRSAPublicKey.java.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/gnu/java/security/provider/GnuDSAPrivateKey.java.diff?tr1=1.7&tr2=1.8&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/gnu/java/security/provider/EncodedKeyFactory.java.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.6278&tr2=1.6279&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/gnu/java/security/Registry.java.diff?tr1=1.2&tr2=1.3&r1=text&r2=text


Reply via email to