设为首页 收藏本站
查看: 873|回复: 0

[经验分享] IBM Java自带了哪些安全算法

[复制链接]

尚未签到

发表于 2017-5-25 12:05:46 | 显示全部楼层 |阅读模式
  ==========provider[0],name=IBMJCE======
info=IBMJCE Provider implements the following: HMAC-SHA1, MD2, MD5, MARS, SHA, MD2withRSA, MD5withRSA, SHA1withRSA, RSA, SHA1withDSA, RC2, RC4, Seal)
implements the following:

Signature algorithms               : SHA1withDSA, SHA1withRSA, MD5withRSA, MD2withRSA,
                                       SHA2withRSA, SHA3withRSA, SHA5withRSA
Cipher algorithms                  : Blowfish, AES, DES, TripleDES, PBEWithMD2AndDES,
                                       PBEWithMD2AndTripleDES, PBEWithMD2AndRC2,
                                       PBEWithMD5AndDES, PBEWithMD5AndTripleDES,
                                       PBEWithMD5AndRC2, PBEWithSHA1AndDES
                                       PBEWithSHA1AndTripleDES, PBEWithSHA1AndRC2
                                       PBEWithSHAAnd40BitRC2, PBEWithSHAAnd128BitRC2
                                       PBEWithSHAAnd40BitRC4, PBEWithSHAAnd128BitRC4
                                       PBEWithSHAAnd2KeyTripleDES, PBEWithSHAAnd3KeyTripleDES
                                       Mars, RC2, RC4, ARCFOUR
                                       RSA, Seal
Message authentication code (MAC)  : HmacSHA1, HmacSHA256, HmacSHA384, HmacSHA512, HmacMD2, HmacMD5
Key agreement algorithm            : DiffieHellman
Key (pair) generator               : Blowfish, DiffieHellman, DSA, AES, DES, TripleDES, HmacMD5,
                                       HmacSHA1, Mars, RC2, RC4, RSA, Seal, ARCFOUR
Message digest                     : MD2, MD5, SHA-1, SHA-256, SHA-384, SHA-512
Algorithm parameter generator      : DiffieHellman, DSA
Algorithm parameter                : Blowfish, DiffieHellman, AES, DES, TripleDES, DSA, Mars,
                                       PBEwithMD5AndDES, RC2
Key factory                        : DiffieHellman, DSA, RSA
Secret key factory                 : Blowfish, AES, DES, TripleDES, Mars, RC2, RC4, Seal, ARCFOUR
                                       PKCS5Key, PBKDF1 and PBKDF2(PKCS5Derived Key).
Certificate                        : X.509
Secure random                      : IBMSecureRandom
Key store                          : JCEKS, PKCS12KS (PKCS12), JKS
--------------
  
type=SecureRandom          alg= IBMSecureRandom
type=SecureRandom          alg= SHA1PRNG
  
type=Signature          alg= RSAforSSL
type=Signature          alg= DSAforSSL
type=Signature          alg= SHA1withRSA
type=Signature          alg= MD2withRSA
type=Signature          alg= MD5withRSA
type=Signature          alg= SHA2withRSA
type=Signature          alg= SHA3withRSA
type=Signature          alg= SHA5withRSA
type=Signature          alg= SHA1withDSA
  
type=Cipher          alg= DES/CBC/NoPadding
type=Cipher          alg= TripleDES/CBC/NoPadding
type=Cipher          alg= AES
type=Cipher          alg= DES
type=Cipher          alg= DESede
type=Cipher          alg= PBEWithMD2AndDES
type=Cipher          alg= PBEWithMD2AndTripleDES
type=Cipher          alg= PBEWithMD2AndRC2
type=Cipher          alg= PBEWithMD5AndDES
type=Cipher          alg= PBEWithMD5AndTripleDES
type=Cipher          alg= PBEWithMD5AndRC2
type=Cipher          alg= PBEWithSHA1AndDES
type=Cipher          alg= PBEWithSHA1AndTripleDES
type=Cipher          alg= PBEWithSHA1AndRC2
type=Cipher          alg= Blowfish
type=Cipher          alg= RSA
type=Cipher          alg= RSAwithNoPad
type=Cipher          alg= RSAforSSL
type=Cipher          alg= RSA/ECB/PKCS1Padding
type=Cipher          alg= RSA/SSL/PKCS1Padding
type=Cipher          alg= RC4
type=Cipher          alg= ARCFOUR
type=Cipher          alg= Seal
type=Cipher          alg= RC2
type=Cipher          alg= Mars
type=Cipher          alg= PBEWithSHAAnd40BitRC2
type=Cipher          alg= PBEWithSHAAnd128BitRC2
type=Cipher          alg= PBEWithSHAAnd40BitRC4
type=Cipher          alg= PBEWithSHAAnd128BitRC4
type=Cipher          alg= PBEWithSHAAnd2KeyTripleDES
type=Cipher          alg= PBEWithSHAAnd3KeyTripleDES
  
type=KeyGenerator          alg= AES
type=KeyGenerator          alg= DES
type=KeyGenerator          alg= DESede
type=KeyGenerator          alg= Blowfish
type=KeyGenerator          alg= HmacMD2
type=KeyGenerator          alg= HmacMD5
type=KeyGenerator          alg= HmacSHA1
type=KeyGenerator          alg= HmacSHA256
type=KeyGenerator          alg= HmacSHA384
type=KeyGenerator          alg= HmacSHA512
  type=KeyGenerator          alg= RC4
type=KeyGenerator          alg= ARCFOUR
type=KeyGenerator          alg= Seal
type=KeyGenerator          alg= RC2
type=KeyGenerator          alg= Mars
  
type=KeyPairGenerator          alg= DiffieHellman
type=KeyPairGenerator          alg= RSA
type=KeyPairGenerator          alg= DSA
  
type=MessageDigest          alg= MD5
type=MessageDigest          alg= MD5old
type=MessageDigest          alg= SHA
type=MessageDigest          alg= SHA2
type=MessageDigest          alg= SHA3
type=MessageDigest          alg= SHA5
type=MessageDigest          alg= MD2
type=MessageDigest          alg= MD4
  
type=AlgorithmParameterGenerator          alg= DiffieHellman
type=AlgorithmParameterGenerator          alg= DSA
  
type=KeyAgreement          alg= DiffieHellman
  
type=AlgorithmParameters          alg= DiffieHellman
type=AlgorithmParameters          alg= AES
type=AlgorithmParameters          alg= DES
type=AlgorithmParameters          alg= DESede
type=AlgorithmParameters          alg= PBE
type=AlgorithmParameters          alg= PBM
type=AlgorithmParameters          alg= Blowfish
type=AlgorithmParameters          alg= RC2
type=AlgorithmParameters          alg= Mars
type=AlgorithmParameters          alg= OAEP
type=AlgorithmParameters          alg= DSA
  
type=KeyFactory          alg= DiffieHellman
type=KeyFactory          alg= RSA
type=KeyFactory          alg= DSA
type=SecretKeyFactory          alg= AES
type=SecretKeyFactory          alg= DES
type=SecretKeyFactory          alg= DESede
type=SecretKeyFactory          alg= PBE
type=SecretKeyFactory          alg= PBEWithMD2AndDES
type=SecretKeyFactory          alg= PBEWithMD5AndDES
type=SecretKeyFactory          alg= PBEWithSHAAndDES
type=SecretKeyFactory          alg= PBEWithSHAAndTripleDES
type=SecretKeyFactory          alg= RC4
type=SecretKeyFactory          alg= Seal
type=SecretKeyFactory          alg= RC2
type=SecretKeyFactory          alg= Mars
type=SecretKeyFactory          alg= PBEWithSHAAnd40BitRC2
type=SecretKeyFactory          alg= PBEWithSHAAnd128BitRC2
type=SecretKeyFactory          alg= PBEWithSHAAnd40BitRC4
type=SecretKeyFactory          alg= PBEWithSHAAnd128BitRC4
type=SecretKeyFactory          alg= PBEWithSHAAnd2KeyTripleDES
type=SecretKeyFactory          alg= PBEWithSHAAnd3KeyTripleDES
type=SecretKeyFactory          alg= PBEWithMD2AndTripleDES
type=SecretKeyFactory          alg= PBEWithMD5AndTripleDES
type=SecretKeyFactory          alg= PBEWithMD2AndRC2
type=SecretKeyFactory          alg= PBEWithMD5AndRC2
type=SecretKeyFactory          alg= PBEWithSHA1AndRC2
type=SecretKeyFactory          alg= PKCS5Key
type=SecretKeyFactory          alg= PBKDF1
type=SecretKeyFactory          alg= PBKDF2
  
type=Mac          alg= HmacMD2
type=Mac          alg= HmacMD5
type=Mac          alg= HmacSHA1
type=Mac          alg= HmacSHA256
type=Mac          alg= HmacSHA384
type=Mac          alg= HmacSHA512
type=Mac          alg= PBM
  
type=CertificateFactory          alg= X509
  
type=KeyStore          alg= JCEKS
type=KeyStore          alg= PKCS12
type=KeyStore          alg= PKCS12S2
type=KeyStore          alg= PKCS12JarSigner
type=KeyStore          alg= JKS
  /////////////////////////////////////////////////////////////////////////////////////////////////////////
  
==========provider[1],name=IBMJSSE======
  info=IBM JSSE provider
  --------------
  
type=KeyManagerFactory          alg= IbmX509
  
type=TrustManagerFactory          alg= IbmX509
type=TrustManagerFactory          alg= PKIX
  
type=SSLContext          alg= SSL
type=SSLContext          alg= SSLv3
type=SSLContext          alg= TLS
type=SSLContext          alg= TLSv1
type=SSLContext          alg= SSL_TLS
  ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  
==========provider[2],name=IBMJSSE2======
  info=IBM JSSE provider2 (implements IbmX509 key/trust factories, SSLv3, TLSv1)
  --------------
  type=KeyManagerFactory          alg= IbmX509
type=KeyManagerFactory          alg= NewIbmX509
  
type=TrustManagerFactory          alg= IbmX509
type=TrustManagerFactory          alg= PKIX
  
type=SSLContext          alg= SSL
type=SSLContext          alg= SSLv3
type=SSLContext          alg= TLS
type=SSLContext          alg= TLSv1
type=SSLContext          alg= SSL_TLS
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  
==========provider[3],name=IBMJGSSProvider======
  info=IBMJGSSProvider supports Kerberos V5 Mechanism
  --------------
  
type=GssApiMechanism          alg= 1.2.840.113554.1.2.2
  ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  
==========provider[4],name=IBMCertPath======
  info=IBMCertPath Provider implements the following:
CertificateFactory                : X.509
CertPathValidator              : PKIX
CertStore                      : Collection, LDAP
CertPathBuilder                : PKIX
--------------
  
type=CertPathBuilder          alg= PKIX
  
type=CertificateFactory          alg= X509
  
type=CertStore          alg= Collection
type=CertStore          alg= LDAP
  
type=CertPathValidator          alg= PKIX
  ////////////////////////////////////////////////////////////////////////////////////////////////////////
  
==========provider[5],name=IBMPKCS11======
  info=IBMPKCS11 Provider implements the following: MD2withRSA, MD5withRSA, SHA1withRSA, RSA, SHA1withDSA)implements the following:
Signature algorithms               : SHA1withDSA, SHA1withRSA, MD5withRSA, MD2withRSA
Key (pair) generator               : DSA, RSA
Algorithm parameter generator      : DSA
Algorithm parameter                : DSA
Certificate                        : X.509
Secure random                      : IBMSecureRandom
Key store                          : PKCS11 (PKCS11KS)
--------------
  
type=Cipher          alg= RSA
  
type=SecureRandom          alg= IBMSecureRandom
  
type=Signature          alg= NoHashwithRSA
type=Signature          alg= NoHashwithDSA
type=Signature          alg= SHA1withRSA
type=Signature          alg= MD2withRSA
type=Signature          alg= MD5withRSA
type=Signature          alg= SHA1withDSA
  
type=KeyPairGenerator          alg= RSA
type=KeyPairGenerator          alg= DSA
  
type=MessageDigest          alg= MD5
type=MessageDigest          alg= SHA
type=MessageDigest          alg= MD2
  
type=AlgorithmParameterGenerator          alg= DSA
  
type=AlgorithmParameters          alg= DSA
  
type=CertificateFactory          alg= X509
  
type=KeyStore          alg= PKCS11
  ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  
==========provider[6],name=IBMCMSProvider======
  info=Java 2 Implementation of CMS Key Databases
  --------------
type=KeyStore          alg= IBMCMSKS
  ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  
==========provider[7],name=IBMSPNEGO======
  info=IBMSPNEGO Provider implements Simple and Protected GSS-API Negotiation Mechanism
  --------------
  type=GssApiMechanism          alg= 1.3.6.1.5.5.2

运维网声明 1、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com

所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其承担任何法律责任,如涉及侵犯版权等问题,请您及时通知我们,我们将立即处理,联系人Email:kefu@iyunv.com,QQ:1061981298 本贴地址:https://www.yunweiku.com/thread-380969-1-1.html 上篇帖子: IBM JDK1.6.0 full gc 下篇帖子: web test IBM Page Detailer / IBM Rational Performance Tester / Web Page Performa
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

扫码加入运维网微信交流群X

扫码加入运维网微信交流群

扫描二维码加入运维网微信交流群,最新一手资源尽在官方微信交流群!快快加入我们吧...

扫描微信二维码查看详情

客服E-mail:kefu@iyunv.com 客服QQ:1061981298


QQ群⑦:运维网交流群⑦ QQ群⑧:运维网交流群⑧ k8s群:运维网kubernetes交流群


提醒:禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.


本站大部分资源是网友从网上搜集分享而来,其版权均归原作者及其网站所有,我们尊重他人的合法权益,如有内容侵犯您的合法权益,请及时与我们联系进行核实删除!



合作伙伴: 青云cloud

快速回复 返回顶部 返回列表