Searched refs:innerObject (Results 1 – 2 of 2) sorted by relevance
138 ASN1Encodable innerObject = innerSequence.getObjectAt(0); in getProviderNames() local140 if (!(innerObject instanceof ASN1ObjectIdentifier)) { in getProviderNames()144 ASN1ObjectIdentifier oid = ASN1ObjectIdentifier.getInstance(innerObject); in getProviderNames()150 innerObject = innerSequence.getObjectAt(index); in getProviderNames()151 if (!(innerObject instanceof DLTaggedObject)) { in getProviderNames()155 DLTaggedObject innerSequenceObj = (DLTaggedObject) innerObject; in getProviderNames()
101 JSONObject innerObject = new JSONObject().put(KEY, VALID_VALUE); in testGetStringFromJsonThrowsJSONExceptionWhenValueIsJSONObject() local104 JSONObject jsonObject = new JSONObject().put(KEY, innerObject); in testGetStringFromJsonThrowsJSONExceptionWhenValueIsJSONObject()