⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bouncycastleprovider.java

📁 bouncycastle 是一个JAVA安全提供者
💻 JAVA
📖 第 1 页 / 共 5 页
字号:
        put("Alg.Alias.MessageDigest." + TeleTrusTObjectIdentifiers.ripemd128, "RIPEMD128");        put("MessageDigest.RIPEMD160", "org.bouncycastle.jce.provider.JDKMessageDigest$RIPEMD160");        put("Alg.Alias.MessageDigest." + TeleTrusTObjectIdentifiers.ripemd160, "RIPEMD160");        put("MessageDigest.RIPEMD256", "org.bouncycastle.jce.provider.JDKMessageDigest$RIPEMD256");        put("Alg.Alias.MessageDigest." + TeleTrusTObjectIdentifiers.ripemd256, "RIPEMD256");        put("MessageDigest.RIPEMD320", "org.bouncycastle.jce.provider.JDKMessageDigest$RIPEMD320");        put("MessageDigest.Tiger", "org.bouncycastle.jce.provider.JDKMessageDigest$Tiger");                put("MessageDigest.WHIRLPOOL", "org.bouncycastle.jce.provider.JDKMessageDigest$Whirlpool");                put("MessageDigest.GOST3411", "org.bouncycastle.jce.provider.JDKMessageDigest$GOST3411");        put("Alg.Alias.MessageDigest.GOST", "GOST3411");        put("Alg.Alias.MessageDigest.GOST-3411", "GOST3411");        put("Alg.Alias.MessageDigest." + CryptoProObjectIdentifiers.gostR3411, "GOST3411");    }        //    // signature algorithms.    //    private void addSignatureAlgorithms()    {        put("Signature.MD2WithRSAEncryption", "org.bouncycastle.jce.provider.JDKDigestSignature$MD2WithRSAEncryption");        put("Signature.MD4WithRSAEncryption", "org.bouncycastle.jce.provider.JDKDigestSignature$MD4WithRSAEncryption");        put("Signature.MD5WithRSAEncryption", "org.bouncycastle.jce.provider.JDKDigestSignature$MD5WithRSAEncryption");        put("Signature.SHA1WithRSAEncryption", "org.bouncycastle.jce.provider.JDKDigestSignature$SHA1WithRSAEncryption");        put("Signature.SHA224WithRSAEncryption", "org.bouncycastle.jce.provider.JDKDigestSignature$SHA224WithRSAEncryption");        put("Signature.SHA256WithRSAEncryption", "org.bouncycastle.jce.provider.JDKDigestSignature$SHA256WithRSAEncryption");        put("Signature.SHA384WithRSAEncryption", "org.bouncycastle.jce.provider.JDKDigestSignature$SHA384WithRSAEncryption");        put("Signature.SHA512WithRSAEncryption", "org.bouncycastle.jce.provider.JDKDigestSignature$SHA512WithRSAEncryption");        put("Signature.RIPEMD160WithRSAEncryption", "org.bouncycastle.jce.provider.JDKDigestSignature$RIPEMD160WithRSAEncryption");        put("Signature.RIPEMD128WithRSAEncryption", "org.bouncycastle.jce.provider.JDKDigestSignature$RIPEMD128WithRSAEncryption");        put("Signature.RIPEMD256WithRSAEncryption", "org.bouncycastle.jce.provider.JDKDigestSignature$RIPEMD256WithRSAEncryption");        put("Signature.DSA", "org.bouncycastle.jce.provider.JDKDSASigner$stdDSA");        put("Signature.ECDSA", "org.bouncycastle.jce.provider.JDKDSASigner$ecDSA");        put("Signature.SHA224WITHECDSA", "org.bouncycastle.jce.provider.JDKDSASigner$ecDSA224");        put("Signature.SHA256WITHECDSA", "org.bouncycastle.jce.provider.JDKDSASigner$ecDSA256");        put("Signature.SHA384WITHECDSA", "org.bouncycastle.jce.provider.JDKDSASigner$ecDSA384");        put("Signature.SHA512WITHECDSA", "org.bouncycastle.jce.provider.JDKDSASigner$ecDSA512");        put("Signature.SHA1WITHECNR", "org.bouncycastle.jce.provider.JDKDSASigner$ecNR");        put("Signature.SHA224WITHECNR", "org.bouncycastle.jce.provider.JDKDSASigner$ecNR224");        put("Signature.SHA256WITHECNR", "org.bouncycastle.jce.provider.JDKDSASigner$ecNR256");        put("Signature.SHA384WITHECNR", "org.bouncycastle.jce.provider.JDKDSASigner$ecNR384");        put("Signature.SHA512WITHECNR", "org.bouncycastle.jce.provider.JDKDSASigner$ecNR512");        put("Signature.SHA1withRSA/ISO9796-2", "org.bouncycastle.jce.provider.JDKISOSignature$SHA1WithRSAEncryption");        put("Signature.MD5withRSA/ISO9796-2", "org.bouncycastle.jce.provider.JDKISOSignature$MD5WithRSAEncryption");        put("Signature.RIPEMD160withRSA/ISO9796-2", "org.bouncycastle.jce.provider.JDKISOSignature$RIPEMD160WithRSAEncryption");        put("Signature.RSASSA-PSS", "org.bouncycastle.jce.provider.JDKPSSSigner$PSSwithRSA");        put("Signature." + PKCSObjectIdentifiers.id_RSASSA_PSS, "org.bouncycastle.jce.provider.JDKPSSSigner$PSSwithRSA");        put("Signature.SHA1withRSA/PSS", "org.bouncycastle.jce.provider.JDKPSSSigner$SHA1withRSA");        put("Signature.SHA224withRSA/PSS", "org.bouncycastle.jce.provider.JDKPSSSigner$SHA224withRSA");        put("Signature.SHA256withRSA/PSS", "org.bouncycastle.jce.provider.JDKPSSSigner$SHA256withRSA");        put("Signature.SHA384withRSA/PSS", "org.bouncycastle.jce.provider.JDKPSSSigner$SHA384withRSA");        put("Signature.SHA512withRSA/PSS", "org.bouncycastle.jce.provider.JDKPSSSigner$SHA512withRSA");        put("Alg.Alias.Signature.SHA1withRSAandMGF1", "SHA1withRSA/PSS");        put("Alg.Alias.Signature.SHA224withRSAandMGF1", "SHA224withRSA/PSS");        put("Alg.Alias.Signature.SHA256withRSAandMGF1", "SHA256withRSA/PSS");        put("Alg.Alias.Signature.SHA384withRSAandMGF1", "SHA384withRSA/PSS");        put("Alg.Alias.Signature.SHA512withRSAandMGF1", "SHA512withRSA/PSS");                put("Alg.Alias.Signature.MD2withRSAEncryption", "MD2WithRSAEncryption");        put("Alg.Alias.Signature.MD4withRSAEncryption", "MD4WithRSAEncryption");        put("Alg.Alias.Signature.MD5withRSAEncryption", "MD5WithRSAEncryption");        put("Alg.Alias.Signature.SHA1withRSAEncryption", "SHA1WithRSAEncryption");        put("Alg.Alias.Signature.SHA224withRSAEncryption", "SHA224WithRSAEncryption");        put("Alg.Alias.Signature.SHA256withRSAEncryption", "SHA256WithRSAEncryption");        put("Alg.Alias.Signature.SHA384withRSAEncryption", "SHA384WithRSAEncryption");        put("Alg.Alias.Signature.SHA512withRSAEncryption", "SHA512WithRSAEncryption");        put("Alg.Alias.Signature.SHA256WithRSAEncryption", "SHA256WithRSAEncryption");        put("Alg.Alias.Signature.SHA384WithRSAEncryption", "SHA384WithRSAEncryption");        put("Alg.Alias.Signature.SHA512WithRSAEncryption", "SHA512WithRSAEncryption");        put("Alg.Alias.Signature.SHA256WITHRSAENCRYPTION", "SHA256WithRSAEncryption");        put("Alg.Alias.Signature.SHA384WITHRSAENCRYPTION", "SHA384WithRSAEncryption");        put("Alg.Alias.Signature.SHA512WITHRSAENCRYPTION", "SHA512WithRSAEncryption");        put("Alg.Alias.Signature.RIPEMD160withRSAEncryption", "RIPEMD160WithRSAEncryption");        put("Alg.Alias.Signature." + PKCSObjectIdentifiers.md2WithRSAEncryption, "MD2WithRSAEncryption");        put("Alg.Alias.Signature.MD2WithRSA", "MD2WithRSAEncryption");        put("Alg.Alias.Signature.MD2withRSA", "MD2WithRSAEncryption");        put("Alg.Alias.Signature.MD2/RSA", "MD2WithRSAEncryption");        put("Alg.Alias.Signature.MD5WithRSA", "MD5WithRSAEncryption");        put("Alg.Alias.Signature.MD5withRSA", "MD5WithRSAEncryption");        put("Alg.Alias.Signature.MD5/RSA", "MD5WithRSAEncryption");        put("Alg.Alias.Signature." + PKCSObjectIdentifiers.md5WithRSAEncryption, "MD5WithRSAEncryption");        put("Alg.Alias.Signature.MD4WithRSA", "MD4WithRSAEncryption");        put("Alg.Alias.Signature.MD4withRSA", "MD4WithRSAEncryption");        put("Alg.Alias.Signature.MD4/RSA", "MD4WithRSAEncryption");        put("Alg.Alias.Signature." + PKCSObjectIdentifiers.md4WithRSAEncryption, "MD4WithRSAEncryption");        put("Alg.Alias.Signature.SHA1WithRSA", "SHA1WithRSAEncryption");        put("Alg.Alias.Signature.SHA1withRSA", "SHA1WithRSAEncryption");        put("Alg.Alias.Signature.SHA224WithRSA", "SHA224WithRSAEncryption");        put("Alg.Alias.Signature.SHA224withRSA", "SHA224WithRSAEncryption");        put("Alg.Alias.Signature.SHA256WithRSA", "SHA256WithRSAEncryption");        put("Alg.Alias.Signature.SHA256withRSA", "SHA256WithRSAEncryption");        put("Alg.Alias.Signature.SHA384WithRSA", "SHA384WithRSAEncryption");        put("Alg.Alias.Signature.SHA384withRSA", "SHA384WithRSAEncryption");        put("Alg.Alias.Signature.SHA512WithRSA", "SHA512WithRSAEncryption");        put("Alg.Alias.Signature.SHA512withRSA", "SHA512WithRSAEncryption");        put("Alg.Alias.Signature.SHA1/RSA", "SHA1WithRSAEncryption");        put("Alg.Alias.Signature.SHA-1/RSA", "SHA1WithRSAEncryption");        put("Alg.Alias.Signature." + PKCSObjectIdentifiers.sha1WithRSAEncryption, "SHA1WithRSAEncryption");        put("Alg.Alias.Signature." + PKCSObjectIdentifiers.sha224WithRSAEncryption, "SHA224WithRSAEncryption");        put("Alg.Alias.Signature." + PKCSObjectIdentifiers.sha256WithRSAEncryption, "SHA256WithRSAEncryption");        put("Alg.Alias.Signature." + PKCSObjectIdentifiers.sha384WithRSAEncryption, "SHA384WithRSAEncryption");        put("Alg.Alias.Signature." + PKCSObjectIdentifiers.sha512WithRSAEncryption, "SHA512WithRSAEncryption");        put("Alg.Alias.Signature.1.3.14.3.2.26with1.2.840.113549.1.1.1", "SHA1WithRSAEncryption");        put("Alg.Alias.Signature.1.3.14.3.2.26with1.2.840.113549.1.1.5", "SHA1WithRSAEncryption");        put("Alg.Alias.Signature.1.2.840.113549.2.5with1.2.840.113549.1.1.1", "MD5WithRSAEncryption");        put("Alg.Alias.Signature.RIPEMD160WithRSA", "RIPEMD160WithRSAEncryption");        put("Alg.Alias.Signature.RIPEMD160withRSA", "RIPEMD160WithRSAEncryption");        put("Alg.Alias.Signature.RIPEMD128WithRSA", "RIPEMD128WithRSAEncryption");        put("Alg.Alias.Signature.RIPEMD128withRSA", "RIPEMD128WithRSAEncryption");        put("Alg.Alias.Signature.RIPEMD256WithRSA", "RIPEMD256WithRSAEncryption");        put("Alg.Alias.Signature.RIPEMD256withRSA", "RIPEMD256WithRSAEncryption");        put("Alg.Alias.Signature.RIPEMD-160/RSA", "RIPEMD160WithRSAEncryption");        put("Alg.Alias.Signature.RMD160withRSA", "RIPEMD160WithRSAEncryption");        put("Alg.Alias.Signature.RMD160/RSA", "RIPEMD160WithRSAEncryption");        put("Alg.Alias.Signature.1.3.36.3.3.1.2", "RIPEMD160WithRSAEncryption");        put("Alg.Alias.Signature.1.3.36.3.3.1.3", "RIPEMD128WithRSAEncryption");        put("Alg.Alias.Signature.1.3.36.3.3.1.4", "RIPEMD256WithRSAEncryption");                put("Alg.Alias.Signature.MD2WITHRSAENCRYPTION", "MD2WithRSAEncryption");        put("Alg.Alias.Signature.MD5WITHRSAENCRYPTION", "MD5WithRSAEncryption");        put("Alg.Alias.Signature.SHA1WITHRSAENCRYPTION", "SHA1WithRSAEncryption");        put("Alg.Alias.Signature.RIPEMD160WITHRSAENCRYPTION", "RIPEMD160WithRSAEncryption");        put("Alg.Alias.Signature.MD5WITHRSA", "MD5WithRSAEncryption");        put("Alg.Alias.Signature.SHA1WITHRSA", "SHA1WithRSAEncryption");        put("Alg.Alias.Signature.RIPEMD160WITHRSA", "RIPEMD160WithRSAEncryption");        put("Alg.Alias.Signature.RMD160WITHRSA", "RIPEMD160WithRSAEncryption");        put("Alg.Alias.Signature.RIPEMD160WITHRSA", "RIPEMD160WithRSAEncryption");        put("Alg.Alias.Signature.SHA1withECDSA", "ECDSA");        put("Alg.Alias.Signature.ECDSAwithSHA1", "ECDSA");        put("Alg.Alias.Signature.SHA1WITHECDSA", "ECDSA");        put("Alg.Alias.Signature.ECDSAWITHSHA1", "ECDSA");        put("Alg.Alias.Signature.SHA1WithECDSA", "ECDSA");        put("Alg.Alias.Signature.ECDSAWithSHA1", "ECDSA");        put("Alg.Alias.Signature.1.2.840.10045.4.1", "ECDSA");        put("Alg.Alias.Signature.SHA/DSA", "DSA");        put("Alg.Alias.Signature.SHA1withDSA", "DSA");        put("Alg.Alias.Signature.SHA1WITHDSA", "DSA");        put("Alg.Alias.Signature.1.3.14.3.2.26with1.2.840.10040.4.1", "DSA");        put("Alg.Alias.Signature.1.3.14.3.2.26with1.2.840.10040.4.3", "DSA");        put("Alg.Alias.Signature.DSAwithSHA1", "DSA");        put("Alg.Alias.Signature.DSAWITHSHA1", "DSA");        put("Alg.Alias.Signature.SHA1WithDSA", "DSA");        put("Alg.Alias.Signature.DSAWithSHA1", "DSA");        put("Alg.Alias.Signature.1.2.840.10040.4.3", "DSA");        put("Alg.Alias.Signature.MD5WithRSA/ISO9796-2", "MD5withRSA/ISO9796-2");        put("Alg.Alias.Signature.SHA1WithRSA/ISO9796-2", "SHA1withRSA/ISO9796-2");        put("Alg.Alias.Signature.RIPEMD160WithRSA/ISO9796-2", "RIPEMD160withRSA/ISO9796-2");                put("Signature.ECGOST3410", "org.bouncycastle.jce.provider.JDKGOST3410Signer$ecgost3410");        put("Alg.Alias.Signature.ECGOST-3410", "ECGOST3410");        put("Alg.Alias.Signature.GOST-3410-2001", "ECGOST3410");        put("Alg.Alias.Signature.GOST3411withECGOST3410", "ECGOST3410");        put("Alg.Alias.Signature.GOST3411WITHECGOST3410", "ECGOST3410");        put("Alg.Alias.Signature.GOST3411WithECGOST3410", "ECGOST3410");        put("Alg.Alias.Signature." + CryptoProObjectIdentifiers.gostR3411_94_with_gostR3410_2001, "ECGOST3410");                put("Signature.GOST3410", "org.bouncycastle.jce.provider.JDKGOST3410Signer$gost3410");        put("Alg.Alias.Signature.GOST-3410", "GOST3410");        put("Alg.Alias.Signature.GOST-3410-94", "GOST3410");        put("Alg.Alias.Signature.GOST3411withGOST3410", "GOST3410");        put("Alg.Alias.Signature.GOST3411WITHGOST3410", "GOST3410");        put("Alg.Alias.Signature.GOST3411WithGOST3410", "GOST3410");        put("Alg.Alias.Signature." + CryptoProObjectIdentifiers.gostR3411_94_with_gostR3410_94, "GOST3410");    }}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -