Searched defs:writeInteger (Results 1 - 10 of 10) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/asn1/
H A DASN1Writer.java138 ASN1Writer writeInteger(byte type, int intValue) throws IOException; method in interface:ASN1Writer
153 ASN1Writer writeInteger(byte type, long longValue) throws IOException; method in interface:ASN1Writer
167 ASN1Writer writeInteger(int intValue) throws IOException; method in interface:ASN1Writer
181 ASN1Writer writeInteger(long longValue) throws IOException; method in interface:ASN1Writer
H A DASN1OutputStreamWriter.java81 public ASN1Writer writeInteger(int intValue) throws IOException method in class:ASN1OutputStreamWriter
83 return writeInteger(UNIVERSAL_INTEGER_TYPE, intValue);
89 public ASN1Writer writeInteger(byte type, int intValue) throws IOException method in class:ASN1OutputStreamWriter
151 public ASN1Writer writeInteger(long longValue) throws IOException method in class:ASN1OutputStreamWriter
153 return writeInteger(UNIVERSAL_INTEGER_TYPE, longValue);
159 public ASN1Writer writeInteger(byte type, long longValue) throws IOException method in class:ASN1OutputStreamWriter
299 return writeInteger(UNIVERSAL_ENUMERATED_TYPE, intValue);
/forgerock/opendj2/src/server/org/opends/server/protocols/asn1/
H A DASN1Writer.java137 ASN1Writer writeInteger(byte type, int intValue) throws IOException; method in interface:ASN1Writer
152 ASN1Writer writeInteger(byte type, long longValue) throws IOException; method in interface:ASN1Writer
166 ASN1Writer writeInteger(int intValue) throws IOException; method in interface:ASN1Writer
180 ASN1Writer writeInteger(long longValue) throws IOException; method in interface:ASN1Writer
H A DASN1OutputStreamWriter.java80 public ASN1Writer writeInteger(int intValue) throws IOException method in class:ASN1OutputStreamWriter
82 return writeInteger(UNIVERSAL_INTEGER_TYPE, intValue);
88 public ASN1Writer writeInteger(byte type, int intValue) throws IOException method in class:ASN1OutputStreamWriter
150 public ASN1Writer writeInteger(long longValue) throws IOException method in class:ASN1OutputStreamWriter
152 return writeInteger(UNIVERSAL_INTEGER_TYPE, longValue);
158 public ASN1Writer writeInteger(byte type, long longValue) throws IOException method in class:ASN1OutputStreamWriter
298 return writeInteger(UNIVERSAL_ENUMERATED_TYPE, intValue);
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/asn1/
H A DASN1Writer.java138 ASN1Writer writeInteger(byte type, int intValue) throws IOException; method in interface:ASN1Writer
153 ASN1Writer writeInteger(byte type, long longValue) throws IOException; method in interface:ASN1Writer
167 ASN1Writer writeInteger(int intValue) throws IOException; method in interface:ASN1Writer
181 ASN1Writer writeInteger(long longValue) throws IOException; method in interface:ASN1Writer
H A DASN1OutputStreamWriter.java81 public ASN1Writer writeInteger(int intValue) throws IOException method in class:ASN1OutputStreamWriter
83 return writeInteger(UNIVERSAL_INTEGER_TYPE, intValue);
89 public ASN1Writer writeInteger(byte type, int intValue) throws IOException method in class:ASN1OutputStreamWriter
151 public ASN1Writer writeInteger(long longValue) throws IOException method in class:ASN1OutputStreamWriter
153 return writeInteger(UNIVERSAL_INTEGER_TYPE, longValue);
159 public ASN1Writer writeInteger(byte type, long longValue) throws IOException method in class:ASN1OutputStreamWriter
299 return writeInteger(UNIVERSAL_ENUMERATED_TYPE, intValue);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/asn1/
H A DASN1Writer.java138 ASN1Writer writeInteger(byte type, int intValue) throws IOException; method in interface:ASN1Writer
153 ASN1Writer writeInteger(byte type, long longValue) throws IOException; method in interface:ASN1Writer
167 ASN1Writer writeInteger(int intValue) throws IOException; method in interface:ASN1Writer
181 ASN1Writer writeInteger(long longValue) throws IOException; method in interface:ASN1Writer
H A DASN1OutputStreamWriter.java81 public ASN1Writer writeInteger(int intValue) throws IOException method in class:ASN1OutputStreamWriter
83 return writeInteger(UNIVERSAL_INTEGER_TYPE, intValue);
89 public ASN1Writer writeInteger(byte type, int intValue) throws IOException method in class:ASN1OutputStreamWriter
151 public ASN1Writer writeInteger(long longValue) throws IOException method in class:ASN1OutputStreamWriter
153 return writeInteger(UNIVERSAL_INTEGER_TYPE, longValue);
159 public ASN1Writer writeInteger(byte type, long longValue) throws IOException method in class:ASN1OutputStreamWriter
299 return writeInteger(UNIVERSAL_ENUMERATED_TYPE, intValue);
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/asn1/
H A DASN1Writer.java137 ASN1Writer writeInteger(byte type, int intValue) throws IOException; method in interface:ASN1Writer
152 ASN1Writer writeInteger(byte type, long longValue) throws IOException; method in interface:ASN1Writer
166 ASN1Writer writeInteger(int intValue) throws IOException; method in interface:ASN1Writer
180 ASN1Writer writeInteger(long longValue) throws IOException; method in interface:ASN1Writer
H A DASN1OutputStreamWriter.java80 public ASN1Writer writeInteger(int intValue) throws IOException method in class:ASN1OutputStreamWriter
82 return writeInteger(UNIVERSAL_INTEGER_TYPE, intValue);
88 public ASN1Writer writeInteger(byte type, int intValue) throws IOException method in class:ASN1OutputStreamWriter
150 public ASN1Writer writeInteger(long longValue) throws IOException method in class:ASN1OutputStreamWriter
152 return writeInteger(UNIVERSAL_INTEGER_TYPE, longValue);
158 public ASN1Writer writeInteger(byte type, long longValue) throws IOException method in class:ASN1OutputStreamWriter
298 return writeInteger(UNIVERSAL_ENUMERATED_TYPE, intValue);

Completed in 30 milliseconds