org.gudy.azureus2.core3.security.impl
Class SESecurityManagerBC

java.lang.Object
  extended by org.gudy.azureus2.core3.security.impl.SESecurityManagerBC

public class SESecurityManagerBC
extends Object


Constructor Summary
SESecurityManagerBC()
           
 
Method Summary
static Certificate createSelfSignedCertificate(SESecurityManagerImpl manager, String alias, String cert_dn, int strength)
           
protected static void initialise()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SESecurityManagerBC

public SESecurityManagerBC()
Method Detail

initialise

protected static void initialise()

createSelfSignedCertificate

public static Certificate createSelfSignedCertificate(SESecurityManagerImpl manager,
                                                      String alias,
                                                      String cert_dn,
                                                      int strength)
                                               throws Exception
Throws:
Exception