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 ...
随机推荐
- ScrollView和listview的冲突问题,关于宽度,和滑动
只需要重新listview即可 package com.exmple.listscrow; import java.util.logging.LogManager; import android.co ...
- Dynamics AX 2012 R2 安装额外的AOS
众所周知,AX系统分为三层:Client,Application Server,Database Server. 我们添加额外的Application Server主要是出于以下两个原因: 使用多台服 ...
- TCP IP详解(转)
大学学习网络基础的时候老师讲过,网络由下往上分为物理层.数据链路层.网络层.传输层.会话层.表示层和应用层. 网络七层协议简称OSI.TCP/IP刨除了物理层,并把上三层(会话层.表示层和应用层)统称 ...
- eclipse编辑struts.xml 代码提示
先确定xml文件 window-preferences-查询catalog 点击add 关于这个Location 先找到你下载的struts压缩包 然后找到 解压这个jar包 你会得到一些dtd文件 ...
- 移动web前端之meta标签
最近这段时间忙着做web移动端,东西跟pc端还是有区别的.这个月也学到了不少东西,太多了就从头开始,先总结meta标签吧. 主要标签内容和注释如下: <meta charset="UT ...
- 游戏引擎PushButtonEngine简介
PushButtonEngine是一个开源的模块化游戏引擎,你可以通过https://github.com/PushButtonLabs/PushButtonEngine得到其代码和相关文档.下面我将 ...
- Linux 2.6内核Makefile浅析
1 概述 Makefile由五个部分组成: Makefile:根目录Makefile,它读取.config文件,并负责创建vmlinux(内核镜像)和modules(模块文件). .config:内核 ...
- log4j.properties的配置
#初始化类中要使用的Logger对象实例:log4j.rootLogger = [ level ] , appenderName1, appenderName2, … #第一个参数是日志级别(DEBU ...
- JavaScript的引擎机制
var x=1; var y=0; var z=0; function add(n){n=n+1;return n;} y=add(x); function add(n){n=n+3;return n ...
- 使用servlet实现用户注册功能
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding= ...