diff options
Diffstat (limited to 'libjava/gnu/java/security/der/DERValue.java')
| -rw-r--r-- | libjava/gnu/java/security/der/DERValue.java | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/libjava/gnu/java/security/der/DERValue.java b/libjava/gnu/java/security/der/DERValue.java index dd8afc4ea1e..bad7beda97d 100644 --- a/libjava/gnu/java/security/der/DERValue.java +++ b/libjava/gnu/java/security/der/DERValue.java @@ -7,7 +7,7 @@ GNU Classpath is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. - + GNU Classpath is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU @@ -48,15 +48,10 @@ public class DERValue implements DER // ------------------------------------------------------------------------ private final int tagClass; - private final boolean constructed; - private final int tag; - private int length; - private final Object value; - private byte[] encoded; // Constructor. |
