jdk6提供的加密算法
SUN:SHA1PRNG____sun.security.provider.SecureRandom
SUN:SHA1withDSA____sun.security.provider.DSA$SHA1withDSA
SUN:NONEwithDSA____sun.security.provider.DSA$RawDSA
SUN:DSA____sun.security.provider.DSAKeyPairGenerator
SUN:MD2____sun.security.provider.MD2
SUN:MD5____sun.security.provider.MD5
SUN:SHA____sun.security.provider.SHA
SUN:SHA-256____sun.security.provider.SHA2
SUN:SHA-384____sun.security.provider.SHA5$SHA384
SUN:SHA-512____sun.security.provider.SHA5$SHA512
SUN:DSA____sun.security.provider.DSAParameterGenerator
SUN:DSA____sun.security.provider.DSAParameters
SUN:DSA____sun.security.provider.DSAKeyFactory
SUN:X.509____sun.security.provider.X509Factory
SUN:JKS____sun.security.provider.JavaKeyStore$JKS
SUN:CaseExactJKS____sun.security.provider.JavaKeyStore$CaseExactJKS
SUN:JavaPolicy____sun.security.provider.PolicySpiFile
SUN:JavaLoginConfig____sun.security.provider.ConfigSpiFile
SUN:PKIX____sun.security.provider.certpath.SunCertPathBuilder
SUN:PKIX____sun.security.provider.certpath.PKIXCertPathValidator
SUN:LDAP____sun.security.provider.certpath.LDAPCertStore
SUN:Collection____sun.security.provider.certpath.CollectionCertStore
SUN:com.sun.security.IndexedCollection____sun.security.provider.certpath.IndexedCollectionCertStore
SunRsaSign:RSA____sun.security.rsa.RSAKeyFactory
SunRsaSign:RSA____sun.security.rsa.RSAKeyPairGenerator
SunRsaSign:MD2withRSA____sun.security.rsa.RSASignature$MD2withRSA
SunRsaSign:MD5withRSA____sun.security.rsa.RSASignature$MD5withRSA
SunRsaSign:SHA1withRSA____sun.security.rsa.RSASignature$SHA1withRSA
SunRsaSign:SHA256withRSA____sun.security.rsa.RSASignature$SHA256withRSA
SunRsaSign:SHA384withRSA____sun.security.rsa.RSASignature$SHA384withRSA
SunRsaSign:SHA512withRSA____sun.security.rsa.RSASignature$SHA512withRSA
SunJSSE:RSA____sun.security.rsa.RSAKeyFactory
SunJSSE:RSA____sun.security.rsa.RSAKeyPairGenerator
SunJSSE:MD2withRSA____sun.security.rsa.RSASignature$MD2withRSA
SunJSSE:MD5withRSA____sun.security.rsa.RSASignature$MD5withRSA
SunJSSE:SHA1withRSA____sun.security.rsa.RSASignature$SHA1withRSA
SunJSSE:MD5andSHA1withRSA____com.sun.net.ssl.internal.ssl.RSASignature
SunJSSE:SunX509____com.sun.net.ssl.internal.ssl.KeyManagerFactoryImpl$SunX509
SunJSSE:NewSunX509____com.sun.net.ssl.internal.ssl.KeyManagerFactoryImpl$X509
SunJSSE:SunX509____com.sun.net.ssl.internal.ssl.TrustManagerFactoryImpl$SimpleFactory
SunJSSE:PKIX____com.sun.net.ssl.internal.ssl.TrustManagerFactoryImpl$PKIXFactory
SunJSSE:SSL____com.sun.net.ssl.internal.ssl.SSLContextImpl
SunJSSE:SSLv3____com.sun.net.ssl.internal.ssl.SSLContextImpl
SunJSSE:TLS____com.sun.net.ssl.internal.ssl.SSLContextImpl
SunJSSE:TLSv1____com.sun.net.ssl.internal.ssl.SSLContextImpl
SunJSSE:Default____com.sun.net.ssl.internal.ssl.DefaultSSLContextImpl
SunJSSE:PKCS12____com.sun.net.ssl.internal.pkcs12.PKCS12KeyStore
SunJCE:RSA____com.sun.crypto.provider.RSACipher
SunJCE:DES____com.sun.crypto.provider.DESCipher
SunJCE:DESede____com.sun.crypto.provider.DESedeCipher
SunJCE:DESedeWrap____com.sun.crypto.provider.DESedeWrapCipher
SunJCE:PBEWithMD5AndDES____com.sun.crypto.provider.PBEWithMD5AndDESCipher
SunJCE:PBEWithMD5AndTripleDES____com.sun.crypto.provider.PBEWithMD5AndTripleDESCipher
SunJCE:PBEWithSHA1AndRC2_40____com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_40
SunJCE:PBEWithSHA1AndDESede____com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndDESede
SunJCE:Blowfish____com.sun.crypto.provider.BlowfishCipher
SunJCE:AES____com.sun.crypto.provider.AESCipher
SunJCE:AESWrap____com.sun.crypto.provider.AESWrapCipher
SunJCE:RC2____com.sun.crypto.provider.RC2Cipher
SunJCE:ARCFOUR____com.sun.crypto.provider.ARCFOURCipher
SunJCE:DES____com.sun.crypto.provider.DESKeyGenerator
SunJCE:DESede____com.sun.crypto.provider.DESedeKeyGenerator
SunJCE:Blowfish____com.sun.crypto.provider.BlowfishKeyGenerator
SunJCE:AES____com.sun.crypto.provider.AESKeyGenerator
SunJCE:RC2____com.sun.crypto.provider.KeyGeneratorCore$RC2KeyGenerator
SunJCE:ARCFOUR____com.sun.crypto.provider.KeyGeneratorCore$ARCFOURKeyGenerator
SunJCE:HmacMD5____com.sun.crypto.provider.HmacMD5KeyGenerator
SunJCE:HmacSHA1____com.sun.crypto.provider.HmacSHA1KeyGenerator
SunJCE:HmacSHA256____com.sun.crypto.provider.KeyGeneratorCore$HmacSHA256KG
SunJCE:HmacSHA384____com.sun.crypto.provider.KeyGeneratorCore$HmacSHA384KG
SunJCE:HmacSHA512____com.sun.crypto.provider.KeyGeneratorCore$HmacSHA512KG
SunJCE:DiffieHellman____com.sun.crypto.provider.DHKeyPairGenerator
SunJCE:DiffieHellman____com.sun.crypto.provider.DHParameterGenerator
SunJCE:DiffieHellman____com.sun.crypto.provider.DHKeyAgreement
SunJCE:DiffieHellman____com.sun.crypto.provider.DHParameters
SunJCE:DES____com.sun.crypto.provider.DESParameters
SunJCE:DESede____com.sun.crypto.provider.DESedeParameters
SunJCE:PBE____com.sun.crypto.provider.PBEParameters
SunJCE:PBEWithMD5AndDES____com.sun.crypto.provider.PBEParameters
SunJCE:PBEWithMD5AndTripleDES____com.sun.crypto.provider.PBEParameters
SunJCE:PBEWithSHA1AndDESede____com.sun.crypto.provider.PBEParameters
SunJCE:PBEWithSHA1AndRC2_40____com.sun.crypto.provider.PBEParameters
SunJCE:Blowfish____com.sun.crypto.provider.BlowfishParameters
SunJCE:AES____com.sun.crypto.provider.AESParameters
SunJCE:RC2____com.sun.crypto.provider.RC2Parameters
SunJCE:OAEP____com.sun.crypto.provider.OAEPParameters
SunJCE:DiffieHellman____com.sun.crypto.provider.DHKeyFactory
SunJCE:DES____com.sun.crypto.provider.DESKeyFactory
SunJCE:DESede____com.sun.crypto.provider.DESedeKeyFactory
SunJCE:PBEWithMD5AndDES____com.sun.crypto.provider.PBEKeyFactory$PBEWithMD5AndDES
SunJCE:PBEWithMD5AndTripleDES____com.sun.crypto.provider.PBEKeyFactory$PBEWithMD5AndTripleDES
SunJCE:PBEWithSHA1AndDESede____com.sun.crypto.provider.PBEKeyFactory$PBEWithSHA1AndDESede
SunJCE:PBEWithSHA1AndRC2_40____com.sun.crypto.provider.PBEKeyFactory$PBEWithSHA1AndRC2_40
SunJCE:PBKDF2WithHmacSHA1____com.sun.crypto.provider.PBKDF2HmacSHA1Factory
SunJCE:HmacMD5____com.sun.crypto.provider.HmacMD5
SunJCE:HmacSHA1____com.sun.crypto.provider.HmacSHA1
SunJCE:HmacSHA256____com.sun.crypto.provider.HmacCore$HmacSHA256
SunJCE:HmacSHA384____com.sun.crypto.provider.HmacCore$HmacSHA384
SunJCE:HmacSHA512____com.sun.crypto.provider.HmacCore$HmacSHA512
SunJCE:HmacPBESHA1____com.sun.crypto.provider.HmacPKCS12PBESHA1
SunJCE:SslMacMD5____com.sun.crypto.provider.SslMacCore$SslMacMD5
SunJCE:SslMacSHA1____com.sun.crypto.provider.SslMacCore$SslMacSHA1
SunJCE:JCEKS____com.sun.crypto.provider.JceKeyStore
SunJCE:SunTlsPrf____com.sun.crypto.provider.TlsPrfGenerator
SunJCE:SunTlsRsaPremasterSecret____com.sun.crypto.provider.TlsRsaPremasterSecretGenerator
SunJCE:SunTlsMasterSecret____com.sun.crypto.provider.TlsMasterSecretGenerator
SunJCE:SunTlsKeyMaterial____com.sun.crypto.provider.TlsKeyMaterialGenerator
SunJGSS:1.2.840.113554.1.2.2____sun.security.jgss.krb5.Krb5MechFactory
SunJGSS:1.3.6.1.5.5.2____sun.security.jgss.spnego.SpNegoMechFactory
SunSASL:DIGEST-MD5____com.sun.security.sasl.digest.FactoryImpl
SunSASL:GSSAPI____com.sun.security.sasl.gsskerb.FactoryImpl
SunSASL:EXTERNAL____com.sun.security.sasl.ClientFactoryImpl
SunSASL:PLAIN____com.sun.security.sasl.ClientFactoryImpl
SunSASL:CRAM-MD5____com.sun.security.sasl.ClientFactoryImpl
SunSASL:CRAM-MD5____com.sun.security.sasl.ServerFactoryImpl
SunSASL:GSSAPI____com.sun.security.sasl.gsskerb.FactoryImpl
SunSASL:DIGEST-MD5____com.sun.security.sasl.digest.FactoryImpl
XMLDSig:http://www.w3.org/2000/09/xmldsig#enveloped-signature____org.jcp.xml.dsig.internal.dom.DOMEnvelopedTransform
XMLDSig:http://www.w3.org/2002/06/xmldsig-filter2____org.jcp.xml.dsig.internal.dom.DOMXPathFilter2Transform
XMLDSig:http://www.w3.org/2001/10/xml-exc-c14n#WithComments____org.jcp.xml.dsig.internal.dom.DOMExcC14NMethod
XMLDSig:http://www.w3.org/2001/10/xml-exc-c14n#____org.jcp.xml.dsig.internal.dom.DOMExcC14NMethod
XMLDSig:http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments____org.jcp.xml.dsig.internal.dom.DOMCanonicalXMLC14NMethod
XMLDSig:DOM____org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory
XMLDSig:http://www.w3.org/2000/09/xmldsig#base64____org.jcp.xml.dsig.internal.dom.DOMBase64Transform
XMLDSig:http://www.w3.org/TR/2001/REC-xml-c14n-20010315____org.jcp.xml.dsig.internal.dom.DOMCanonicalXMLC14NMethod
XMLDSig:http://www.w3.org/TR/1999/REC-xpath-19991116____org.jcp.xml.dsig.internal.dom.DOMXPathTransform
XMLDSig:http://www.w3.org/TR/1999/REC-xslt-19991116____org.jcp.xml.dsig.internal.dom.DOMXSLTTransform
XMLDSig:DOM____org.jcp.xml.dsig.internal.dom.DOMKeyInfoFactory
SunPCSC:PC/SC____sun.security.smartcardio.SunPCSC$Factory
SunMSCAPI:Windows-PRNG____sun.security.mscapi.PRNG
SunMSCAPI:Windows-MY____sun.security.mscapi.KeyStore$MY
SunMSCAPI:Windows-ROOT____sun.security.mscapi.KeyStore$ROOT
SunMSCAPI:NONEwithRSA____sun.security.mscapi.RSASignature$Raw
SunMSCAPI:SHA1withRSA____sun.security.mscapi.RSASignature$SHA1
SunMSCAPI:SHA256withRSA____sun.security.mscapi.RSASignature$SHA256
SunMSCAPI:SHA384withRSA____sun.security.mscapi.RSASignature$SHA384
SunMSCAPI:SHA512withRSA____sun.security.mscapi.RSASignature$SHA512
SunMSCAPI:MD5withRSA____sun.security.mscapi.RSASignature$MD5
SunMSCAPI:MD2withRSA____sun.security.mscapi.RSASignature$MD2
SunMSCAPI:RSA____sun.security.mscapi.RSAKeyPairGenerator
SunMSCAPI:RSA____sun.security.mscapi.RSACipher
SunMSCAPI:RSA/ECB/PKCS1Padding____sun.security.mscapi.RSACipher
jdk6提供的加密算法的更多相关文章
- 使用 JavaScriptService 在.NET Core 里实现DES加密算法
文章<ASP.NET Core love JavaScript>和<跨平台的 NodeJS 组件解决 .NetCore 不支持 System.Drawing图形功能的若干问题> ...
- .NET中的加密算法总结(自定义加密Helper类续)
1.1.1 摘要 相信许多人都使用过.NET提供的加密算法,而且在使用的过程我们必须了解每种加密算法的特点(对称或非对称,密钥长度和初始化向量等等).我也看到过很多人写过.NET中加密算法总结,但我发 ...
- Linux Kernel(Android) 加密算法汇总(三)-应用程序调用内核加密算法接口
于Linux Kernel(Android) 加密算法总结(cipher.compress.digest)文章中.介绍了怎样在内核中增加三种不同类型的内核加密算法, 并给出了在内核模块中怎样调用他们的 ...
- Java 新特性(2) - JDK6 新特性
http://freesea.iteye.com/blog/160133 JDK6的新特性之一_Desktop类和SystemTray类 JDK6的新特性之二_使用JAXB2来实现对象与XML之间的映 ...
- JDK6 新特性
JDK6新特性目录导航: Desktop类和SystemTray类 JAXB2实现对象与XML之间的映射 StAX Compiler API 轻量级 Http Server API 插入式注解处理AP ...
- 浅谈Shiro框架中的加密算法,以及校验
在涉及到密码存储问题上,应该加密/生成密码摘要存储,而不是存储明文密码.为什么要加密:网络安全问题是一个很大的隐患,用户数据泄露事件层出不穷,比如12306账号泄露. Shiro提供了base64和1 ...
- DK1.5-JDK11各个新特性
摘要: 参考文献: https://blog.csdn.net/lsxf_xin/article/details/79712537 JDK各个版本的新特性 要了解一门语言,最好的方式就是要能从基础的版 ...
- Java 5 、6、 7中新特性
JDK5新特性(与1.4相比)[转] 1 循环 for (type variable : array){ body} for (type variable : arrayList){body} 而1. ...
- JDK1.5/1.6/1.7之新特性总结(转载)
原文地址:http://www.cnblogs.com/yezhenhan/archive/2011/08/16/2141510.html 如果原作者看到不想让我转载请私信我! 开发过程中接触到了从j ...
随机推荐
- gradle手工搭建java项目搭建
1. 安装gradle. 下载http://services.gradle.org/distributions/gradle-1.9-all.zip,解压至/usr/local/目录下. 设置环境变量 ...
- JQuery EasyUI的datagrid的使用方式总结
JQuery EasyUI的datagrid的使用方式总结第一步:添加样式和js脚本在前台添加展示数据表格的table元素 例如: <div> <table id="tt& ...
- .naturalWidth 和naturalHeight属性,
在HTML 5中,新增加了两个用来判断图片的宽度和高度的属性,分别为 .naturalWidth 和naturalHeight属性,例子如下: var rw = myimage.naturalWidt ...
- win32 公用对话框
## 公用对话框 ## 公用对话框:打开文件.保存文件.选择字体.选择颜色.查找.查找替换... 等等.(我就用过这几个其他的可以猜测用法,给出部分代码,这里我就不一一贴代码了,用到了在完善吧) 用到 ...
- StringBuilder和Append的一个程序及一个基础概念
废话少说直接来说:比如在串口数据操作中,我们只想显示串口接收的字符串,好吧你用string[]吧,有多少个字符串(顺便说下二进制在C#中是以字符串形式出现的)就要分配多少个储存空间,自己试下,要你你干 ...
- sprint2 项目的粗略展示
- css美化checkbox radio样式
/*check,radio*/ input.check_txt[type='checkbox']{ display: none; } input.check_txt[type='checkbox'] ...
- YTU 2346: 中序遍历二叉树
原文链接:https://www.dreamwings.cn/ytu2346/2606.html 2346: 中序遍历二叉树 时间限制: 1 Sec 内存限制: 128 MB 提交: 12 解决: ...
- jQuery右键菜单contextMenu使用实例
在最近项目中需要频繁的右键菜单操作.我采用了contextMenu这款jQuery插件. 参考网址:http://www.jb51.net/article/58709.htm 官网demo http: ...
- 在li元素中放入img图片时li的高度问题
在li元素中放入img图片时li的高度会比img图片的高度多出几个像素,解决这个问题只需要将img元素的css设置成vertical-align: middle;就可以解决.