📄 bouncycastleprovider.java
字号:
put("Mac.DESEDEMAC/CFB8", "org.bouncycastle.jce.provider.JCEMac$DESedeCFB8");
put("Alg.Alias.Mac.DESEDE/CFB8", "DESEDEMAC/CFB8");
put("Mac.SKIPJACKMAC", "org.bouncycastle.jce.provider.JCEMac$Skipjack");
put("Alg.Alias.Mac.SKIPJACK", "SKIPJACKMAC");
put("Mac.SKIPJACKMAC/CFB8", "org.bouncycastle.jce.provider.JCEMac$SkipjackCFB8");
put("Alg.Alias.Mac.SKIPJACK/CFB8", "SKIPJACKMAC/CFB8");
put("Mac.IDEAMAC", "org.bouncycastle.jce.provider.JCEMac$IDEA");
put("Alg.Alias.Mac.IDEA", "IDEAMAC");
put("Mac.IDEAMAC/CFB8", "org.bouncycastle.jce.provider.JCEMac$IDEACFB8");
put("Alg.Alias.Mac.IDEA/CFB8", "IDEAMAC/CFB8");
put("Mac.RC2MAC", "org.bouncycastle.jce.provider.JCEMac$RC2");
put("Alg.Alias.Mac.RC2", "RC2MAC");
put("Mac.RC2MAC/CFB8", "org.bouncycastle.jce.provider.JCEMac$RC2CFB8");
put("Alg.Alias.Mac.RC2/CFB8", "RC2MAC/CFB8");
put("Mac.RC5MAC", "org.bouncycastle.jce.provider.JCEMac$RC5");
put("Alg.Alias.Mac.RC5", "RC5MAC");
put("Mac.RC5MAC/CFB8", "org.bouncycastle.jce.provider.JCEMac$RC5CFB8");
put("Alg.Alias.Mac.RC5/CFB8", "RC5MAC/CFB8");
put("Mac.HMACMD2", "org.bouncycastle.jce.provider.JCEMac$MD2");
put("Alg.Alias.Mac.HMAC-MD2", "HMACMD2");
put("Alg.Alias.Mac.HMAC/MD2", "HMACMD2");
put("Mac.HMACMD4", "org.bouncycastle.jce.provider.JCEMac$MD4");
put("Alg.Alias.Mac.HMAC-MD4", "HMACMD4");
put("Alg.Alias.Mac.HMAC/MD4", "HMACMD4");
put("Mac.HMACMD5", "org.bouncycastle.jce.provider.JCEMac$MD5");
put("Alg.Alias.Mac.HMAC-MD5", "HMACMD5");
put("Alg.Alias.Mac.HMAC/MD5", "HMACMD5");
put("Mac.HMACRIPEMD128", "org.bouncycastle.jce.provider.JCEMac$RIPEMD128");
put("Alg.Alias.Mac.HMAC-RIPEMD128", "HMACRIPEMD128");
put("Alg.Alias.Mac.HMAC/RIPEMD128", "HMACRIPEMD128");
put("Mac.HMACRIPEMD160", "org.bouncycastle.jce.provider.JCEMac$RIPEMD160");
put("Alg.Alias.Mac.HMAC-RIPEMD160", "HMACRIPEMD160");
put("Alg.Alias.Mac.HMAC/RIPEMD160", "HMACRIPEMD160");
put("Mac.HMACSHA1", "org.bouncycastle.jce.provider.JCEMac$SHA1");
put("Alg.Alias.Mac.HMAC-SHA1", "HMACSHA1");
put("Alg.Alias.Mac.HMAC/SHA1", "HMACSHA1");
put("Mac.HMACSHA256", "org.bouncycastle.jce.provider.JCEMac$SHA256");
put("Alg.Alias.Mac.HMAC-SHA256", "HMACSHA256");
put("Alg.Alias.Mac.HMAC/SHA256", "HMACSHA256");
put("Mac.HMACSHA384", "org.bouncycastle.jce.provider.JCEMac$SHA384");
put("Alg.Alias.Mac.HMAC-SHA384", "HMACSHA384");
put("Alg.Alias.Mac.HMAC/SHA384", "HMACSHA384");
put("Mac.HMACSHA512", "org.bouncycastle.jce.provider.JCEMac$SHA512");
put("Alg.Alias.Mac.HMAC-SHA512", "HMACSHA512");
put("Alg.Alias.Mac.HMAC/SHA512", "HMACSHA512");
put("Mac.HMACTiger", "org.bouncycastle.jce.provider.JCEMac$Tiger");
put("Alg.Alias.Mac.HMAC-Tiger", "HMACTiger");
put("Alg.Alias.Mac.HMAC/Tiger", "HMACTiger");
put("Mac.PBEWITHHMACSHA", "org.bouncycastle.jce.provider.JCEMac$PBEWithSHA");
put("Mac.PBEWITHHMACRIPEMD160", "org.bouncycastle.jce.provider.JCEMac$PBEWithRIPEMD160");
put("Alg.Alias.Mac.1.3.14.3.2.26", "PBEWITHHMACSHA");
//
// MessageDigests
//
put("MessageDigest.SHA-1", "org.bouncycastle.jce.provider.JDKMessageDigest$SHA1");
put("Alg.Alias.MessageDigest.SHA1", "SHA-1");
put("Alg.Alias.MessageDigest.SHA", "SHA-1");
put("Alg.Alias.MessageDigest.1.3.14.3.2.26", "SHA-1");
put("MessageDigest.SHA-256", "org.bouncycastle.jce.provider.JDKMessageDigest$SHA256");
put("MessageDigest.SHA-384", "org.bouncycastle.jce.provider.JDKMessageDigest$SHA384");
put("MessageDigest.SHA-512", "org.bouncycastle.jce.provider.JDKMessageDigest$SHA512");
put("MessageDigest.MD2", "org.bouncycastle.jce.provider.JDKMessageDigest$MD2");
put("MessageDigest.MD4", "org.bouncycastle.jce.provider.JDKMessageDigest$MD4");
put("MessageDigest.MD5", "org.bouncycastle.jce.provider.JDKMessageDigest$MD5");
put("MessageDigest.1.2.840.113549.2.5", "org.bouncycastle.jce.provider.JDKMessageDigest$MD5");
put("MessageDigest.RIPEMD128", "org.bouncycastle.jce.provider.JDKMessageDigest$RIPEMD128");
put("MessageDigest.RIPEMD160", "org.bouncycastle.jce.provider.JDKMessageDigest$RIPEMD160");
put("MessageDigest.RIPEMD256", "org.bouncycastle.jce.provider.JDKMessageDigest$RIPEMD256");
put("MessageDigest.RIPEMD320", "org.bouncycastle.jce.provider.JDKMessageDigest$RIPEMD320");
put("MessageDigest.Tiger", "org.bouncycastle.jce.provider.JDKMessageDigest$Tiger");
//
// signature algorithms.
//
put("Signature.MD2WithRSAEncryption", "org.bouncycastle.jce.provider.JDKDigestSignature$MD2WithRSAEncryption");
put("Signature.MD5WithRSAEncryption", "org.bouncycastle.jce.provider.JDKDigestSignature$MD5WithRSAEncryption");
put("Signature.SHA1WithRSAEncryption", "org.bouncycastle.jce.provider.JDKDigestSignature$SHA1WithRSAEncryption");
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.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.SHA1withRSA/PSS", "org.bouncycastle.jce.provider.JDKPSSSigner$SHA1withRSA");
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.MD2withRSAEncryption", "MD2WithRSAEncryption");
put("Alg.Alias.Signature.MD5withRSAEncryption", "MD5WithRSAEncryption");
put("Alg.Alias.Signature.SHA1withRSAEncryption", "SHA1WithRSAEncryption");
put("Alg.Alias.Signature.SHA256withRSAEncryption", "SHA256withRSA/PSS");
put("Alg.Alias.Signature.SHA384withRSAEncryption", "SHA384withRSA/PSS");
put("Alg.Alias.Signature.SHA512withRSAEncryption", "SHA512withRSA/PSS");
put("Alg.Alias.Signature.SHA256WithRSAEncryption", "SHA256withRSA/PSS");
put("Alg.Alias.Signature.SHA384WithRSAEncryption", "SHA384withRSA/PSS");
put("Alg.Alias.Signature.SHA512WithRSAEncryption", "SHA512withRSA/PSS");
put("Alg.Alias.Signature.SHA256WITHRSAENCRYPTION", "SHA256withRSA/PSS");
put("Alg.Alias.Signature.SHA384WITHRSAENCRYPTION", "SHA384withRSA/PSS");
put("Alg.Alias.Signature.SHA512WITHRSAENCRYPTION", "SHA512withRSA/PSS");
put("Alg.Alias.Signature.RIPEMD160withRSAEncryption", "RIPEMD160WithRSAEncryption");
put("Alg.Alias.Signature.1.2.840.113549.1.1.2", "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.1.2.840.113549.1.1.4", "MD5WithRSAEncryption");
put("Alg.Alias.Signature.SHA1WithRSA", "SHA1WithRSAEncryption");
put("Alg.Alias.Signature.SHA1withRSA", "SHA1WithRSAEncryption");
put("Alg.Alias.Signature.SHA1/RSA", "SHA1WithRSAEncryption");
put("Alg.Alias.Signature.SHA-1/RSA", "SHA1WithRSAEncryption");
put("Alg.Alias.Signature.1.2.840.113549.1.1.5", "SHA1WithRSAEncryption");
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");
// Certification Path API
put("CertPathValidator.PKIX", "org.bouncycastle.jce.provider.PKIXCertPathValidatorSpi" );
put("CertPathValidator.PKIX ValidationAlgorithm", "RFC2459");
put("CertPathBuilder.PKIX", "org.bouncycastle.jce.provider.PKIXCertPathBuilderSpi" );
put("CertPathBuilder.PKIX ValidationAlgorithm", "RFC2459");
put("CertStore.Collection", "org.bouncycastle.jce.provider.CertStoreCollectionSpi" );
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -