tests/mauve/java/src/gnu/testlet/java/security/Security/getAlgorithms.java
branchcvs_MAIN
changeset 3412 df11bb428463
parent 3360 1a8899091305
equal deleted inserted replaced
3386:ddcff50a1fdc 3412:df11bb428463
     1 // $Id: getAlgorithms.java,v 1.1 2015-01-28 02:11:50 vrany Exp $
     1 // $Id: getAlgorithms.java,v 1.2 2015-03-20 13:29:50 vrany Exp $
     2 //
     2 //
     3 // Copyright (C) 2003, Free Software Foundation, Inc.
     3 // Copyright (C) 2003, Free Software Foundation, Inc.
     4 //
     4 //
     5 // This file is part of Mauve.
     5 // This file is part of Mauve.
     6 //
     6 //
    30 import java.util.Iterator;
    30 import java.util.Iterator;
    31 
    31 
    32 /**
    32 /**
    33  * Test of <code>getAlgorithms(String)</code> method in {@link Security}.
    33  * Test of <code>getAlgorithms(String)</code> method in {@link Security}.
    34  *
    34  *
    35  * @version $Revision: 1.1 $
    35  * @version $Revision: 1.2 $
    36  * @see Security#getAlgorithms(String)
    36  * @see Security#getAlgorithms(String)
    37  */
    37  */
    38 public class getAlgorithms extends Provider implements Testlet {
    38 public class getAlgorithms extends Provider implements Testlet {
    39 
    39 
    40     public getAlgorithms() {
    40     public getAlgorithms() {