📄 cryptix.properties
字号:
# $Id: Cryptix.properties,v 1.1.1.1 2002/08/27 12:32:09 grosbois Exp $## Copyright (c) 1997-2000 The Cryptix Foundation Limited. All rights reserved.## Properties file for the Cryptix security provider.# Important: no secret information should be stored in this file.## It is recommended that instead of modifying Cryptix.properties, you# create a 'Local.properties' file in the same directory, and modify# that. Any properties in that file will add to and override the ones# here.## The advantage of doing this is that you can copy the Local.properties# file between different Cryptix distributions, without having to merge# your changes with any changes that we have made between versions.# On operating systems that support symbolic links, Local.properties# could be a link to some common location.# ----------------------------------------------------------------------# PGP properties# ----------------------------------------------------------------------# Specify the directory containing config.txt or pgp.ini below.# '/' expands to the OS-specific directory separator, and '~' to the# value of the user.home system property.PGP.ConfigPath = ~/.pgp/config.txt# ----------------------------------------------------------------------# Debugging properties## If the library is compiled with cryptix.util.core.Debug.GLOBAL_DEBUG# set to false, debugging is always disabled, and these properties are# ignored. Otherwise, the higher the debugging level, the more# information is displayed.## To set the default debugging level, use# Debug.Level.* = ...## A debugging level of 1 is intended to be "safe" in the sense that it# will not reveal private information in debugging messages. Higher# debugging levels **MUST NOT** be used in normal operation.# ----------------------------------------------------------------------Debug.Level.Blowfish = 0Debug.Level.Square = 0Debug.Level.SAFER = 0Debug.Level.IDEA = 0Debug.Level.LOKI91 = 0Debug.Level.SPEED = 0Debug.Level.DES = 0Debug.Level.DES_EDE3 = 0Debug.Level.DESX = 0Debug.Level.DES2X = 0Debug.Level.HAVAL = 0Debug.Level.RIPEMD128 = 0Debug.Level.RIPEMD160 = 0Debug.Level.MD5 = 0Debug.Level.SHA-0 = 0Debug.Level.SHA-1 = 0Debug.Level.* = 1# See the IJCE.properties file for tracing properties.# ----------------------------------------------------------------------# Native linking properties## To set whether native linking is enabled for a particular library# 'libname', add# Native.Enable.libname = true/false# To set whether libraries are linked by default, add# Native.Enable.* = true/false# To set whether native linking is allowed (this overrides all other# properties):# Native.Allowed = true/false## The default for Native.Allowed is true, and the default for# Native.Enable.* is false.# Note that some related algorithms share a single library.# The algorithms that have false values below do not have any JNI native# code written for them.# ----------------------------------------------------------------------Native.Allowed = trueNative.Enable.* = falseNative.Enable.BigNum = falseNative.Enable.Blowfish = trueNative.Enable.CAST5 = falseNative.Enable.DES = falseNative.Enable.DES_EDE3 = falseNative.Enable.DESX = falseNative.Enable.DES2X = falseNative.Enable.IDEA = trueNative.Enable.LOKI91 = trueNative.Enable.RC2 = falseNative.Enable.RC4 = falseNative.Enable.SAFER = falseNative.Enable.SPEED = falseNative.Enable.Square = trueNative.Enable.HAVAL = trueNative.Enable.MD2 = falseNative.Enable.MD4 = falseNative.Enable.MD5 = falseNative.Enable.SHA0 = falseNative.Enable.SHA1 = falseNative.Enable.RIPEMD = true# ----------------------------------------------------------------------# Specific implementation defaults# ----------------------------------------------------------------------# default number of rounds for Blowfish:Alg.rounds.Blowfish = 16# default number of rounds for SPEED:Alg.rounds.SPEED = 64# default size of a block (in bytes) for SPEED:Alg.blockSize.SPEED = 8# default number of passes for the HAVAL hash algorithm:Alg.passes.HAVAL = 3# default length of output (in bits) for HAVAL:Alg.bitLength.HAVAL = 256# default class to use for ElGamal/Diffie-Hellman parameters.Alg.DefaultParameterSet.ElGamal = cryptix.provider.elgamal.DefaultElGamalParameterSet# ----------------------------------------------------------------------# RPK properties# ----------------------------------------------------------------------Cipher.RPK.stream.cipher = cryptix.provider.rpk.StreamCipherCipher.RPK.block.cipher = cryptix.provider.rpk.BlockCipherKeyGenerator.RPK = cryptix.provider.rpk.RPKKeyGeneratorKeyPairGenerator.RPK = cryptix.provider.rpk.RPKKeyPairGeneratorAlg.Alias.Signature.MD2/RPK = MD2/RPK/PKCS#1Alg.Alias.Signature.MD5/RPK = MD5/RPK/PKCS#1Alg.Alias.Signature.SHA-1/RPK = SHA-1/RPK/PKCS#1Alg.Alias.Signature.RIPEMD160/RPK = RIPEMD160/RPK/PKCS#1Signature.MD2/RPK/PKCS#1 = cryptix.provider.rpk.MD2_RPK_PKCS1SignatureSignature.MD5/RPK/PKCS#1 = cryptix.provider.rpk.MD5_RPK_PKCS1SignatureSignature.SHA-1/RPK/PKCS#1 = cryptix.provider.rpk.SHA1_RPK_PKCS1SignatureSignature.RIPEMD160/RPK/PKCS#1 = cryptix.provider.rpk.R160_RPK_PKCS1Signature# ----------------------------------------------------------------------# Alias entries take the form 'Alg.Alias.<alias-name> = <standard-name>'# getAlgorithm() returns the standard name, so it is important for# interoperability to know which one that is.## Aliases for ASN.1 OIDs are defined later.# ----------------------------------------------------------------------Alg.Alias.Cipher.AES = RijndaelAlg.Alias.Cipher.3DES = DES-EDE3Alg.Alias.Cipher.DES3 = DES-EDE3Alg.Alias.Cipher.TripleDES = DES-EDE3Alg.Alias.Cipher.DEX-X = DESXAlg.Alias.Cipher.DES-2X = DES2XAlg.Alias.Cipher.CAST = CAST5Alg.Alias.Cipher.CAST-128 = CAST5Alg.Alias.Cipher.LOKI = LOKI91Alg.Alias.Cipher.LOKI-91 = LOKI91Alg.Alias.Cipher.Loki-91 = LOKI91Alg.Alias.KeyGenerator.AES = RijndaelAlg.Alias.KeyGenerator.3DES = DES-EDE3Alg.Alias.KeyGenerator.DES3 = DES-EDE3Alg.Alias.KeyGenerator.TripleDES = DES-EDE3Alg.Alias.KeyGenerator.DES-X = DESXAlg.Alias.KeyGenerator.DES-2X = DES2XAlg.Alias.KeyGenerator.CAST = CAST5Alg.Alias.KeyGenerator.CAST-128 = CAST5Alg.Alias.KeyGenerator.LOKI = LOKI91Alg.Alias.KeyGenerator.LOKI-91 = LOKI91Alg.Alias.KeyGenerator.Loki-91 = LOKI91Alg.Alias.PaddingScheme.PKCS5 = PKCS#5Alg.Alias.PaddingScheme.PKCS5Padding = PKCS#5Alg.Alias.PaddingScheme.PKCS7 = PKCS#7Alg.Alias.MessageDigest.SHA = SHA-1Alg.Alias.MessageDigest.RIPEMD-128 = RIPEMD128Alg.Alias.MessageDigest.RIPEMD-160 = RIPEMD160Alg.Alias.MessageDigest.HMAC-SHA = HMAC-SHA-1Alg.Alias.MessageDigest.HMAC-RIPEMD-128 = HMAC-RIPEMD128Alg.Alias.MessageDigest.HMAC-RIPEMD-160 = HMAC-RIPEMD160Alg.Alias.MessageDigest.HMAC-RIPEMD = HMAC-RIPEMD160Alg.Alias.KeyPairGenerator.DH = ElGamalAlg.Alias.KeyPairGenerator.DiffieHellman = ElGamalAlg.Alias.Signature.MD2/RSA = MD2/RSA/PKCS#1Alg.Alias.Signature.MD5/RSA = MD5/RSA/PKCS#1Alg.Alias.Signature.MD5withRSA = MD5/RSA/PKCS#1Alg.Alias.Signature.SHA-1/RSA = SHA-1/RSA/PKCS#1Alg.Alias.Signature.RIPEMD160/RSA = RIPEMD160/RSA/PKCS#1Alg.Alias.Signature.MD2/ElGamal = MD2/ElGamal/PKCS#1Alg.Alias.Signature.MD5/ElGamal = MD5/ElGamal/PKCS#1Alg.Alias.Signature.SHA-1/ElGamal = SHA-1/ElGamal/PKCS#1Alg.Alias.Signature.RIPEMD160/ElGamal = RIPEMD160/ElGamal/PKCS#1Alg.Alias.Signature.MD2/RPK = MD2/RPK/PKCS#1Alg.Alias.Signature.MD5/RPK = MD5/RPK/PKCS#1Alg.Alias.Signature.SHA-1/RPK = SHA-1/RPK/PKCS#1Alg.Alias.Signature.RIPEMD160/RPK = RIPEMD160/RPK/PKCS#1# ----------------------------------------------------------------------# Add new algorithm implementations here.## Each entry takes the form# '<algorithm-type>.<standard-name> = <full-class-name>'# ----------------------------------------------------------------------
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -