Searched defs:ASN1Writer (Results 1 - 5 of 5) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/asn1/
H A DASN1Writer.java41 * Methods for creating {@link ASN1Writer}s are provided in the
44 public interface ASN1Writer extends Closeable, Flushable interface in inherits:Closeable,Flushable
86 ASN1Writer writeBoolean(boolean booleanValue) throws IOException;
101 ASN1Writer writeBoolean(byte type, boolean booleanValue) throws IOException;
112 ASN1Writer writeEndSequence() throws IOException;
123 ASN1Writer writeEndSet() throws IOException;
138 ASN1Writer writeInteger(byte type, int intValue) throws IOException;
153 ASN1Writer writeInteger(byte type, long longValue) throws IOException;
167 ASN1Writer writeInteger(int intValue) throws IOException;
181 ASN1Writer writeIntege
[all...]
/forgerock/opendj2/src/server/org/opends/server/protocols/asn1/
H A DASN1Writer.java40 * Methods for creating {@link ASN1Writer}s are provided in the
43 public interface ASN1Writer extends Closeable, Flushable interface in inherits:Closeable,Flushable
85 ASN1Writer writeBoolean(boolean booleanValue) throws IOException;
100 ASN1Writer writeBoolean(byte type, boolean booleanValue) throws IOException;
111 ASN1Writer writeEndSequence() throws IOException;
122 ASN1Writer writeEndSet() throws IOException;
137 ASN1Writer writeInteger(byte type, int intValue) throws IOException;
152 ASN1Writer writeInteger(byte type, long longValue) throws IOException;
166 ASN1Writer writeInteger(int intValue) throws IOException;
180 ASN1Writer writeIntege
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/asn1/
H A DASN1Writer.java41 * Methods for creating {@link ASN1Writer}s are provided in the
44 public interface ASN1Writer extends Closeable, Flushable interface in inherits:Closeable,Flushable
86 ASN1Writer writeBoolean(boolean booleanValue) throws IOException;
101 ASN1Writer writeBoolean(byte type, boolean booleanValue) throws IOException;
112 ASN1Writer writeEndSequence() throws IOException;
123 ASN1Writer writeEndSet() throws IOException;
138 ASN1Writer writeInteger(byte type, int intValue) throws IOException;
153 ASN1Writer writeInteger(byte type, long longValue) throws IOException;
167 ASN1Writer writeInteger(int intValue) throws IOException;
181 ASN1Writer writeIntege
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/asn1/
H A DASN1Writer.java41 * Methods for creating {@link ASN1Writer}s are provided in the
44 public interface ASN1Writer extends Closeable, Flushable interface in inherits:Closeable,Flushable
86 ASN1Writer writeBoolean(boolean booleanValue) throws IOException;
101 ASN1Writer writeBoolean(byte type, boolean booleanValue) throws IOException;
112 ASN1Writer writeEndSequence() throws IOException;
123 ASN1Writer writeEndSet() throws IOException;
138 ASN1Writer writeInteger(byte type, int intValue) throws IOException;
153 ASN1Writer writeInteger(byte type, long longValue) throws IOException;
167 ASN1Writer writeInteger(int intValue) throws IOException;
181 ASN1Writer writeIntege
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/asn1/
H A DASN1Writer.java40 * Methods for creating {@link ASN1Writer}s are provided in the
43 public interface ASN1Writer extends Closeable, Flushable interface in inherits:Closeable,Flushable
85 ASN1Writer writeBoolean(boolean booleanValue) throws IOException;
100 ASN1Writer writeBoolean(byte type, boolean booleanValue) throws IOException;
111 ASN1Writer writeEndSequence() throws IOException;
122 ASN1Writer writeEndSet() throws IOException;
137 ASN1Writer writeInteger(byte type, int intValue) throws IOException;
152 ASN1Writer writeInteger(byte type, long longValue) throws IOException;
166 ASN1Writer writeInteger(int intValue) throws IOException;
180 ASN1Writer writeIntege
[all...]

Completed in 31 milliseconds