[prev in list] [next in list] [prev in thread] [next in thread] 

List:       bouncycastle-crypto-dev
Subject:    Re : [dev-crypto] Certificate Extensions
From:       <ohmy10279 () hotmail ! com>
Date:       2002-07-31 7:04:39
[Download RAW message or body]

You can add the ExtendedKeyUsage by the following way.

#####################################################3

 Vector extKeyUsage = new Vector();
 extKeyUsage.add(KeyPurposeId.id_kp_serverAuth);
 extKeyUsage.add(KeyPurposeId.id_kp_emailProtection);

 if (extKeyUsage.isEmpty() == false){
    ExtendedKeyUsage eku = new ExtendedKeyUsage(extKeyUsage);
    v3CertGen.addExtension(
                X509Extensions.ExtendedKeyUsage,
                true, // critical or non-critical 
                eku);
 }

##############################################################

But I can't know the way adding CRLDistributionPoints. I also want to know 
this. If you know this, please advise to me.... 
Have a good luck!^^*


µ¥ ê¿ÀRoom(http://thamasino.wo.to)¿¡ ´ç½ÅÀ» ÃÊ´ëÇÕ´Ï´Ù.


_________________________________________________________________
Ŭ¸¯ÇÏ¸é ³ª¸¸ÀÇ ±¤°í°¡ ¶å´Ï´Ù. °Ë»ö Å°¿öµå ±¤°í ¹®ÀÇ 
http://www.msn.co.kr/search/keywordshop


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic