You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by mu...@apache.org on 2007/09/07 16:01:28 UTC

svn commit: r573587 - /xml/security/branches/stax_jsr105/src/com/r_bg/stax/transforms/StaxBase64Transform.java

Author: mullan
Date: Fri Sep  7 07:01:28 2007
New Revision: 573587

URL: http://svn.apache.org/viewvc?rev=573587&view=rev
Log:
Add copyright, class description.

Modified:
    xml/security/branches/stax_jsr105/src/com/r_bg/stax/transforms/StaxBase64Transform.java

Modified: xml/security/branches/stax_jsr105/src/com/r_bg/stax/transforms/StaxBase64Transform.java
URL: http://svn.apache.org/viewvc/xml/security/branches/stax_jsr105/src/com/r_bg/stax/transforms/StaxBase64Transform.java?rev=573587&r1=573586&r2=573587&view=diff
==============================================================================
--- xml/security/branches/stax_jsr105/src/com/r_bg/stax/transforms/StaxBase64Transform.java (original)
+++ xml/security/branches/stax_jsr105/src/com/r_bg/stax/transforms/StaxBase64Transform.java Fri Sep  7 07:01:28 2007
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2007 The Apache Software Foundation.
+ *
+ *  Licensed under the Apache License, Version 2.0 (the "License");
+ *  you may not use this file except in compliance with the License.
+ *  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ *
+ */
 package com.r_bg.stax.transforms;
 
 import java.io.ByteArrayInputStream;
@@ -17,6 +33,11 @@
 import org.apache.xml.security.utils.Base64;
 import com.r_bg.stax.StaxData;
 
+/**
+ * Stax-based implementation of Base64 Decode TransformService.
+ *
+ * @author Sean Mullan
+ */
 public class StaxBase64Transform extends TransformService {
 
     public void init(TransformParameterSpec params)