Return-Path: X-Original-To: apmail-santuario-dev-archive@www.apache.org Delivered-To: apmail-santuario-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 307F811217 for ; Sat, 26 Apr 2014 16:57:15 +0000 (UTC) Received: (qmail 68545 invoked by uid 500); 26 Apr 2014 16:57:14 -0000 Delivered-To: apmail-santuario-dev-archive@santuario.apache.org Received: (qmail 68446 invoked by uid 500); 26 Apr 2014 16:57:13 -0000 Mailing-List: contact dev-help@santuario.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@santuario.apache.org Delivered-To: mailing list dev@santuario.apache.org Received: (qmail 68439 invoked by uid 99); 26 Apr 2014 16:57:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Apr 2014 16:57:13 +0000 X-ASF-Spam-Status: No, hits=-0.1 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of Kevin.Urciolo@ngc.com designates 157.127.149.150 as permitted sender) Received: from [157.127.149.150] (HELO xspc0103.northgrum.com) (157.127.149.150) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Apr 2014 16:57:07 +0000 Received: from XHTV0002.northgrum.com (unknown [134.223.80.11]) by xspc0103.northgrum.com with smtp (TLS: TLSv1/SSLv3,128bits,AES128-SHA) id 63b8_07cc_8466bf74_c8a3_4b7d_8d39_1437a33dfb61; Sat, 26 Apr 2014 11:56:45 -0500 Received: from XHTVAG06.northgrum.com (134.223.82.83) by XHTV0002.northgrum.com (134.223.80.11) with Microsoft SMTP Server (TLS) id 14.3.174.1; Sat, 26 Apr 2014 11:53:55 -0500 Received: from XMBVAG72.northgrum.com ([169.254.3.26]) by XHTVAG06.northgrum.com ([134.223.82.83]) with mapi id 14.03.0174.001; Sat, 26 Apr 2014 11:53:55 -0500 From: "Urciolo, Kevin J (IS)" To: "dev@santuario.apache.org" Subject: NSS With XMLEnc Thread-Topic: NSS With XMLEnc Thread-Index: Ac9hbuK0F3hWtA/mQOqiz91wKz1kIQ== Date: Sat, 26 Apr 2014 16:53:55 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [134.223.82.116] Content-Type: multipart/alternative; boundary="_000_E67AF3BAE8106043AC5805FCAD10715D21138864XMBVAG72northgr_" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org --_000_E67AF3BAE8106043AC5805FCAD10715D21138864XMBVAG72northgr_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I have the following setup: JAVA 7 mozilla-nss-3.15.4-0.7.1 Sun PKCS#11 provider XML Encryption I am attempting to encrypt a symmetric key to send via XML Encryption. How= ever, I am having trouble finding an algorithm that works between PKCS11 an= d XML Encryption. I am getting the exception below. Do you have any sugge= stions? Exception: org.apache.xml.security.encryption.XMLEncryptionException: No such algorith= m: AES/CBC/ISO10126Padding Original Exception was java.security.NoSuchAlgorithmException: No such algo= rithm: AES/CBC/ISO10126Padding at org.apache.xml.security.encryption.XMLCipher.constructCipher(XML= Cipher.java:1562) at org.apache.xml.security.encryption.XMLCipher.(XMLCipher.ja= va:320) at org.apache.xml.security.encryption.XMLCipher.getProviderInstance= (XMLCipher.java:465) Caused by: java.security.NoSuchAlgorithmException: No such algorithm: AES/C= BC/ISO10126Padding at javax.crypto.Cipher.getInstance(Cipher.java:673) at javax.crypto.Cipher.getInstance(Cipher.java:580) at org.apache.xml.security.encryption.XMLCipher.constructCipher(XML= Cipher.java:1544) ... 4 more Caused by: java.security.NoSuchAlgorithmException: Unsupported mode CBC at sun.security.pkcs11.P11Cipher.engineSetMode(P11Cipher.java:202) at javax.crypto.Cipher$Transform.setModePadding(Cipher.java:357) at javax.crypto.Cipher.getInstance(Cipher.java:655) ... 6 more Printed Out Provider Information: Signature.MD2withRSA sun.security.pkcs11.P11Signature Cipher.DES/CBC/NoPadding sun.security.pkcs11.P11Cipher Cipher.AES/CBC/PKCS5Padding sun.security.pkcs11.P11Cipher Cipher.RSA/ECB/NoPadding sun.security.pkcs11.P11RSACipher Cipher.DES/CBC/PKCS5Padding sun.security.pkcs11.P11Cipher KeyFactory.DH sun.security.pkcs11.P11DHKeyFactory AlgorithmParameters.EC sun.security.ec.ECParameters Signature.RawDSA sun.security.pkcs11.P11Signature KeyGenerator.SunTlsMasterSecret sun.security.pkcs11.P11TlsMasterSec= retGenerator Cipher.RSA/ECB/PKCS1Padding sun.security.pkcs11.P11RSACipher Alg.Alias.Cipher.RSA RSA/ECB/PKCS1Padding Alg.Alias.MessageDigest.SHA-1 SHA1 Signature.SHA256withECDSA sun.security.pkcs11.P11Signature Alg.Alias.KeyAgreement.DiffieHellman DH Signature.SHA512withECDSA sun.security.pkcs11.P11Signature Alg.Alias.KeyPairGenerator.DiffieHellman DH KeyAgreement.DH sun.security.pkcs11.P11KeyAgreement Alg.Alias.Signature.ECDSA SHA1withECDSA Cipher.DESede/ECB/NoPadding sun.security.pkcs11.P11Cipher KeyAgreement.ECDH sun.security.pkcs11.P11ECDHKeyAgreement Provider.id className sun.security.pkcs11.SunPKCS11 Alg.Alias.MessageDigest.SHA SHA1 Mac.HmacSHA384 sun.security.pkcs11.P11MAC Cipher.AES/ECB/NoPadding sun.security.pkcs11.P11Cipher Mac.HmacSHA512 sun.security.pkcs11.P11MAC KeyFactory.DSA sun.security.pkcs11.P11DSAKeyFactory Mac.HmacMD5 sun.security.pkcs11.P11MAC Mac.SslMacMD5 sun.security.pkcs11.P11MAC SecretKeyFactory.ARCFOUR sun.security.pkcs11.P11SecretKeyFac= tory Mac.HmacSHA1 sun.security.pkcs11.P11MAC KeyGenerator.DES sun.security.pkcs11.P11KeyGenerator Mac.SslMacSHA1 sun.security.pkcs11.P11MAC Alg.Alias.Cipher.DESede DESede/ECB/PKCS5Padding KeyPairGenerator.EC sun.security.pkcs11.P11KeyPairGenerator Cipher.DESede/CBC/PKCS5Padding sun.security.pkcs11.P11Cipher SecretKeyFactory.DES sun.security.pkcs11.P11SecretKeyFactory Provider.id name SunPKCS11-NSSfips Cipher.DESede/CBC/NoPadding sun.security.pkcs11.P11Cipher Signature.SHA384withECDSA sun.security.pkcs11.P11Signature Cipher.AES/ECB/PKCS5Padding sun.security.pkcs11.P11Cipher Signature.SHA1withRSA sun.security.pkcs11.P11Signature KeyStore.PKCS11 sun.security.pkcs11.P11KeyStore KeyGenerator.AES sun.security.pkcs11.P11KeyGenerator Cipher.DES/ECB/PKCS5Padding sun.security.pkcs11.P11Cipher Cipher.ARCFOUR sun.security.pkcs11.P11Cipher SecretKeyFactory.DESede sun.security.pkcs11.P11SecretKeyFactory Alg.Alias.Signature.SHA1withDSA DSA Signature.MD5withRSA sun.security.pkcs11.P11Signature MessageDigest.SHA-384 sun.security.pkcs11.P11Digest SecretKeyFactory.AES sun.security.pkcs11.P11SecretKeyFactory Signature.SHA512withRSA sun.security.pkcs11.P11Signature KeyPairGenerator.RSA sun.security.pkcs11.P11KeyPairGenerator Cipher.AES/CBC/NoPadding sun.security.pkcs11.P11Cipher KeyPairGenerator.DH sun.security.pkcs11.P11KeyPairGenerator Alg.Alias.AlgorithmParameters.1.2.840.10045.2.1 EC KeyGenerator.ARCFOUR sun.security.pkcs11.P11KeyGenerator MessageDigest.SHA-512 sun.security.pkcs11.P11Digest KeyGenerator.SunTlsPrf sun.security.pkcs11.P11TlsPrfGenerator Provider.id version 1.7 Alg.Alias.KeyFactory.DiffieHellman DH Signature.SHA1withECDSA sun.security.pkcs11.P11Signature Signature.SHA256withRSA sun.security.pkcs11.P11Signature KeyGenerator.SunTlsKeyMaterial sun.security.pkcs11.P11TlsKeyMateri= alGenerator Alg.Alias.Cipher.DES DES/ECB/PKCS5Padding Alg.Alias.Signature.NONEwithDSA RawDSA Mac.HmacSHA256 sun.security.pkcs11.P11MAC Alg.Alias.KeyStore.PKCS11-NSSfips PKCS11 Alg.Alias.Cipher.RC4 ARCFOUR Signature.SHA384withRSA sun.security.pkcs11.P11Signature Alg.Alias.KeyGenerator.RC4 ARCFOUR Cipher.DES/ECB/NoPadding sun.security.pkcs11.P11Cipher Cipher.DESede/ECB/PKCS5Padding sun.security.pkcs11.P11Cipher Cipher.AES/CTR/NoPadding sun.security.pkcs11.P11Cipher Alg.Alias.Cipher.AES AES/ECB/PKCS5Padding KeyGenerator.SunTlsRsaPremasterSecret sun.security.pkcs11.P11TlsR= saPremasterSecretGenerator SecureRandom.PKCS11 sun.security.pkcs11.P11SecureRandom Alg.Alias.SecretKeyFactory.RC4 ARCFOUR Signature.NONEwithECDSA sun.security.pkcs11.P11Signature KeyFactory.RSA sun.security.pkcs11.P11RSAKeyFactory KeyFactory.EC sun.security.pkcs11.P11DHKeyFactory KeyPairGenerator.DSA sun.security.pkcs11.P11KeyPairGenerator Provider.id info SunPKCS11-NSSfips using library null MessageDigest.SHA1 sun.security.pkcs11.P11Digest Signature.DSA sun.security.pkcs11.P11Signature MessageDigest.SHA-256 sun.security.pkcs11.P11Digest MessageDigest.MD5 sun.security.pkcs11.P11Digest MessageDigest.MD2 sun.security.pkcs11.P11Digest KeyGenerator.DESede sun.security.pkcs11.P11KeyGenerator --_000_E67AF3BAE8106043AC5805FCAD10715D21138864XMBVAG72northgr_ Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

I have the following setup:

JAVA 7

mozilla-nss-3.15.4-0.7.1

Sun PKCS#11 provider

XML Encryption

 

I am attempting to encrypt a symmetric key to send v= ia XML Encryption.  However, I am having trouble finding an algorithm = that works between PKCS11 and XML Encryption.  I am getting the except= ion below.  Do you have any suggestions?

 

Exception:

org.apache.xml.security.encryption.XMLEncryptionExce= ption: No such algorithm: AES/CBC/ISO10126Padding

Original Exception was java.security.NoSuchAlgorithm= Exception: No such algorithm: AES/CBC/ISO10126Padding

        at org.ap= ache.xml.security.encryption.XMLCipher.constructCipher(XMLCipher.java:1562)=

        at org.ap= ache.xml.security.encryption.XMLCipher.<init>(XMLCipher.java:320)

        at org.ap= ache.xml.security.encryption.XMLCipher.getProviderInstance(XMLCipher.java:4= 65)

Caused by: java.security.NoSuchAlgorithmException: N= o such algorithm: AES/CBC/ISO10126Padding

        at javax.= crypto.Cipher.getInstance(Cipher.java:673)

        at javax.= crypto.Cipher.getInstance(Cipher.java:580)

        at org.ap= ache.xml.security.encryption.XMLCipher.constructCipher(XMLCipher.java:1544)=

        ... 4 mor= e

Caused by: java.security.NoSuchAlgorithmException: U= nsupported mode CBC

        at sun.se= curity.pkcs11.P11Cipher.engineSetMode(P11Cipher.java:202)

        at javax.= crypto.Cipher$Transform.setModePadding(Cipher.java:357)

        at javax.= crypto.Cipher.getInstance(Cipher.java:655)

        ... 6 mor= e

 

Printed Out Provider Information:

        Sign= ature.MD2withRSA    sun.security.pkcs11.P11Signature &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;            = ;   

        Ciph= er.DES/CBC/NoPadding        sun.security= .pkcs11.P11Cipher         &nbs= p;            &= nbsp;            &nb= sp;            =             &nb= sp;            =             &nb= sp;  

        Ciph= er.AES/CBC/PKCS5Padding     sun.security.pkcs11.P11Ciph= er            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;            

        Ciph= er.RSA/ECB/NoPadding        sun.security= .pkcs11.P11RSACipher         &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;            

        Ciph= er.DES/CBC/PKCS5Padding     sun.security.pkcs11.P11Ciph= er            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;            &nb= sp;            =

        KeyF= actory.DH   sun.security.pkcs11.P11DHKeyFactory   =             &nb= sp;            =             &nb= sp;            =             &nb= sp;            =             &nb= sp;      

        Algo= rithmParameters.EC  sun.security.ec.ECParameters   &nbs= p;             =             &nb= sp;            =             &nb= sp;            =             &nb= sp;            =      

        Sign= ature.RawDSA        sun.security.pkcs11.= P11Signature          &nb= sp;            =             &nb= sp;            =             &nb= sp;            =             &nb= sp;      

        KeyG= enerator.SunTlsMasterSecret sun.security.pkcs11.P11TlsMasterSecretGenerator=             &nb= sp;            =             &nb= sp;            =             &nb= sp;      

        Ciph= er.RSA/ECB/PKCS1Padding     sun.security.pkcs11.P11RSAC= ipher           &nbs= p;            &= nbsp;           &nbs= p;             =             &nb= sp;            =           

        Alg.= Alias.Cipher.RSA    RSA/ECB/PKCS1Padding   &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;

        Alg.= Alias.MessageDigest.SHA-1   SHA1     &nb= sp;             = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;      

        Sign= ature.SHA256withECDSA       sun.security.pkcs= 11.P11Signature          =             &nb= sp;            =             &nb= sp;            =             &nb= sp;            =

        Alg.= Alias.KeyAgreement.DiffieHellman    DH   &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;  

        Sign= ature.SHA512withECDSA       sun.security.pkcs= 11.P11Signature          =              &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;           =

        Alg.= Alias.KeyPairGenerator.DiffieHellman      &nb= sp; DH           &nb= sp;            =             &nb= sp;            =             &nb= sp;            =             &nb= sp;           

        KeyA= greement.DH sun.security.pkcs11.P11KeyAgreement    &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;    

        Alg.= Alias.Signature.ECDSA       SHA1withECDSA&nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;             =             &nb= sp;  

        Ciph= er.DESede/ECB/NoPadding     sun.security.pkcs11.P11Ciph= er            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;            

        KeyA= greement.ECDH       sun.security.pkcs11.P11EC= DHKeyAgreement          &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;            

        Prov= ider.id className   sun.security.pkcs11.SunPKCS11  &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;    

        Alg.= Alias.MessageDigest.SHA     SHA1    = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;            = ;        

        Mac.= HmacSHA384  sun.security.pkcs11.P11MAC     &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;            &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;

        Ciph= er.AES/ECB/NoPadding        sun.security= .pkcs11.P11Cipher         &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;  

        Mac.= HmacSHA512  sun.security.pkcs11.P11MAC     &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;

        KeyF= actory.DSA  sun.security.pkcs11.P11DSAKeyFactory   &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;             =      

        Mac.= HmacMD5     sun.security.pkcs11.P11MAC   = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;            = ;   

        Mac.= SslMacMD5   sun.security.pkcs11.P11MAC    &nb= sp;            =             &nb= sp;             = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp; 

        Secr= etKeyFactory.ARCFOUR        sun.security= .pkcs11.P11SecretKeyFactory        =             &nb= sp;            =             &nb= sp;            =             &nb= sp;      

        Mac.= HmacSHA1    sun.security.pkcs11.P11MAC   &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;  

        KeyG= enerator.DES        sun.security.pkcs11.= P11KeyGenerator          =             &nb= sp;             = ;            &n= bsp;            = ;            &n= bsp;            = ;    

        Mac.= SslMacSHA1  sun.security.pkcs11.P11MAC     &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;

        Alg.= Alias.Cipher.DESede DESede/ECB/PKCS5Padding     &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;            = ;        

        KeyP= airGenerator.EC     sun.security.pkcs11.P11KeyPairGener= ator            = ;            &n= bsp;            = ;            &n= bsp;            = ;             &= nbsp;          

        Ciph= er.DESede/CBC/PKCS5Padding  sun.security.pkcs11.P11Cipher  &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;         

        Secr= etKeyFactory.DES    sun.security.pkcs11.P11SecretKeyFactory&= nbsp;            &nb= sp;            =             &nb= sp;            =             &nb= sp;            =           

        Prov= ider.id name        SunPKCS11-NSSfips&nb= sp;            =             &nb= sp;            =             &nb= sp;            =             &nb= sp;            =             &nb= sp;      

        Ciph= er.DESede/CBC/NoPadding     sun.security.pkcs11.P11Ciph= er            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;            

        Sign= ature.SHA384withECDSA       sun.security.pkcs= 11.P11Signature          =             &nb= sp;            =              &n= bsp;            = ;            &n= bsp;           =

        Ciph= er.AES/ECB/PKCS5Padding     sun.security.pkcs11.P11Ciph= er            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;            

        Sign= ature.SHA1withRSA   sun.security.pkcs11.P11Signature  &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;  

        KeyS= tore.PKCS11 sun.security.pkcs11.P11KeyStore     &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;            = ;         

        KeyG= enerator.AES        sun.security.pkcs11.= P11KeyGenerator          =             &nb= sp;            =             &nb= sp;            =             &nb= sp;            =     

        Ciph= er.DES/ECB/PKCS5Padding     sun.security.pkcs11.P11Ciph= er            &= nbsp;            &nb= sp;            =             &nb= sp;            =             &nb= sp;            =

        Ciph= er.ARCFOUR  sun.security.pkcs11.P11Cipher     = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;          

        Secr= etKeyFactory.DESede sun.security.pkcs11.P11SecretKeyFactory  &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;       

        Alg.= Alias.Signature.SHA1withDSA DSA       &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;            &nbs= p;            &= nbsp;     

        Sign= ature.MD5withRSA    sun.security.pkcs11.P11Signature &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;            = ;   

        Mess= ageDigest.SHA-384   sun.security.pkcs11.P11Digest  &nbs= p;             =             &nb= sp;            =             &nb= sp;            =             &nb= sp;            =      

        Secr= etKeyFactory.AES    sun.security.pkcs11.P11SecretKeyFactory&= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;         

        Sign= ature.SHA512withRSA sun.security.pkcs11.P11Signature    = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;

        KeyP= airGenerator.RSA    sun.security.pkcs11.P11KeyPairGenerator&= nbsp;           &nbs= p;            &= nbsp;            &nb= sp;            =             &nb= sp;            =           

        Ciph= er.AES/CBC/NoPadding        sun.security= .pkcs11.P11Cipher         &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;  

        KeyP= airGenerator.DH     sun.security.pkcs11.P11KeyPairGener= ator            = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;          

        Alg.= Alias.AlgorithmParameters.1.2.840.10045.2.1 EC     = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;            = ;             &= nbsp;     

        KeyG= enerator.ARCFOUR    sun.security.pkcs11.P11KeyGenerator = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;

        Mess= ageDigest.SHA-512   sun.security.pkcs11.P11Digest  &nbs= p;            &= nbsp;            &nb= sp;            =             &nb= sp;            =             &nb= sp;            =      

        KeyG= enerator.SunTlsPrf  sun.security.pkcs11.P11TlsPrfGenerator  =             &nb= sp;            =             &nb= sp;            =             &nb= sp;            =          

        Prov= ider.id version     1.7     &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;            = ;   

        Alg.= Alias.KeyFactory.DiffieHellman      DH  =             &nb= sp;            =             &nb= sp;             = ;            &n= bsp;            = ;            &n= bsp;            = ;    

        Sign= ature.SHA1withECDSA sun.security.pkcs11.P11Signature    = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;

        Sign= ature.SHA256withRSA sun.security.pkcs11.P11Signature    = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;

        KeyG= enerator.SunTlsKeyMaterial  sun.security.pkcs11.P11TlsKeyMaterialGener= ator            = ;            &n= bsp;            = ;             &= nbsp;           &nbs= p;        

        Alg.= Alias.Cipher.DES    DES/ECB/PKCS5Padding   &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;

        Alg.= Alias.Signature.NONEwithDSA RawDSA       = ;            &n= bsp;            &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;   

        Mac.= HmacSHA256  sun.security.pkcs11.P11MAC     &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;

        Alg.= Alias.KeyStore.PKCS11-NSSfips       PKCS11&nb= sp;            =             &nb= sp;            =             &nb= sp;            =             &nb= sp;            =             &nb= sp; 

        Alg.= Alias.Cipher.RC4    ARCFOUR     &nb= sp;            =             &nb= sp;            =             &nb= sp;            =              &n= bsp;            = ;            &n= bsp;           =

        Sign= ature.SHA384withRSA sun.security.pkcs11.P11Signature    = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;

        Alg.= Alias.KeyGenerator.RC4      ARCFOUR  &nb= sp;             = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;      

        Ciph= er.DES/ECB/NoPadding        sun.security= .pkcs11.P11Cipher         &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;            &nb= sp;  

        Ciph= er.DESede/ECB/PKCS5Padding  sun.security.pkcs11.P11Cipher  &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;         

        Ciph= er.AES/CTR/NoPadding        sun.security= .pkcs11.P11Cipher         &nbs= p;             =             &nb= sp;            =             &nb= sp;            =             &nb= sp;  

        Alg.= Alias.Cipher.AES    AES/ECB/PKCS5Padding   &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;

        KeyG= enerator.SunTlsRsaPremasterSecret   sun.security.pkcs11.P11TlsRsa= PremasterSecretGenerator        &nb= sp;            =             &nb= sp;            =          

        Secu= reRandom.PKCS11     sun.security.pkcs11.P11SecureRandom=             &nb= sp;            =             &nb= sp;            =              &n= bsp;            = ;            &n= bsp; 

        Alg.= Alias.SecretKeyFactory.RC4  ARCFOUR      = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;            = ;   

        Sign= ature.NONEwithECDSA sun.security.pkcs11.P11Signature    = ;             &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;

        KeyF= actory.RSA  sun.security.pkcs11.P11RSAKeyFactory   &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;    

        KeyF= actory.EC   sun.security.pkcs11.P11DHKeyFactory   =             &nb= sp;            =             &nb= sp;            =             &nb= sp;            =             &nb= sp;      

        KeyP= airGenerator.DSA    sun.security.pkcs11.P11KeyPairGenerator&= nbsp;           &nbs= p;            &= nbsp;            &nb= sp;            =             &nb= sp;            =           

        Prov= ider.id info        SunPKCS11-NSSfips us= ing library null          = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;            = ;   

        Mess= ageDigest.SHA1      sun.security.pkcs11.P11Digest&= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;       

        Sign= ature.DSA   sun.security.pkcs11.P11Signature   &nb= sp;            =             &nb= sp;            =             &nb= sp;            =             &nb= sp;             = ;         

        Mess= ageDigest.SHA-256   sun.security.pkcs11.P11Digest  &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;    

        Mess= ageDigest.MD5       sun.security.pkcs11.P11Di= gest            = ;             &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;        

        Mess= ageDigest.MD2       sun.security.pkcs11.P11Di= gest            = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;            = ;        

        KeyG= enerator.DESede     sun.security.pkcs11.P11KeyGenerator=        

 

--_000_E67AF3BAE8106043AC5805FCAD10715D21138864XMBVAG72northgr_--