Searched refs:Opaque (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DOpaque.java27 // Opaque.java: Wrapper for byte[].
41 * The Opaque class wraps Java byte arrays so we can do object-like
47 class Opaque extends Object { class in inherits:Object
61 // Construct a Opaque.
63 Opaque(byte[] nb) { method in class:Opaque
152 if (!(o instanceof Opaque)) {
157 byte[] cbyte = ((Opaque)o).bytes;
H A DServiceLocationAttributeV1.java148 static Opaque radix64ToOpaque(String s)
152 return new Opaque(new byte[0]);
276 return new Opaque(b);
279 // convert an Opaque to the encoding
281 static String opaqueToRadix64(Opaque oq) {
421 // Convert Opaque to byte array.
423 if (o instanceof Opaque) {
424 o = ((Opaque)o).bytes;
560 } else if (val instanceof Opaque) {
564 s = Radix64.opaqueToRadix64((Opaque)va
[all...]
H A DServiceLocationAttribute.java245 if (val.startsWith(Opaque.OPAQUE_HEADER)) {
246 o = Opaque.unescapeByteArray(val);
285 if (o instanceof Opaque) {
286 o = ((Opaque)o).bytes;
348 // Make Opaque out of byte[].
351 val = new Opaque((byte[])val);
454 // If it's a byte array, create a Opaque object.
457 values_in.setElementAt(new Opaque((byte[])obj), i);
H A DParser.java461 value instanceof Opaque) &&
602 o = new Opaque((byte[])o);
H A DAttributeVerifier.java392 // Lower case if string, convert to Opaque if byte array.
398 v = new Opaque((byte[])v);
432 val = new Opaque((byte[])val);
1588 allval = new Opaque((byte[])allval);
1623 test = new Opaque((byte[])test);
2103 reqVal = Opaque.unescapeByteArray(reqTok);
H A DServiceStoreInMemory.java793 target instanceof Opaque ||
849 target instanceof Opaque) {
892 target instanceof Opaque) {
1048 // Note that we've filtered out Opaque, Boolean, and wildcarded
1062 // Note that we've filtered out Opaque and Boolean
1312 // AttributeString, Boolean, and Opaque types. All records having
1330 private final static String OPAQUE_TYPE = "com.sun.slp.Opaque";
/osnet-11/usr/src/lib/libslp/javalib/
H A DMakefile.conf95 Opaque.class AuthBlock.class \
136 Locator.class Opaque.class PermSARegTable.class \

Completed in 35 milliseconds