Skip to Content.
Sympa Menu

mace-opensaml-users - Base64 class methods changed in newest Xerces parser

Subject: OpenSAML user discussion

List archive

Base64 class methods changed in newest Xerces parser


Chronological Thread 
  • From: "Shannon Kendrick" <>
  • To: <>
  • Subject: Base64 class methods changed in newest Xerces parser
  • Date: Mon, 28 Apr 2003 12:41:28 -0400

Scott,
I noticed that OpenSAML uses the following methods in
org.apache.xerces.impl.dv.util.Base64:
public static byte[] encode(byte [] param1)
public static byte [] decode(byte [] param1)

These methods are missing from the latest Xerces parser (2.3.0). You
probably do not want to tie OpenSAML to a specific (and downlevel) version
of Xerces. Maybe the class org.apache.xml.security.utils.Base64 in the XML
Security project will serve the same purpose for you.

Shannon Kendrick

---------------------------------------------------mace-opensaml-users-+
For list utilities, archives, subscribe, unsubscribe, etc. please visit the
ListProc web interface at

http://archives.internet2.edu/

---------------------------------------------------mace-opensaml-users--




Archive powered by MHonArc 2.6.16.

Top of Page