Annotation of FM2SQL/export/com/ddtek/sequelink/security/security.properties, revision 1.1

1.1     ! casties     1: #String Resource Bundle for the classes of the package "com.ddtek.sequelink.security"
        !             2: #American local and DEFAULT
        !             3: 
        !             4: #SequeLink security provider parameters
        !             5: provider.name=SLJCE
        !             6: provider.version=1.0
        !             7: provider.info=SequeLink Cryptographic Provider.
        !             8: byteswap.cipher.name=ByteSwap
        !             9: des.cipher.name=DES
        !            10: deswithpadding.cipher.name=DES/CBC/PKCS5Padding
        !            11: tripledes.cipher.name=TripleDES
        !            12: tripledeswithpadding.cipher.name=TripleDES/CBC/PKCS5Padding
        !            13: scrypt.cipher.name=SCrypt
        !            14: rsa.cipher.name=RSA
        !            15: rc4.cipher.name=RC4
        !            16: 
        !            17: #Error messages
        !            18: err.msg.7621=Unexpected Exception occurred while en/decrypting the private key:
        !            19: err.msg.7622=ByteSwap cipher mode unknown.
        !            20: err.msg.7623=ByteSwap padding algorithm unknown.
        !            21: err.msg.7624=ByteSwap cipher doesn't supports parameters.
        !            22: err.msg.7625=Key size is not variable.
        !            23: err.msg.7626=Not a ByteSwap key.
        !            24: err.msg.7627=Bad input buffer.
        !            25: err.msg.7628=Bad output buffer.
        !            26: err.msg.7629=ByteSwap cipher not initialized yet.
        !            27: err.msg.7630=Security provider not found: {0}
        !            28: err.msg.7631=Algorithm not found: {0}
        !            29: err.msg.7632=SCript cipher doesn't supports parameters.
        !            30: err.msg.7633=SCript cipher not initializet yet.
        !            31: err.msg.7634=Key to be used is fixed.
        !            32: err.msg.7635=No random source specified.
        !            33: err.msg.7636=SCript cipher mode unknown.
        !            34: err.msg.7637=SCript padding algorithm unknown.
        !            35: err.msg.7638=Wrong or corrupt input buffer.
        !            36: err.msg.7639=Bad output buffer.
        !            37: err.msg.7640=Algorithm not found: {0}
        !            38: err.msg.7641=Security provider not found: {0}
        !            39: err.msg.7642=Error while initializing SCript cipher: {0}
        !            40: err.msg.7643=Error while encrypting with Script cipher: {0}
        !            41: err.msg.7644=Error while decrypting with Script cipher: {0}
        !            42: err.msg.7645=Unexpected Exception occurred while en/decrypting the private key:
        !            43: err.msg.7646=Error while initializing JSafe RSA cipher: {0}
        !            44: err.msg.7647=Error while initializing JSafe RSA private key: {0}
        !            45: err.msg.7648=Error while initializing JSafe RSA public key: {0}
        !            46: err.msg.7649=Error while encrypting with JSafe RSA: {0}
        !            47: err.msg.7650=Error while decrypting with JSafe RSA: {0}
        !            48: err.msg.7651=JSafe RSA cipher doen't support parameters.
        !            49: err.msg.7652=Invalid JSafe RSA public key: {0}
        !            50: err.msg.7653=Invalid JSafe RSA private key: {0}
        !            51: err.msg.7654=Invalid JSafe cipher operation mode.
        !            52: err.msg.7655=Invalid JSafe RSA mode: {0}
        !            53: err.msg.7656=Invalid JSafe RSA padding: {0}
        !            54: err.msg.7657=Not an RSA public key specification.
        !            55: err.msg.7658=Not an RSA private key specification.
        !            56: err.msg.7659=Not an JSAFE RSA key.
        !            57: err.msg.7660=Error while decoding RSA private key from PKCS #8 structure.
        !            58: err.msg.7661=Error while decoding RSA private key from PKCS #8 structure: {0}
        !            59: err.msg.7662=Error while decoding RSA public key.
        !            60: err.msg.7663=Error while decoding RSA public key: {0}
        !            61: err.msg.7664=Error with PKCS #1 padding (block mode {0}).
        !            62: err.msg.7665=Error while initializing JSafe RC4 cipher: {0}
        !            63: err.msg.7666=Error while initializing JSafe RC4 cipher: {0}
        !            64: err.msg.7667=Error while encrypting with JSafe RC4 cipher: {0}
        !            65: err.msg.7678=Error while encrypting with JSafe RC4 cipher: {0}

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>