| /openjdk7/jdk/src/share/classes/java/security/cert/ |
| H A D | X509Extension.java | 103 * for (String oid : critSet) { 104 * System.out.println(oid); 146 * for (String oid : nonCritSet) { 147 * System.out.println(oid); 161 * (<em>extnValue</em>) identified by the passed-in <code>oid</code> 163 * The <code>oid</code> string is 194 * @param oid the Object Identifier value for the extension. 198 public byte[] getExtensionValue(String oid); argument
|
| /openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/ |
| H A D | SnmpEntryOid.java | 40 * @param oid The original OID array 44 public SnmpEntryOid(long[] oid, int start) { argument 45 final int subLength = oid.length - start; 47 java.lang.System.arraycopy(oid, start, subOid, 0, subLength) ;
|
| H A D | SnmpIndex.java | 77 * @param oid The Object Identifier. 79 public SnmpIndex(SnmpOid oid) { argument 80 oids.addElement(oid);
|
| /openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/internal/ |
| H A D | SnmpAccessControlSubSystem.java | 67 * @param oid The OID to check. 75 SnmpOid oid) throws SnmpStatusException, SnmpUnknownAccContrModelException; 69 checkAccess(int version, String principal, int securityLevel, int pduType, int securityModel, byte[] contextName, SnmpOid oid) argument
|
| H A D | SnmpAccessControlModel.java | 46 * @param oid The OID to check. 54 SnmpOid oid) 48 checkAccess(int version, String principal, int securityLevel, int pduType, int securityModel, byte[] contextName, SnmpOid oid) argument
|
| /openjdk7/jdk/test/com/sun/jmx/snmp/ |
| H A D | SnmpOidHashCode.java | 99 public static Object newSnmpOid(String oid) argument 103 return SNMP_OID_CTOR.newInstance(oid); 108 private static Object newSnmpOid(String oid) throws Exception { argument 110 return SnmpOidBuilder.newSnmpOid(oid);
|
| /openjdk7/jdk/src/share/classes/org/ietf/jgss/ |
| H A D | Oid.java | 53 private ObjectIdentifier oid; field in class:Oid 60 * @param strOid the dot separated string representation of the oid. 68 oid = new ObjectIdentifier(strOid); 83 * @param derOid stream containing the DER encoded oid 91 oid = derVal.getOID(); 105 * @param data byte array containing the DER encoded oid 113 oid = derVal.getOID(); 136 * Returns a string representation of the oid's integer components 142 return oid.toString(); 160 return this.oid [all...] |
| /openjdk7/jdk/test/sun/security/util/Oid/ |
| H A D | S11N.java | 71 for (String oid: SMALL) { 73 check(out(oid), oid); 75 check(out6(oid), oid); 77 for (String oid: HUGE) { 79 check(out(oid), oid); 82 for (String oid: SMALL) { 84 check(out(oid), oi 114 out6(String oid) argument 119 out7(String oid) argument 124 out(String oid) argument 131 check(byte[] in, String oid) argument [all...] |
| /openjdk7/jdk/src/share/classes/sun/security/x509/ |
| H A D | OIDName.java | 43 private ObjectIdentifier oid; field in class:OIDName 52 oid = derValue.getOID(); 60 public OIDName(ObjectIdentifier oid) { argument 61 this.oid = oid; 72 oid = new ObjectIdentifier(name); 92 out.putOID(oid); 99 return ("OIDName: " + oid.toString()); 106 return oid; 123 return oid [all...] |
| H A D | OtherName.java | 52 private ObjectIdentifier oid; field in class:OtherName 64 * @param oid ObjectIdentifier of this OtherName object 68 public OtherName(ObjectIdentifier oid, byte[] value) throws IOException { argument 69 if (oid == null || value == null) { 72 this.oid = oid; 74 gni = getGNI(oid, value); 78 name = "Unrecognized ObjectIdentifier: " + oid.toString(); 91 oid = in.getOID(); 94 gni = getGNI(oid, nameValu 120 getGNI(ObjectIdentifier oid, byte[] nameValue) argument [all...] |
| /openjdk7/jdk/src/share/classes/sun/management/snmp/jvminstr/ |
| H A D | JvmRTBootClassPathTableMetaImpl.java | 144 protected SnmpOid getNextOid(SnmpOid oid, Object userData) argument 147 if (dbg) log.debug("getNextOid", "previous=" + oid); 161 // Get the next oid 163 final SnmpOid next = handler.getNext(oid); 176 protected boolean contains(SnmpOid oid, Object userData) { argument 187 return handler.contains(oid); 191 public Object getEntry(SnmpOid oid) argument 194 if (dbg) log.debug("getEntry", "oid [" + oid + "]"); 195 if (oid [all...] |
| H A D | JvmRTClassPathTableMetaImpl.java | 143 protected SnmpOid getNextOid(SnmpOid oid, Object userData) argument 146 if (dbg) log.debug("getNextOid", "previous=" + oid); 160 // Get the next oid 162 final SnmpOid next = handler.getNext(oid); 175 protected boolean contains(SnmpOid oid, Object userData) { argument 186 return handler.contains(oid); 190 public Object getEntry(SnmpOid oid) argument 193 if (dbg) log.debug("getEntry", "oid [" + oid + "]"); 194 if (oid [all...] |
| H A D | JvmRTInputArgsTableMetaImpl.java | 140 protected SnmpOid getNextOid(SnmpOid oid, Object userData) argument 143 if (dbg) log.debug("getNextOid", "previous=" + oid); 157 // Get the next oid 159 final SnmpOid next = handler.getNext(oid); 172 protected boolean contains(SnmpOid oid, Object userData) { argument 183 return handler.contains(oid); 187 public Object getEntry(SnmpOid oid) argument 190 if (dbg) log.debug("getEntry", "oid [" + oid + "]"); 191 if (oid [all...] |
| H A D | JvmRTLibraryPathTableMetaImpl.java | 143 protected SnmpOid getNextOid(SnmpOid oid, Object userData) argument 146 if (dbg) log.debug("getNextOid", "previous=" + oid); 160 // Get the next oid 162 final SnmpOid next = handler.getNext(oid); 175 protected boolean contains(SnmpOid oid, Object userData) { argument 186 return handler.contains(oid); 190 public Object getEntry(SnmpOid oid) argument 193 if (dbg) log.debug("getEntry", "oid [" + oid + "]"); 194 if (oid [all...] |
| H A D | JvmMemGCTableMetaImpl.java | 95 if (dbg) log.debug("GCTableFilter","oid="+index+ 223 protected SnmpOid getNextOid(SnmpOid oid, Object userData) argument 227 if (dbg) log.debug("getNextOid", "previous=" + oid); 242 // Get the next oid, using the GC filter. 244 final SnmpOid next = filter.getNext(handler,oid); 264 protected boolean contains(SnmpOid oid, Object userData) { argument 273 return filter.contains(handler,oid); 277 public Object getEntry(SnmpOid oid) argument 280 if (oid == null) 294 final long index = oid [all...] |
| H A D | JvmMemManagerTableMetaImpl.java | 149 protected SnmpOid getNextOid(SnmpOid oid, Object userData) argument 152 if (dbg) log.debug("getNextOid", "previous=" + oid); 166 // Get the next oid 168 final SnmpOid next = handler.getNext(oid); 181 protected boolean contains(SnmpOid oid, Object userData) { argument 192 return handler.contains(oid); 196 public Object getEntry(SnmpOid oid) argument 199 if (oid == null) 209 final long index = oid.getOidArc(0); 240 final Object data = handler.getData(oid); [all...] |
| H A D | JvmMemPoolTableMetaImpl.java | 145 protected SnmpOid getNextOid(SnmpOid oid, Object userData) argument 149 if (dbg) log.debug("getNextOid", "previous=" + oid); 164 // Get the next oid 166 final SnmpOid next = handler.getNext(oid); 188 protected boolean contains(SnmpOid oid, Object userData) { argument 199 return handler.contains(oid); 203 public Object getEntry(SnmpOid oid) argument 206 if (oid == null) 216 final long index = oid.getOidArc(0); 247 final Object data = handler.getData(oid); [all...] |
| H A D | JvmThreadInstanceTableMetaImpl.java | 112 * @param oid The oid to make the id from 115 static long makeId(SnmpOid oid) { argument 117 long[] arcs = oid.longValue(false); 179 SnmpOid oid = makeOid(id[i]); 180 table.put(oid, oid); 215 protected SnmpOid getNextOid(SnmpOid oid, Object userData) argument 217 log.debug("getNextOid", "previous=" + oid); 231 // Get the next oid 251 contains(SnmpOid oid, Object userData) argument 270 getEntry(SnmpOid oid) argument 337 getThreadInfo(SnmpOid oid) argument 341 getJvmThreadInstance(Object userData, SnmpOid oid) argument [all...] |
| /openjdk7/jdk/src/share/native/sun/security/ec/impl/ |
| H A D | secoidt.h | 72 SECItem oid; member in struct:SECOidDataStr
|
| H A D | ecdecode.c | 158 SECItem oid = { siBuffer, NULL, 0}; local 176 oid.len = encodedParams->len - 2; 177 oid.data = encodedParams->data + 2; 179 ((tag = SECOID_FindOIDTag(&oid)) == ECCurve_noName)) { 190 params->curveOID.len = oid.len; 191 params->curveOID.data = (unsigned char *) PORT_ArenaAlloc(NULL, oid.len, 194 memcpy(params->curveOID.data, oid.data, oid.len);
|
| /openjdk7/corba/src/share/classes/com/sun/corba/se/spi/oa/ |
| H A D | OAInvocationInfo.java | 51 private byte[] oid; field in class:OAInvocationInfo 64 this.oid = id; 74 this.oid = info.oid; 82 public byte[] id() { return oid ; }
|
| /openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/ |
| H A D | UnsolicitedResponseImpl.java | 38 private String oid; field in class:UnsolicitedResponseImpl 44 UnsolicitedResponseImpl(String oid, byte[] berVal, Vector ref, argument 46 this.oid = oid; 70 return oid;
|
| /openjdk7/jdk/src/share/classes/sun/security/pkcs/ |
| H A D | PKCS9Attributes.java | 159 ObjectIdentifier oid; 161 oid = attribs[i].getOID(); 162 if (attributes.containsKey(oid)) 168 attributes.put(oid, attribs[i]); 198 ObjectIdentifier oid; 214 oid = attrib.getOID(); 216 if (attributes.get(oid) != null) 217 throw new IOException("Duplicate PKCS9 attribute: " + oid); 220 !permittedAttributes.containsKey(oid)) 221 throw new IOException("Attribute " + oid 264 getAttribute(ObjectIdentifier oid) argument 297 getAttributeValue(ObjectIdentifier oid) argument [all...] |
| /openjdk7/corba/src/share/classes/com/sun/corba/se/impl/ior/iiop/ |
| H A D | IIOPProfileImpl.java | 84 private ObjectId oid; field in class:IIOPProfileImpl 118 return oid.equals( other.oid ) && proftemp.equals( other.proftemp ) && 124 return oid.hashCode() ^ proftemp.hashCode() ^ oktemp.hashCode() ; 129 return oid ; 149 public IIOPProfileImpl( ORB orb, ObjectKeyTemplate oktemp, ObjectId oid, argument 154 this.oid = oid ; 189 oid = okey.getId() ; 222 proftemp.write( oktemp, oid, o [all...] |
| /openjdk7/corba/src/share/classes/com/sun/corba/se/impl/naming/pcosnaming/ |
| H A D | ServantManagerImpl.java | 87 public Servant preinvoke(byte[] oid, POA adapter, String operation, argument 91 String objKey = new String(oid); 103 public void postinvoke(byte[] oid, POA adapter, String operation, argument
|