/[classpath]/classpath/gnu/java/security/OID.java
ViewVC logotype

Diff of /classpath/gnu/java/security/OID.java

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

revision 1.5 by mark, Sat Jul 2 20:32:14 2005 UTC revision 1.6 by tromey, Tue Jul 26 16:46:58 2005 UTC
# Line 1  Line 1 
1  /* OID.java -- numeric representation of an object identifier  /* OID.java -- numeric representation of an object identifier
2     Copyright (C) 2003, 2004  Free Software Foundation, Inc.     Copyright (C) 2003, 2004, 2005  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 48  import java.util.StringTokenizer; Line 48  import java.util.StringTokenizer;
48  /**  /**
49   * This immutable class represents an object identifier, or OID.   * This immutable class represents an object identifier, or OID.
50   *   *
51   * <p>OIDs are represented as a series of hierarcical tokens, each of   * <p>OIDs are represented as a series of hierarchical tokens, each of
52   * which is usually represented as a single, unsigned integer. The   * which is usually represented as a single, unsigned integer. The
53   * hierarchy works so that later tokens are considered within the group   * hierarchy works so that later tokens are considered within the group
54   * of earlier tokens. Thus, the OID for the Serpent block cipher,   * of earlier tokens. Thus, the OID for the Serpent block cipher,

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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