Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Usage of ClassLoader.setSigners() method

  1. #1
    Junior Member
    Join Date
    Jan 2011
    Location
    Republic of Belarus, Minsk
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Usage of ClassLoader.setSigners() method

    Hi, everybody.
    I was looking through javadoc for java.lang.ClassLoader class and caught sigh of setSigners(Class class, Object[] signers). This mysterious method which has no usage withing Java SE made me interested as I am investigating possibilities of this class and want to know something about the method. Javadoc says nothing about it. Does anybody have info about the method?
    Thanks in advance.


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: Usage of ClassLoader.setSigners() method

    Has to do with security and signing jars/classes. See Secure Code and File Exchanges

Similar Threads

  1. How to get a System's total CPU usage percentage using a java program
    By userj2ee in forum Java Theory & Questions
    Replies: 2
    Last Post: January 7th, 2011, 01:28 AM
  2. Can i call init() method in destroy method.?
    By muralidhar in forum Java Servlet
    Replies: 1
    Last Post: October 22nd, 2010, 11:18 AM
  3. Eclipse is always locked [High CPU & RAM usage]
    By talha06 in forum Java IDEs
    Replies: 4
    Last Post: March 16th, 2010, 10:07 AM
  4. HashMap usage in Java
    By neo_2010 in forum Collections and Generics
    Replies: 2
    Last Post: September 18th, 2009, 02:12 AM