/[classpath]/classpath/java/security/cert/X509CertSelector.java
ViewVC logotype

Diff of /classpath/java/security/cert/X509CertSelector.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4.2.2 by gnu_andrew, Sat Jan 15 17:02:10 2005 UTC revision 1.4.2.3 by gnu_andrew, Sun Jan 16 15:15:12 2005 UTC
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package java.security.cert;  package java.security.cert;
40    
41    import gnu.classpath.SystemProperties;
42  import gnu.java.security.OID;  import gnu.java.security.OID;
 import gnu.java.security.action.GetPropertyAction;  
43    
44  import java.io.IOException;  import java.io.IOException;
45  import java.math.BigInteger;  import java.math.BigInteger;
 import java.security.AccessController;  
46  import java.security.KeyFactory;  import java.security.KeyFactory;
47  import java.security.PublicKey;  import java.security.PublicKey;
48  import java.security.spec.X509EncodedKeySpec;  import java.security.spec.X509EncodedKeySpec;
# Line 1024  public class X509CertSelector implements Line 1023  public class X509CertSelector implements
1023    public String toString()    public String toString()
1024    {    {
1025      StringBuffer str = new StringBuffer(X509CertSelector.class.getName());      StringBuffer str = new StringBuffer(X509CertSelector.class.getName());
1026      GetPropertyAction getProp = new GetPropertyAction("line.separator");      String nl = SystemProperties.getProperty("line.separator");
     String nl = (String) AccessController.doPrivileged(getProp);  
1027      String eol = ";" + nl;      String eol = ";" + nl;
1028      str.append(" {").append(nl);      str.append(" {").append(nl);
1029      if (cert != null)      if (cert != null)

Legend:
Removed from v.1.4.2.2  
changed lines
  Added in v.1.4.2.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26