/[classpath]/classpath/gnu/java/security/der/DERValue.java
ViewVC logotype

Diff of /classpath/gnu/java/security/der/DERValue.java

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

revision 1.1 by rsdio, Wed Apr 23 22:53:53 2003 UTC revision 1.1.2.1 by gnu_andrew, Thu Jan 13 22:40:37 2005 UTC
# Line 7  GNU Classpath is free software; you can Line 7  GNU Classpath is free software; you can
7  it under the terms of the GNU General Public License as published by  it under the terms of the GNU General Public License as published by
8  the Free Software Foundation; either version 2, or (at your option)  the Free Software Foundation; either version 2, or (at your option)
9  any later version.  any later version.
10    
11  GNU Classpath is distributed in the hope that it will be useful, but  GNU Classpath is distributed in the hope that it will be useful, but
12  WITHOUT ANY WARRANTY; without even the implied warranty of  WITHOUT ANY WARRANTY; without even the implied warranty of
13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# Line 48  public class DERValue implements DER Line 48  public class DERValue implements DER
48    // ------------------------------------------------------------------------    // ------------------------------------------------------------------------
49    
50    private final int tagClass;    private final int tagClass;
   
51    private final boolean constructed;    private final boolean constructed;
   
52    private final int tag;    private final int tag;
   
53    private int length;    private int length;
   
54    private final Object value;    private final Object value;
   
55    private byte[] encoded;    private byte[] encoded;
56    
57    // Constructor.    // Constructor.

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.1

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